dev_t             954 arch/i386/i386/apm.c apmopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             999 arch/i386/i386/apm.c apmclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t            1024 arch/i386/i386/apm.c apmioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t            1157 arch/i386/i386/apm.c apmkqfilter(dev_t dev, struct knote *kn)
dev_t              84 arch/i386/i386/autoconf.c extern dev_t bootdev;
dev_t             183 arch/i386/i386/autoconf.c 	dev_t tmpdev;
dev_t              81 arch/i386/i386/bios.c extern dev_t bootdev;
dev_t             103 arch/i386/i386/bios.c bios_diskinfo_t *bios_getdiskinfo(dev_t);
dev_t             537 arch/i386/i386/bios.c biosopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             550 arch/i386/i386/bios.c biosclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             563 arch/i386/i386/bios.c biosioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             603 arch/i386/i386/bios.c bioscnputc(dev_t dev, int ch)
dev_t             609 arch/i386/i386/bios.c bioscngetc(dev_t dev)
dev_t             615 arch/i386/i386/bios.c bioscnpollc(dev_t dev, int on)
dev_t             654 arch/i386/i386/bios.c bios_getdiskinfo(dev_t dev)
dev_t             326 arch/i386/i386/conf.c dev_t	swapdev = makedev(1, 0);
dev_t             332 arch/i386/i386/conf.c iskmemdev(dev_t dev)
dev_t             341 arch/i386/i386/conf.c iszerodev(dev_t dev)
dev_t             346 arch/i386/i386/conf.c dev_t
dev_t             422 arch/i386/i386/conf.c dev_t dev_rawpart(struct device *);	/* XXX */
dev_t             424 arch/i386/i386/conf.c dev_t
dev_t              62 arch/i386/i386/disksubr.c bios_diskinfo_t *bios_getdiskinfo(dev_t dev);
dev_t              65 arch/i386/i386/disksubr.c readdisklabel(dev_t dev, void (*strat)(struct buf *),
dev_t              70 arch/i386/i386/disksubr.c 	dev_t devno;
dev_t             128 arch/i386/i386/disksubr.c writedisklabel(dev_t dev, void (*strat)(struct buf *), struct disklabel *lp)
dev_t              47 arch/i386/i386/dkcsum.c dev_t dev_rawpart(struct device *);	/* XXX */
dev_t              51 arch/i386/i386/dkcsum.c extern dev_t bootdev;
dev_t              59 arch/i386/i386/dkcsum.c 	dev_t dev, pribootdev, altbootdev;
dev_t             403 arch/i386/i386/linux_machdep.c dev_t
dev_t             404 arch/i386/i386/linux_machdep.c linux_fakedev(dev_t dev)
dev_t            2496 arch/i386/i386/machdep.c 	int (*dump)(dev_t, daddr64_t, caddr_t, size_t);
dev_t            2534 arch/i386/i386/machdep.c 	int (*dump)(dev_t, daddr64_t, caddr_t, size_t);
dev_t            3273 arch/i386/i386/machdep.c 	dev_t dev;
dev_t            3293 arch/i386/i386/machdep.c 		dev = blktochr((dev_t)name[1]);
dev_t            3298 arch/i386/i386/machdep.c 		dev = chrtoblk((dev_t)name[1]);
dev_t              74 arch/i386/i386/mem.c static int mem_ioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t              79 arch/i386/i386/mem.c mmopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             107 arch/i386/i386/mem.c mmclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             118 arch/i386/i386/mem.c mmrw(dev_t dev, struct uio *uio, int flags)
dev_t             211 arch/i386/i386/mem.c mmmmap(dev_t dev, off_t off, int prot)
dev_t             253 arch/i386/i386/mem.c mmioctl(dev_t dev, u_long cmd, caddr_t data, int flags, struct proc *p)
dev_t             273 arch/i386/i386/mem.c mem_ioctl(dev_t dev, u_long cmd, caddr_t data, int flags, struct proc *p)
dev_t              48 arch/i386/i386/nvram.c int nvramopen(dev_t dev, int flag, int mode, struct proc *p);
dev_t              49 arch/i386/i386/nvram.c int nvramclose(dev_t dev, int flag, int mode, struct proc *p);
dev_t              50 arch/i386/i386/nvram.c int nvramread(dev_t dev, struct uio *uio, int flags);
dev_t              73 arch/i386/i386/nvram.c nvramopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t              87 arch/i386/i386/nvram.c nvramclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t              93 arch/i386/i386/nvram.c nvramread(dev_t dev, struct uio *uio, int flags)
dev_t              35 arch/i386/i386/pctr.c int pctropen(dev_t, int, int, struct proc *);
dev_t              36 arch/i386/i386/pctr.c int pctrclose(dev_t, int, int, struct proc *);
dev_t              37 arch/i386/i386/pctr.c int pctrioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t              76 arch/i386/i386/pctr.c pctropen(dev_t dev, int oflags, int devtype, struct proc *p)
dev_t              84 arch/i386/i386/pctr.c pctrclose(dev_t dev, int oflags, int devtype, struct proc *p)
dev_t             168 arch/i386/i386/pctr.c pctrioctl(dev_t dev, u_long cmd, caddr_t data, int fflag, struct proc *p)
dev_t             138 arch/i386/i386/wscons_machdep.c wscnputc(dev_t dev, int i)
dev_t             144 arch/i386/i386/wscons_machdep.c wscngetc(dev_t dev)
dev_t             150 arch/i386/i386/wscons_machdep.c wscnpollc(dev_t dev, int on)
dev_t             296 arch/i386/include/apmvar.h int apm_kqfilter(dev_t dev, struct knote *kn);
dev_t             153 arch/i386/include/biosvar.h 	dev_t bsd_dev;		/* BSD device */
dev_t             194 arch/i386/include/biosvar.h 	dev_t	consdev;
dev_t             247 arch/i386/include/biosvar.h void bioscnputc(dev_t, int);
dev_t             248 arch/i386/include/biosvar.h int bioscngetc(dev_t);
dev_t             249 arch/i386/include/biosvar.h void bioscnpollc(dev_t, int);
dev_t              82 arch/i386/include/linux_machdep.h dev_t linux_fakedev(dev_t);
dev_t              59 arch/i386/isa/joy.c joyopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t              81 arch/i386/isa/joy.c joyclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t              92 arch/i386/isa/joy.c joyread(dev_t dev, struct uio *uio, int flag)
dev_t             130 arch/i386/isa/joy.c joyioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t              69 arch/i386/isa/joyreg.h int		joyopen(dev_t, int, int, struct proc *);
dev_t              70 arch/i386/isa/joyreg.h int		joyclose(dev_t, int, int, struct proc *);
dev_t             479 arch/i386/isa/pccom.c comopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             689 arch/i386/isa/pccom.c comclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             781 arch/i386/isa/pccom.c comread(dev_t dev, struct uio *uio, int flag)
dev_t             790 arch/i386/isa/pccom.c comwrite(dev_t dev, struct uio *uio, int flag)
dev_t             799 arch/i386/isa/pccom.c comtty(dev_t dev)
dev_t             820 arch/i386/isa/pccom.c comioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t            1620 arch/i386/isa/pccom.c comcngetc(dev_t dev)
dev_t            1629 arch/i386/isa/pccom.c comcnputc(dev_t dev, int c)
dev_t            1645 arch/i386/isa/pccom.c comcnpollc(dev_t dev, int on)
dev_t             128 arch/i386/isa/pccomvar.h int	comcngetc(dev_t);
dev_t             129 arch/i386/isa/pccomvar.h void	comcnputc(dev_t, int);
dev_t             130 arch/i386/isa/pccomvar.h void	comcnpollc(dev_t, int);
dev_t              41 arch/i386/stand/boot/crt0.c extern int  boot(dev_t);
dev_t             339 arch/i386/stand/installboot/installboot.c 	dev_t		dev;
dev_t              73 arch/i386/stand/libsa/bioscons.c pc_getc(dev_t dev)
dev_t              99 arch/i386/stand/libsa/bioscons.c pc_getshifts(dev_t dev)
dev_t             110 arch/i386/stand/libsa/bioscons.c pc_putc(dev_t dev, int c)
dev_t             147 arch/i386/stand/libsa/bioscons.c com_getc(dev_t dev)
dev_t             168 arch/i386/stand/libsa/bioscons.c comspeed(dev_t dev, int sp)
dev_t             219 arch/i386/stand/libsa/bioscons.c com_putc(dev_t dev, int c)
dev_t              56 arch/i386/stand/libsa/biosdev.c 	dev_t	bsddev;
dev_t             394 arch/i386/stand/libsa/biosdev.c 	dev_t maj, unit, part;
dev_t             468 arch/i386/stand/libsa/biosdev.c 	{ dev_t bsd_dev;
dev_t              62 arch/i386/stand/libsa/biosdev.h int pc_getc(dev_t);
dev_t              63 arch/i386/stand/libsa/biosdev.h int pc_getshifts(dev_t);
dev_t              64 arch/i386/stand/libsa/biosdev.h void pc_putc(dev_t, int);
dev_t              65 arch/i386/stand/libsa/biosdev.h void pc_pollc(dev_t, int);
dev_t              68 arch/i386/stand/libsa/biosdev.h int comspeed(dev_t, int);
dev_t              69 arch/i386/stand/libsa/biosdev.h int com_getc(dev_t);
dev_t              70 arch/i386/stand/libsa/biosdev.h void com_putc(dev_t, int);
dev_t              71 arch/i386/stand/libsa/biosdev.h void com_pollc(dev_t, int);
dev_t              42 arch/i386/stand/libsa/debug.c void d_putc(dev_t, int);
dev_t             103 arch/i386/stand/libsa/debug.c d_putc(dev_t d, int c)
dev_t              90 arch/i386/stand/libsa/dev_i386.c devboot(dev_t bootdev, char *p)
dev_t             174 arch/i386/stand/libsa/dev_i386.c dev_t
dev_t             191 arch/i386/stand/libsa/dev_i386.c cnspeed(dev_t dev, int sp)
dev_t              40 arch/i386/stand/libsa/disk.h 	dev_t bsddev, bootdev;
dev_t              50 arch/i386/stand/libsa/exec_i386.c 	dev_t bootdev = bootdev_dip->bootdev;
dev_t              61 arch/i386/stand/libsa/libsa.h void devboot(dev_t, char *);
dev_t              74 arch/i386/stand/libsa/libsa.h extern void (*devboot_p)(dev_t, char *);
dev_t             138 arch/i386/stand/pxeboot/devopen.c devboot(dev_t bootdev, char *p)
dev_t             205 arch/i386/stand/pxeboot/devopen.c dev_t
dev_t             222 arch/i386/stand/pxeboot/devopen.c cnspeed(dev_t dev, int sp)
dev_t             323 compat/linux/linux_file.c 	struct tty *tp, *(*d_tty)(dev_t);
dev_t             546 compat/osf1/osf1.h #define osf1_major(x)		((((dev_t)(x)) >> 20) & 0x00000fff)
dev_t             547 compat/osf1/osf1.h #define osf1_minor(x)		((((dev_t)(x)) >>  0) & 0x000fffff)
dev_t             548 compat/osf1/osf1.h #define osf1_makedev(x,y)	((((dev_t)(x)) << 20) | ((dev_t)(y)))
dev_t             529 compat/ossaudio/ossaudio.c 	dev_t dev;
dev_t             103 compat/svr4/svr4_net.c 	dev_t dev;
dev_t              68 compat/svr4/svr4_socket.c 	dev_t dev;		/* Device where the socket lives on	*/
dev_t              80 compat/svr4/svr4_socket.c 	dev_t dev;
dev_t              41 compat/svr4/svr4_socket.h     dev_t, ino_t);
dev_t            1491 compat/svr4/svr4_stream.c 			dev_t *dev = SVR4_ADDROF(&sc);
dev_t              47 conf/swapgeneric.c dev_t	rootdev = NODEV;
dev_t              48 conf/swapgeneric.c dev_t	dumpdev = NODEV;
dev_t             637 crypto/cryptodev.c cryptoopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             649 crypto/cryptodev.c cryptoclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             655 crypto/cryptodev.c cryptoread(dev_t dev, struct uio *uio, int ioflag)
dev_t             661 crypto/cryptodev.c cryptowrite(dev_t dev, struct uio *uio, int ioflag)
dev_t             667 crypto/cryptodev.c cryptoioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             700 crypto/cryptodev.c cryptopoll(dev_t dev, int events, struct proc *p)
dev_t             761 dev/acpi/acpi.c acpiopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             774 dev/acpi/acpi.c acpiclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             786 dev/acpi/acpi.c acpiioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             900 dev/acpi/acpi.c acpikqfilter(dev_t dev, struct knote *kn)
dev_t             179 dev/ata/wd.c   void  wdgetdisklabel(dev_t dev, struct wd_softc *, struct disklabel *, int);
dev_t             633 dev/ata/wd.c   wdread(dev_t dev, struct uio *uio, int flags)
dev_t             641 dev/ata/wd.c   wdwrite(dev_t dev, struct uio *uio, int flags)
dev_t             649 dev/ata/wd.c   wdopen(dev_t dev, int flag, int fmt, struct proc *p)
dev_t             728 dev/ata/wd.c   wdclose(dev_t dev, int flag, int fmt, struct proc *p)
dev_t             800 dev/ata/wd.c   wdgetdisklabel(dev_t dev, struct wd_softc *wd, struct disklabel *lp,
dev_t             821 dev/ata/wd.c   wdioctl(dev_t dev, u_long xfer, caddr_t addr, int flag, struct proc *p)
dev_t             950 dev/ata/wd.c   wdsize(dev_t dev)
dev_t             989 dev/ata/wd.c   wddump(dev_t dev, daddr64_t blkno, caddr_t va, size_t size)
dev_t             108 dev/audio.c    int	audio_open(dev_t, struct audio_softc *, int, int, struct proc *);
dev_t             109 dev/audio.c    int	audio_close(dev_t, int, int, struct proc *);
dev_t             110 dev/audio.c    int	audio_read(dev_t, struct uio *, int);
dev_t             111 dev/audio.c    int	audio_write(dev_t, struct uio *, int);
dev_t             112 dev/audio.c    int	audio_ioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t             113 dev/audio.c    int	audio_poll(dev_t, int, struct proc *);
dev_t             114 dev/audio.c    paddr_t	audio_mmap(dev_t, off_t, int);
dev_t             116 dev/audio.c    int	mixer_open(dev_t, struct audio_softc *, int, int, struct proc *);
dev_t             117 dev/audio.c    int	mixer_close(dev_t, int, int, struct proc *);
dev_t             118 dev/audio.c    int	mixer_ioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t             563 dev/audio.c    audioopen(dev_t dev, int flags, int ifmt, struct proc *p)
dev_t             601 dev/audio.c    audioclose(dev_t dev, int flags, int ifmt, struct proc *p)
dev_t             618 dev/audio.c    audioread(dev_t dev, struct uio *uio, int ioflag)
dev_t             652 dev/audio.c    audiowrite(dev_t dev, struct uio *uio, int ioflag)
dev_t             686 dev/audio.c    audioioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t             720 dev/audio.c    audiopoll(dev_t dev, int events, struct proc *p)
dev_t             754 dev/audio.c    audiommap(dev_t dev, off_t off, int prot)
dev_t             914 dev/audio.c    audio_open(dev_t dev, struct audio_softc *sc, int flags, int ifmt,
dev_t            1109 dev/audio.c    audio_close(dev_t dev, int flags, int ifmt, struct proc *p)
dev_t            1170 dev/audio.c    audio_read(dev_t dev, struct uio *uio, int ioflag)
dev_t            1398 dev/audio.c    audio_write(dev_t dev, struct uio *uio, int ioflag)
dev_t            1561 dev/audio.c    audio_ioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t            1762 dev/audio.c    audio_poll(dev_t dev, int events, struct proc *p)
dev_t            1789 dev/audio.c    audio_mmap(dev_t dev, off_t off, int prot)
dev_t            2843 dev/audio.c    mixer_open(dev_t dev, struct audio_softc *sc, int flags, int ifmt,
dev_t            2886 dev/audio.c    mixer_close(dev_t dev, int flags, int ifmt, struct proc *p)
dev_t            2899 dev/audio.c    mixer_ioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t            2961 dev/audio.c    audiokqfilter(dev_t dev, struct knote *kn)
dev_t              47 dev/bio.c      int	bioclose(dev_t, int, int, struct proc *);
dev_t              48 dev/bio.c      int	bioioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t              49 dev/bio.c      int	bioopen(dev_t, int, int, struct proc *);
dev_t              61 dev/bio.c      bioopen(dev_t dev, int flags, int mode, struct proc *p)
dev_t              67 dev/bio.c      bioclose(dev_t dev, int flags, int mode, struct proc *p)
dev_t              73 dev/bio.c      bioioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t              82 dev/bluetooth/bthub.c bthubopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             104 dev/bluetooth/bthub.c bthubclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             118 dev/bluetooth/bthub.c bthubioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             176 dev/ccd.c      daddr64_t	ccdsize(dev_t);
dev_t             185 dev/ccd.c      void	ccdgetdisklabel(dev_t, struct ccd_softc *, struct disklabel *, int);
dev_t             564 dev/ccd.c      ccdopen(dev_t dev, int flags, int fmt, struct proc *p)
dev_t             623 dev/ccd.c      ccdclose(dev_t dev, int flags, int fmt, struct proc *p)
dev_t             975 dev/ccd.c      ccdread(dev_t dev, struct uio *uio, int flags)
dev_t             999 dev/ccd.c      ccdwrite(dev_t dev, struct uio *uio, int flags)
dev_t            1022 dev/ccd.c      ccdioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t            1263 dev/ccd.c      ccdsize(dev_t dev)
dev_t            1293 dev/ccd.c      ccddump(dev_t dev, daddr64_t blkno, caddr_t va, size_t size)
dev_t            1356 dev/ccd.c      ccdgetdisklabel(dev_t dev, struct ccd_softc *cs, struct disklabel *lp,
dev_t             132 dev/ccdvar.h   	dev_t		ci_dev;			/* XXX: device's dev_t */
dev_t              83 dev/cninit.c   	dev_t dev;
dev_t              61 dev/cons.c     cnopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t              63 dev/cons.c     	dev_t cndev;
dev_t              88 dev/cons.c     cnclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             112 dev/cons.c     cnread(dev_t dev, struct uio *uio, int flag)
dev_t             132 dev/cons.c     cnwrite(dev_t dev, struct uio *uio, int flag)
dev_t             155 dev/cons.c     cnioctl(dev_t dev, u_long cmd, caddr_t data, int flag,
dev_t             189 dev/cons.c     cnpoll(dev_t dev, int rw, struct proc *p)
dev_t             208 dev/cons.c     cnkqfilter(dev_t dev, struct knote *kn)
dev_t             265 dev/cons.c     nullcnpollc(dev_t dev, int on)
dev_t              48 dev/cons.h     	int	(*cn_getc)(dev_t);
dev_t              50 dev/cons.h     	void	(*cn_putc)(dev_t, int);
dev_t              52 dev/cons.h     	void	(*cn_pollc)(dev_t, int);
dev_t              54 dev/cons.h     	void	(*cn_bell)(dev_t, u_int, u_int, u_int);
dev_t              55 dev/cons.h     	dev_t	cn_dev;		/* major/minor of device */
dev_t              77 dev/cons.h     int	cnset(dev_t);
dev_t              78 dev/cons.h     int	cnopen(dev_t, int, int, struct proc *);
dev_t              79 dev/cons.h     int	cnclose(dev_t, int, int, struct proc *);
dev_t              80 dev/cons.h     int	cnread(dev_t, struct uio *, int);
dev_t              81 dev/cons.h     int	cnwrite(dev_t, struct uio *, int);
dev_t              82 dev/cons.h     int	cnioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t              83 dev/cons.h     int	cnpoll(dev_t, int, struct proc *);
dev_t              84 dev/cons.h     int	cnkqfilter(dev_t, struct knote *);
dev_t              90 dev/cons.h     void	nullcnpollc(dev_t, int);
dev_t              95 dev/cons.h     #define	dev_type_cngetc(n)	int n(dev_t)
dev_t              96 dev/cons.h     #define	dev_type_cnputc(n)	void n(dev_t, int)
dev_t              97 dev/cons.h     #define	dev_type_cnpollc(n)	void n(dev_t, int)
dev_t              98 dev/cons.h     #define	dev_type_cnbell(n)	void n(dev_t, u_int, u_int, u_int)
dev_t              68 dev/flash.c    void	flashgetdefaultlabel(dev_t, struct flash_softc *,
dev_t              70 dev/flash.c    void	flashgetdisklabel(dev_t, struct flash_softc *, struct disklabel *, int);
dev_t             674 dev/flash.c    flashopen(dev_t dev, int oflags, int devtype, struct proc *p)
dev_t             739 dev/flash.c    flashclose(dev_t dev, int fflag, int devtype, struct proc *p)
dev_t             837 dev/flash.c    flashioctl(dev_t dev, u_long cmd, caddr_t data, int fflag, struct proc *p)
dev_t             865 dev/flash.c    flashdump(dev_t dev, daddr64_t blkno, caddr_t va, size_t size)
dev_t             872 dev/flash.c    flashsize(dev_t dev)
dev_t             960 dev/flash.c    flashgetdefaultlabel(dev_t dev, struct flash_softc *sc,
dev_t            1005 dev/flash.c    flashgetdisklabel(dev_t dev, struct flash_softc *sc,
dev_t            1009 dev/flash.c    	dev_t labeldev;
dev_t            1040 dev/flash.c    flashread(dev_t dev, struct uio *uio, int ioflag)
dev_t            1046 dev/flash.c    flashwrite(dev_t dev, struct uio *uio, int ioflag)
dev_t              30 dev/flashvar.h 	void	 (*default_disklabel)(void *, dev_t, struct disklabel *);
dev_t             232 dev/gpio/gpio.c gpioopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             248 dev/gpio/gpio.c gpioclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             259 dev/gpio/gpio.c gpioioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             121 dev/hotplug.c  hotplugopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             134 dev/hotplug.c  hotplugclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             145 dev/hotplug.c  hotplugread(dev_t dev, struct uio *uio, int flags)
dev_t             166 dev/hotplug.c  hotplugioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             182 dev/hotplug.c  hotplugpoll(dev_t dev, int events, struct proc *p)
dev_t             197 dev/hotplug.c  hotplugkqfilter(dev_t dev, struct knote *kn)
dev_t            2306 dev/i2o/iop.c  iopopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t            2329 dev/i2o/iop.c  iopclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t            2340 dev/i2o/iop.c  iopioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             267 dev/ic/com.c   comopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             476 dev/ic/com.c   comclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             584 dev/ic/com.c   comread(dev_t dev, struct uio *uio, int flag)
dev_t             593 dev/ic/com.c   comwrite(dev_t dev, struct uio *uio, int flag)
dev_t             602 dev/ic/com.c   comtty(dev_t dev)
dev_t             623 dev/ic/com.c   comioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t            1401 dev/ic/com.c   comcngetc(dev_t dev)
dev_t            1410 dev/ic/com.c   comcnputc(dev_t dev, int c)
dev_t            1416 dev/ic/com.c   comcnpollc(dev_t dev, int on)
dev_t             157 dev/ic/comvar.h int	comcngetc(dev_t);
dev_t             158 dev/ic/comvar.h void	comcnputc(dev_t, int);
dev_t             159 dev/ic/comvar.h void	comcnpollc(dev_t, int);
dev_t             268 dev/ic/cy.c    int cyopen(dev_t, int, int, struct proc *);
dev_t             269 dev/ic/cy.c    int cyclose(dev_t, int, int, struct proc *);
dev_t             270 dev/ic/cy.c    int cyread(dev_t, struct uio *, int);
dev_t             271 dev/ic/cy.c    int cywrite(dev_t, struct uio *, int);
dev_t             272 dev/ic/cy.c    struct tty *cytty(dev_t);
dev_t             273 dev/ic/cy.c    int cyioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t             278 dev/ic/cy.c    	dev_t dev;
dev_t             411 dev/ic/cy.c    	dev_t dev;
dev_t             454 dev/ic/cy.c    	dev_t dev;
dev_t             477 dev/ic/cy.c    	dev_t dev;
dev_t             500 dev/ic/cy.c    	dev_t dev;
dev_t             516 dev/ic/cy.c    	dev_t dev;
dev_t             153 dev/ic/lpt.c   	dev_t dev;
dev_t             273 dev/ic/lpt.c   	dev_t dev;
dev_t             368 dev/ic/lpt.c   	dev_t dev;
dev_t             435 dev/ic/lpt.c   	dev_t dev;
dev_t             219 dev/ic/z8530tty.c 	dev_t dev;
dev_t             306 dev/ic/z8530tty.c 	dev_t dev;
dev_t             325 dev/ic/z8530tty.c 	dev_t dev;
dev_t             429 dev/ic/z8530tty.c 	dev_t dev;
dev_t             470 dev/ic/z8530tty.c 	dev_t dev;
dev_t             484 dev/ic/z8530tty.c 	dev_t dev;
dev_t             501 dev/ic/z8530tty.c 	dev_t dev;
dev_t             157 dev/isa/aria.c int	ariaopen(dev_t, int);
dev_t             483 dev/isa/aria.c 	dev_t dev;
dev_t             153 dev/isa/fd.c   int fdformat(dev_t, struct fd_formb *, struct proc *);
dev_t             154 dev/isa/fd.c   static __inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
dev_t             333 dev/isa/fd.c   	dev_t dev;
dev_t             468 dev/isa/fd.c   	dev_t dev;
dev_t             478 dev/isa/fd.c   	dev_t dev;
dev_t             539 dev/isa/fd.c   	dev_t dev;
dev_t             571 dev/isa/fd.c   	dev_t dev;
dev_t             585 dev/isa/fd.c   	dev_t dev;
dev_t             594 dev/isa/fd.c   	dev_t dev;
dev_t             955 dev/isa/fd.c   	dev_t dev;
dev_t            1050 dev/isa/fd.c           dev_t dev;
dev_t             220 dev/isa/mcd.c  void	mcdgetdisklabel(dev_t, struct mcd_softc *, struct disklabel *, int);
dev_t             332 dev/isa/mcd.c  	dev_t dev;
dev_t             438 dev/isa/mcd.c  	dev_t dev;
dev_t             594 dev/isa/mcd.c  	dev_t dev;
dev_t             604 dev/isa/mcd.c  	dev_t dev;
dev_t             614 dev/isa/mcd.c  	dev_t dev;
dev_t             733 dev/isa/mcd.c  	dev_t dev;
dev_t             803 dev/isa/mcd.c  	dev_t dev;
dev_t             812 dev/isa/mcd.c  	dev_t dev;
dev_t             418 dev/isa/spkr.c 	dev_t dev;
dev_t             441 dev/isa/spkr.c 	dev_t dev;
dev_t             465 dev/isa/spkr.c 	dev_t dev;
dev_t             486 dev/isa/spkr.c 	dev_t dev;
dev_t             157 dev/ksyms.c    	dev_t dev;
dev_t             180 dev/ksyms.c    	dev_t dev;
dev_t             191 dev/ksyms.c    	dev_t dev;
dev_t             227 dev/ksyms.c    	dev_t dev;
dev_t              52 dev/midi.c     int     midiopen(dev_t, int, int, struct proc *);
dev_t              53 dev/midi.c     int     midiclose(dev_t, int, int, struct proc *);
dev_t              54 dev/midi.c     int     midiread(dev_t, struct uio *, int);
dev_t              55 dev/midi.c     int     midiwrite(dev_t, struct uio *, int);
dev_t              56 dev/midi.c     int     midipoll(dev_t, int, struct proc *);
dev_t              57 dev/midi.c     int	midiioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t             118 dev/midi.c     midiread(dev_t dev, struct uio *uio, int ioflag)
dev_t             283 dev/midi.c     midiwrite(dev_t dev, struct uio *uio, int ioflag)
dev_t             347 dev/midi.c     midipoll(dev_t dev, int events, struct proc *p)
dev_t             377 dev/midi.c     midiioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t             403 dev/midi.c     midiopen(dev_t dev, int flags, int mode, struct proc *p)
dev_t             439 dev/midi.c     midiclose(dev_t dev, int fflag, int devtype, struct proc *p)
dev_t             565 dev/midi.c     midi_getinfo(dev_t dev, struct midi_info *mi)
dev_t              69 dev/midi_if.h  void	       midi_getinfo(dev_t, struct midi_info *);
dev_t             992 dev/pci/bktr/bktr_core.c video_read(bktr_ptr_t bktr, int unit, dev_t dev, struct uio *uio)
dev_t              84 dev/pci/bktr/bktr_core.h int	video_read( bktr_ptr_t bktr, int unit, dev_t dev, struct uio *uio );
dev_t             104 dev/pci/bktr/bktr_os.c int	bktr_open(dev_t, int, int, struct proc *);
dev_t             105 dev/pci/bktr/bktr_os.c int	bktr_close(dev_t, int, int, struct proc *);
dev_t             106 dev/pci/bktr/bktr_os.c int	bktr_read(dev_t, struct uio *, int);
dev_t             107 dev/pci/bktr/bktr_os.c int	bktr_write(dev_t, struct uio *, int);
dev_t             108 dev/pci/bktr/bktr_os.c int	bktr_ioctl(dev_t, ioctl_cmd_t, caddr_t, int, struct proc *);
dev_t             109 dev/pci/bktr/bktr_os.c paddr_t	bktr_mmap(dev_t, off_t, int);
dev_t             349 dev/pci/bktr/bktr_os.c bktr_open(dev_t dev, int flags, int fmt, struct proc *p)
dev_t             382 dev/pci/bktr/bktr_os.c bktr_close(dev_t dev, int flags, int fmt, struct proc *p)
dev_t             407 dev/pci/bktr/bktr_os.c bktr_read(dev_t dev, struct uio *uio, int ioflag)
dev_t             431 dev/pci/bktr/bktr_os.c bktr_write(dev_t dev, struct uio *uio, int ioflag)
dev_t             441 dev/pci/bktr/bktr_os.c bktr_ioctl(dev_t dev, ioctl_cmd_t cmd, caddr_t arg, int flag, struct proc* pr)
dev_t             467 dev/pci/bktr/bktr_os.c bktr_mmap(dev_t dev, off_t offset, int nprot)
dev_t             180 dev/pci/cz.c   struct	cztty_softc * cztty_getttysoftc(dev_t dev);
dev_t             849 dev/pci/cz.c   cztty_getttysoftc(dev_t dev)
dev_t             891 dev/pci/cz.c   czttytty(dev_t dev)
dev_t             951 dev/pci/cz.c   czttyopen(dev_t dev, int flags, int mode, struct proc *p)
dev_t            1070 dev/pci/cz.c   czttyclose(dev_t dev, int flags, int mode, struct proc *p)
dev_t            1100 dev/pci/cz.c   czttyread(dev_t dev, struct uio *uio, int flags)
dev_t            1114 dev/pci/cz.c   czttywrite(dev_t dev, struct uio *uio, int flags)
dev_t            1129 dev/pci/cz.c   czttypoll(dev_t dev, int events, struct proc p)
dev_t            1144 dev/pci/cz.c   czttyioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             496 dev/pci/pci.c  int pciopen(dev_t dev, int oflags, int devtype, struct proc *p);
dev_t             497 dev/pci/pci.c  int pciclose(dev_t dev, int flag, int devtype, struct proc *p);
dev_t             498 dev/pci/pci.c  int pciioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p);
dev_t             501 dev/pci/pci.c  pciopen(dev_t dev, int oflags, int devtype, struct proc *p) 
dev_t             522 dev/pci/pci.c  pciclose(dev_t dev, int flag, int devtype, struct proc *p)
dev_t             529 dev/pci/pci.c  pciioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             120 dev/pcmcia/gpr.c int	gpropen(dev_t, int, int, struct proc *);
dev_t             121 dev/pcmcia/gpr.c int	gprclose(dev_t, int, int, struct proc *);
dev_t             122 dev/pcmcia/gpr.c int	gprioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t             260 dev/pcmcia/gpr.c gpropen(dev_t dev, int flags, int mode, struct proc *p)
dev_t             275 dev/pcmcia/gpr.c gprclose(dev_t dev, int flags, int mode, struct proc *p)
dev_t             288 dev/pcmcia/gpr.c gprioctl(dev_t dev, u_long cmd, caddr_t addr, int flags, struct proc *p)
dev_t              81 dev/radio.c    radioopen(dev_t dev, int flags, int fmt, struct proc *p)
dev_t              99 dev/radio.c    radioclose(dev_t dev, int flags, int fmt, struct proc *p)
dev_t             112 dev/radio.c    radioioctl(dev_t dev, u_long cmd, caddr_t data, int flags, struct proc *p)
dev_t              62 dev/raidframe/rf_configure.h 	dev_t			 devs[RF_MAXROW][RF_MAXCOL];
dev_t              68 dev/raidframe/rf_configure.h 	dev_t			 spare_devs[RF_MAXSPARE];
dev_t             193 dev/raidframe/rf_diskqueue.c 	dev_t			  dev,
dev_t              98 dev/raidframe/rf_diskqueue.h 	dev_t		  dev;		/*
dev_t             188 dev/raidframe/rf_diskqueue.h 	dev_t		   dev;		/* Device number for kernel version. */
dev_t             249 dev/raidframe/rf_diskqueue.h 	RF_RowCol_t, RF_DiskQueueSW_t *, RF_SectorCount_t, dev_t, int,
dev_t             100 dev/raidframe/rf_disks.h 	dev_t dev;
dev_t              45 dev/raidframe/rf_kintf.h int  raidwrite_component_label(dev_t, struct vnode *, RF_ComponentLabel_t *);
dev_t              46 dev/raidframe/rf_kintf.h int  raidread_component_label(dev_t, struct vnode *, RF_ComponentLabel_t *);
dev_t              52 dev/raidframe/rf_kintf.h int  raidmarkclean(dev_t dev, struct vnode *b_vp, int);
dev_t              53 dev/raidframe/rf_kintf.h int  raidmarkdirty(dev_t dev, struct vnode *b_vp, int);
dev_t             169 dev/raidframe/rf_openbsd.h 	dev_t			 ci_dev;	/* Component device's dev_t. */
dev_t             186 dev/raidframe/rf_openbsd.h 	dev_t			 dev;		/*
dev_t             171 dev/raidframe/rf_openbsdkintf.c void rf_InitBP(struct buf *, struct vnode *, unsigned, dev_t, RF_SectorNum_t,
dev_t             177 dev/raidframe/rf_openbsdkintf.c daddr64_t raidsize(dev_t);
dev_t             178 dev/raidframe/rf_openbsdkintf.c int  raidopen(dev_t, int, int, struct proc *);
dev_t             179 dev/raidframe/rf_openbsdkintf.c int  raidclose(dev_t, int, int, struct proc *);
dev_t             180 dev/raidframe/rf_openbsdkintf.c int  raidioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t             181 dev/raidframe/rf_openbsdkintf.c int  raidwrite(dev_t, struct uio *, int);
dev_t             182 dev/raidframe/rf_openbsdkintf.c int  raidread(dev_t, struct uio *, int);
dev_t             184 dev/raidframe/rf_openbsdkintf.c int  raiddump(dev_t, daddr64_t, caddr_t, size_t);
dev_t             273 dev/raidframe/rf_openbsdkintf.c void raidgetdisklabel(dev_t, struct disklabel *, int);
dev_t             578 dev/raidframe/rf_openbsdkintf.c raidsize(dev_t dev)
dev_t             613 dev/raidframe/rf_openbsdkintf.c raiddump(dev_t dev, daddr64_t blkno, caddr_t va, size_t size)
dev_t             621 dev/raidframe/rf_openbsdkintf.c raidopen(dev_t dev, int flags, int fmt, struct proc *p)
dev_t             698 dev/raidframe/rf_openbsdkintf.c raidclose(dev_t dev, int flags, int fmt, struct proc *p)
dev_t             813 dev/raidframe/rf_openbsdkintf.c raidread(dev_t dev, struct uio *uio, int flags)
dev_t             834 dev/raidframe/rf_openbsdkintf.c raidwrite(dev_t dev, struct uio *uio, int flags)
dev_t             850 dev/raidframe/rf_openbsdkintf.c raidioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t            2058 dev/raidframe/rf_openbsdkintf.c 	dev_t		  dev,
dev_t            2125 dev/raidframe/rf_openbsdkintf.c raidgetdisklabel(dev_t dev, struct disklabel *lp, int spoofonly)
dev_t            2258 dev/raidframe/rf_openbsdkintf.c raidmarkclean(dev_t dev, struct vnode *b_vp, int mod_counter)
dev_t            2270 dev/raidframe/rf_openbsdkintf.c raidmarkdirty(dev_t dev, struct vnode *b_vp, int mod_counter)
dev_t            2282 dev/raidframe/rf_openbsdkintf.c raidread_component_label(dev_t dev, struct vnode *b_vp,
dev_t            2330 dev/raidframe/rf_openbsdkintf.c raidwrite_component_label(dev_t dev, struct vnode *b_vp,
dev_t            2707 dev/raidframe/rf_openbsdkintf.c 	dev_t dev;
dev_t            3302 dev/raidframe/rf_openbsdkintf.c 	dev_t dev;
dev_t            3326 dev/raidframe/rf_openbsdkintf.c 	dev_t dev;
dev_t             117 dev/raidframe/rf_raidframe.h #define	RAIDFRAME_TUR			_IOW ('r',  3, dev_t)
dev_t             102 dev/ramdisk.c  void rdgetdisklabel(dev_t, struct rd_softc *, struct disklabel *, int);
dev_t             213 dev/ramdisk.c  	dev_t dev;
dev_t             222 dev/ramdisk.c  rdsize(dev_t dev)
dev_t             249 dev/ramdisk.c  	dev_t   dev;
dev_t             287 dev/ramdisk.c  	dev_t   dev;
dev_t             297 dev/ramdisk.c  	dev_t		dev;
dev_t             306 dev/ramdisk.c  	dev_t		dev;
dev_t             389 dev/ramdisk.c  	dev_t	dev;
dev_t             493 dev/ramdisk.c  rdgetdisklabel(dev_t dev, struct rd_softc *sc, struct disklabel *lp,
dev_t             638 dev/rnd.c      randomopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             644 dev/rnd.c      randomclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             941 dev/rnd.c      randomread(dev_t dev, struct uio *uio, int ioflag)
dev_t            1021 dev/rnd.c      randompoll(dev_t dev, int events, struct proc *p)
dev_t            1037 dev/rnd.c      randomkqfilter(dev_t dev, struct knote *kn)
dev_t            1097 dev/rnd.c      randomwrite(dev_t dev, struct uio *uio, int flags)
dev_t            1129 dev/rnd.c      randomioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             236 dev/sbus/bpp.c bppopen(dev_t dev, int flags, int mode, struct proc *p)
dev_t             264 dev/sbus/bpp.c bppclose(dev_t dev, int flags, int mode, struct proc *p)
dev_t             280 dev/sbus/bpp.c bppwrite(dev_t dev, struct uio *uio, int flags)
dev_t             372 dev/sbus/bpp.c bppioctl(dev_t dev, u_long cmd, caddr_t	data, int flag, struct proc *p)
dev_t             839 dev/sbus/magma.c mttyopen(dev_t dev, int flags, int mode, struct proc *p)
dev_t             931 dev/sbus/magma.c mttyclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             968 dev/sbus/magma.c mttyread(dev_t dev, struct uio *uio, int flags)
dev_t             981 dev/sbus/magma.c mttywrite(dev_t dev, struct uio *uio, int flags)
dev_t             994 dev/sbus/magma.c mttytty(dev_t dev)
dev_t            1006 dev/sbus/magma.c mttyioctl(dev_t dev, u_long cmd, caddr_t data, int flags, struct proc *p)
dev_t            1403 dev/sbus/magma.c mbppopen(dev_t dev, int flags, int mode, struct proc *p)
dev_t            1451 dev/sbus/magma.c mbppclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t            1464 dev/sbus/magma.c mbppread(dev_t dev, struct uio *uio, int flags)
dev_t            1473 dev/sbus/magma.c mbppwrite(dev_t dev, struct uio *uio, int flags)
dev_t            1482 dev/sbus/magma.c mbppioctl(dev_t dev, u_long cmd, caddr_t data, int flags, struct proc *p)
dev_t            1526 dev/sbus/magma.c mbpppoll(dev_t dev, int events, struct proc *p)
dev_t            1532 dev/sbus/magma.c mbpp_rw(dev_t dev, struct uio *uio)
dev_t             225 dev/sbus/magmareg.h int mbpp_rw(dev_t, struct uio *);
dev_t              64 dev/sbus/spif.c int	sttyopen(dev_t, int, int, struct proc *);
dev_t              65 dev/sbus/spif.c int	sttyclose(dev_t, int, int, struct proc *);
dev_t              66 dev/sbus/spif.c int	sttyread(dev_t, struct uio *, int);
dev_t              67 dev/sbus/spif.c int	sttywrite(dev_t, struct uio *, int);
dev_t              68 dev/sbus/spif.c int	sttyioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t              79 dev/sbus/spif.c struct tty *sttytty(dev_t);
dev_t              87 dev/sbus/spif.c int	sbppopen(dev_t, int, int, struct proc *);
dev_t              88 dev/sbus/spif.c int	sbppclose(dev_t, int, int, struct proc *);
dev_t              89 dev/sbus/spif.c int	sbppread(dev_t, struct uio *, int);
dev_t              90 dev/sbus/spif.c int	sbppwrite(dev_t, struct uio *, int);
dev_t              91 dev/sbus/spif.c int	sbpp_rw(dev_t, struct uio *);
dev_t              93 dev/sbus/spif.c int	sbpppoll(dev_t, int, struct proc *);
dev_t              94 dev/sbus/spif.c int	sbppioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t             330 dev/sbus/spif.c 	dev_t dev;
dev_t             422 dev/sbus/spif.c 	dev_t dev;
dev_t             451 dev/sbus/spif.c 	dev_t dev;
dev_t             678 dev/sbus/spif.c 	dev_t dev;
dev_t             691 dev/sbus/spif.c 	dev_t dev;
dev_t             704 dev/sbus/spif.c 	dev_t dev;
dev_t            1068 dev/sbus/spif.c 	dev_t dev;
dev_t            1078 dev/sbus/spif.c 	dev_t dev;
dev_t            1095 dev/sbus/spif.c 	dev_t dev;
dev_t            1104 dev/sbus/spif.c 	dev_t dev;
dev_t            1113 dev/sbus/spif.c 	dev_t dev;
dev_t            1121 dev/sbus/spif.c 	dev_t dev;
dev_t            1130 dev/sbus/spif.c 	dev_t dev;
dev_t             161 dev/sequencer.c sequenceropen(dev_t dev, int flags, int ifmt, struct proc *p)
dev_t             298 dev/sequencer.c sequencerclose(dev_t dev, int flags, int ifmt, struct proc *p)
dev_t             371 dev/sequencer.c sequencerread(dev_t dev, struct uio *uio, int ioflag)
dev_t             406 dev/sequencer.c sequencerwrite(dev_t dev, struct uio *uio, int ioflag)
dev_t             454 dev/sequencer.c sequencerioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t             604 dev/sequencer.c sequencerpoll(dev_t dev, int events, struct proc *p)
dev_t            1264 dev/sequencer.c midiopen(dev_t dev, int flags, int ifmt, struct proc *p)
dev_t            1272 dev/sequencer.c midi_getinfo(dev_t dev, struct midi_info *mi)
dev_t            1277 dev/sequencer.c midiclose(dev_t dev, int flags, int ifmt, struct proc *p)
dev_t              94 dev/softraid.c 			    struct sr_chunk_head *, dev_t *, int);
dev_t             150 dev/softraid.c int			sr_validate_metadata(struct sr_softc *, dev_t,
dev_t             752 dev/softraid.c 	dev_t			*dt;
dev_t             780 dev/softraid.c 	no_chunk = bc->bc_dev_list_len / sizeof(dev_t);
dev_t            1016 dev/softraid.c sr_open_chunks(struct sr_softc *sc, struct sr_chunk_head *cl, dev_t *dt,
dev_t            1025 dev/softraid.c 	dev_t			dev;
dev_t            1297 dev/softraid.c 	dev_t			dev;
dev_t            2017 dev/softraid.c 	dev_t			dev, devr, *dt = NULL;
dev_t            2181 dev/softraid.c 		bc.bc_dev_list_len = no_dev * sizeof(dev_t);
dev_t            2204 dev/softraid.c sr_validate_metadata(struct sr_softc *sc, dev_t dev, struct sr_metadata *sm)
dev_t             173 dev/softraidvar.h 	dev_t			sml_mm;
dev_t             208 dev/softraidvar.h 	dev_t			src_dev_mm;	/* major/minor */
dev_t              58 dev/systrace.c int	systraceopen(dev_t, int, int, struct proc *);
dev_t              59 dev/systrace.c int	systraceclose(dev_t, int, int, struct proc *);
dev_t              60 dev/systrace.c int	systraceread(dev_t, struct uio *, int);
dev_t              61 dev/systrace.c int	systracewrite(dev_t, struct uio *, int);
dev_t              62 dev/systrace.c int	systraceioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t              63 dev/systrace.c int	systracepoll(dev_t, int, struct proc *);
dev_t             515 dev/systrace.c 	dev_t	dev;
dev_t             525 dev/systrace.c 	dev_t	dev;
dev_t             535 dev/systrace.c 	dev_t	dev;
dev_t             544 dev/systrace.c 	dev_t	dev;
dev_t             553 dev/systrace.c 	dev_t	dev;
dev_t             600 dev/systrace.c 	dev_t	dev;
dev_t             310 dev/usb/ucom.c ucomopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             552 dev/usb/ucom.c ucomclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             581 dev/usb/ucom.c ucomread(dev_t dev, struct uio *uio, int flag)
dev_t             598 dev/usb/ucom.c ucomwrite(dev_t dev, struct uio *uio, int flag)
dev_t             615 dev/usb/ucom.c ucomtty(dev_t dev)
dev_t             624 dev/usb/ucom.c ucomioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             279 dev/usb/ugen.c ugenopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             423 dev/usb/ugen.c ugenclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             634 dev/usb/ugen.c ugenread(dev_t dev, struct uio *uio, int flag)
dev_t             733 dev/usb/ugen.c ugenwrite(dev_t dev, struct uio *uio, int flag)
dev_t            1279 dev/usb/ugen.c ugenioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t            1295 dev/usb/ugen.c ugenpoll(dev_t dev, int events, struct proc *p)
dev_t            1358 dev/usb/ugen.c int ugenkqfilter(dev_t, struct knote *);
dev_t            1407 dev/usb/ugen.c ugenkqfilter(dev_t dev, struct knote *kn)
dev_t             251 dev/usb/uhid.c uhidopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             283 dev/usb/uhid.c uhidclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             358 dev/usb/uhid.c uhidread(dev_t dev, struct uio *uio, int flag)
dev_t             400 dev/usb/uhid.c uhidwrite(dev_t dev, struct uio *uio, int flag)
dev_t             530 dev/usb/uhid.c uhidioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t             545 dev/usb/uhid.c uhidpoll(dev_t dev, int events, struct proc *p)
dev_t             572 dev/usb/uhid.c int uhidkqfilter(dev_t, struct knote *);
dev_t             601 dev/usb/uhid.c uhidkqfilter(dev_t dev, struct knote *kn)
dev_t             433 dev/usb/ulpt.c ulptopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             558 dev/usb/ulpt.c ulptclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             630 dev/usb/ulpt.c ulptwrite(dev_t dev, struct uio *uio, int flags)
dev_t             648 dev/usb/ulpt.c ulptioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             265 dev/usb/urio.c urioopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             302 dev/usb/urio.c urioclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             325 dev/usb/urio.c urioread(dev_t dev, struct uio *uio, int flag)
dev_t             382 dev/usb/urio.c uriowrite(dev_t dev, struct uio *uio, int flag)
dev_t             444 dev/usb/urio.c urioioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t             539 dev/usb/urio.c uriopoll(dev_t dev, int events, struct proc *p)
dev_t             387 dev/usb/usb.c  usbopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             413 dev/usb/usb.c  usbread(dev_t dev, struct uio *uio, int flag)
dev_t             446 dev/usb/usb.c  usbclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             459 dev/usb/usb.c  usbioctl(dev_t devt, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             586 dev/usb/usb.c  usbpoll(dev_t dev, int events, struct proc *p)
dev_t             609 dev/usb/usb.c  int usbkqfilter(dev_t, struct knote *);
dev_t             636 dev/usb/usb.c  usbkqfilter(dev_t dev, struct knote *kn)
dev_t             342 dev/usb/uscanner.c uscanneropen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             409 dev/usb/uscanner.c uscannerclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             507 dev/usb/uscanner.c uscannerread(dev_t dev, struct uio *uio, int flag)
dev_t             557 dev/usb/uscanner.c uscannerwrite(dev_t dev, struct uio *uio, int flag)
dev_t             627 dev/usb/uscanner.c uscannerpoll(dev_t dev, int events, struct proc *p)
dev_t             649 dev/usb/uscanner.c uscannerioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t             655 dev/usb/uscanner.c int uscannerkqfilter(dev_t, struct knote *);
dev_t             669 dev/usb/uscanner.c uscannerkqfilter(dev_t dev, struct knote *kn)
dev_t             163 dev/vnd.c      void	vndgetdisklabel(dev_t, struct vnd_softc *);
dev_t             219 dev/vnd.c      vndopen(dev_t dev, int flags, int mode, struct proc *p)
dev_t             295 dev/vnd.c      vndgetdisklabel(dev_t dev, struct vnd_softc *sc)
dev_t             331 dev/vnd.c      vndclose(dev_t dev, int flags, int mode, struct proc *p)
dev_t             659 dev/vnd.c      vndread(dev_t dev, struct uio *uio, int flags)
dev_t             678 dev/vnd.c      vndwrite(dev_t dev, struct uio *uio, int flags)
dev_t             697 dev/vnd.c      vndioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t             997 dev/vnd.c      vndsize(dev_t dev)
dev_t            1008 dev/vnd.c      vnddump(dev_t dev, daddr64_t blkno, caddr_t va, size_t size)
dev_t              63 dev/vndioctl.h 	dev_t	vnu_dev;		/* vnd device */
dev_t              53 dev/wscons/wscons_callbacks.h void	wsdisplay_set_cons_kbd(int (*get)(dev_t),
dev_t              54 dev/wscons/wscons_callbacks.h 			       void (*poll)(dev_t, int),
dev_t              55 dev/wscons/wscons_callbacks.h 			       void (*bell)(dev_t, u_int, u_int, u_int));
dev_t             199 dev/wscons/wsdisplay.c 	dev_t wsmoused_dev; /* device opened by wsmoused(8), when active */
dev_t             245 dev/wscons/wsdisplay.c int	wsdisplay_getc_dummy(dev_t);
dev_t             246 dev/wscons/wsdisplay.c void	wsdisplay_pollc(dev_t, int);
dev_t             249 dev/wscons/wsdisplay.c void	(*wsdisplay_cons_kbd_pollc)(dev_t, int);
dev_t             816 dev/wscons/wsdisplay.c wsdisplayopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             873 dev/wscons/wsdisplay.c wsdisplayclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             936 dev/wscons/wsdisplay.c wsdisplayread(dev_t dev, struct uio *uio, int flag)
dev_t             960 dev/wscons/wsdisplay.c wsdisplaywrite(dev_t dev, struct uio *uio, int flag)
dev_t             984 dev/wscons/wsdisplay.c wsdisplaytty(dev_t dev)
dev_t            1003 dev/wscons/wsdisplay.c wsdisplayioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t            1333 dev/wscons/wsdisplay.c wsdisplaymmap(dev_t dev, off_t offset, int prot)
dev_t            1352 dev/wscons/wsdisplay.c wsdisplaypoll(dev_t dev, int events, struct proc *p)
dev_t            1370 dev/wscons/wsdisplay.c wsdisplaykqfilter(dev_t dev, struct knote *kn)
dev_t            2052 dev/wscons/wsdisplay.c wsdisplay_cnputc(dev_t dev, int i)
dev_t            2073 dev/wscons/wsdisplay.c wsdisplay_getc_dummy(dev_t dev)
dev_t            2080 dev/wscons/wsdisplay.c wsdisplay_pollc(dev_t dev, int on)
dev_t            2097 dev/wscons/wsdisplay.c wsdisplay_set_cons_kbd(int (*get)(dev_t), void (*poll)(dev_t, int),
dev_t            2098 dev/wscons/wsdisplay.c     void (*bell)(dev_t, u_int, u_int, u_int))
dev_t             174 dev/wscons/wsdisplayvar.h void	wsdisplay_cnputc(dev_t dev, int i);
dev_t             784 dev/wscons/wskbd.c wskbdopen(dev_t dev, int flags, int mode, struct proc *p)
dev_t             843 dev/wscons/wskbd.c wskbdclose(dev_t dev, int flags, int mode, struct proc *p)
dev_t             876 dev/wscons/wskbd.c wskbdread(dev_t dev, struct uio *uio, int flags)
dev_t             901 dev/wscons/wskbd.c wskbdioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t            1161 dev/wscons/wskbd.c wskbdpoll(dev_t dev, int events, struct proc *p)
dev_t            1265 dev/wscons/wskbd.c wskbd_cngetc(dev_t dev)
dev_t            1296 dev/wscons/wskbd.c wskbd_cnpollc(dev_t dev, int poll)
dev_t            1311 dev/wscons/wskbd.c wskbd_cnbell(dev_t dev, u_int pitch, u_int period, u_int volume)
dev_t             100 dev/wscons/wskbdvar.h int	wskbd_cngetc(dev_t dev);
dev_t             101 dev/wscons/wskbdvar.h void	wskbd_cnpollc(dev_t dev, int poll);
dev_t             102 dev/wscons/wskbdvar.h void	wskbd_cnbell(dev_t, u_int, u_int, u_int);
dev_t             487 dev/wscons/wsmouse.c wsmouseopen(dev_t dev, int flags, int mode, struct proc *p)
dev_t             528 dev/wscons/wsmouse.c wsmouseclose(dev_t dev, int flags, int mode, struct proc *p)
dev_t             561 dev/wscons/wsmouse.c wsmouseread(dev_t dev, struct uio *uio, int flags)
dev_t             586 dev/wscons/wsmouse.c wsmouseioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             664 dev/wscons/wsmouse.c wsmousepoll(dev_t dev, int events, struct proc *p)
dev_t             173 dev/wscons/wsmux.c wsmuxopen(dev_t dev, int flags, int mode, struct proc *p)
dev_t             276 dev/wscons/wsmux.c wsmuxclose(dev_t dev, int flags, int mode, struct proc *p)
dev_t             330 dev/wscons/wsmux.c wsmuxread(dev_t dev, struct uio *uio, int flags)
dev_t             357 dev/wscons/wsmux.c wsmuxioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             544 dev/wscons/wsmux.c wsmuxpoll(dev_t dev, int events, struct proc *p)
dev_t              55 isofs/cd9660/cd9660_extern.h 	dev_t im_dev;
dev_t              97 isofs/cd9660/cd9660_node.c 	dev_t	device;
dev_t             130 isofs/cd9660/cd9660_node.c 	dev_t device;
dev_t             154 isofs/cd9660/cd9660_node.c 	dev_t dev;
dev_t              52 isofs/cd9660/cd9660_node.h 	dev_t		iso_rdev;	/* Major/Minor number for special */
dev_t              61 isofs/cd9660/cd9660_node.h 	dev_t		i_dev;		/* device where dnode resides */
dev_t              63 isofs/cd9660/cd9660_node.h 	dev_t		d_dev;		/* device # for translation */
dev_t              72 isofs/cd9660/cd9660_node.h 	dev_t	i_dev;		/* device where inode resides */
dev_t             139 isofs/cd9660/cd9660_node.h struct	vnode *cd9660_ihashget(dev_t, ino_t);
dev_t             148 isofs/cd9660/cd9660_node.h struct	iso_dnode *iso_dmap(dev_t, ino_t, int);
dev_t             149 isofs/cd9660/cd9660_node.h void	iso_dunmap(dev_t);
dev_t              85 isofs/cd9660/cd9660_vfsops.c int	iso_disklabelspoof(dev_t dev, void (*strat)(struct buf *),
dev_t             226 isofs/cd9660/cd9660_vfsops.c 	dev_t dev = devvp->v_rdev;
dev_t             461 isofs/cd9660/cd9660_vfsops.c 	dev_t dev;
dev_t             754 isofs/cd9660/cd9660_vfsops.c 	dev_t dev;
dev_t              43 isofs/udf/udf.h 	dev_t u_dev;
dev_t              59 isofs/udf/udf.h 	dev_t um_dev;
dev_t              92 isofs/udf/udf_subr.c udf_disklabelspoof(dev_t dev, void (*strat)(struct buf *),
dev_t            1157 kern/kern_descrip.c filedescopen(dev_t dev, int mode, int type, struct proc *p)
dev_t             111 kern/kern_lkm.c lkmopen(dev_t dev, int flag, int devtype, struct proc *p)
dev_t             277 kern/kern_lkm.c lkmclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             304 kern/kern_lkm.c lkmioctl(dev_t dev, u_long cmd, caddr_t data, int flags, struct proc *p)
dev_t              71 kern/kern_physio.c physio(void (*strategy)(struct buf *), struct buf *bp, dev_t dev, int flags,
dev_t            1040 kern/kern_sysctl.c 			    p->p_session->s_ttyp->t_dev != (dev_t)arg)
dev_t             836 kern/subr_disk.c 	dev_t rawdev, rrootdev;
dev_t             972 kern/subr_disk.c getdisk(char *str, int len, int defpart, dev_t *devp)
dev_t             995 kern/subr_disk.c parsedisk(char *str, int len, int defpart, dev_t *devp)
dev_t            1049 kern/subr_disk.c 	dev_t nrootdev, nswapdev = NODEV, temp = NODEV;
dev_t             132 kern/subr_log.c logopen(dev_t dev, int flags, int mode, struct proc *p)
dev_t             142 kern/subr_log.c logclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             152 kern/subr_log.c logread(dev_t dev, struct uio *uio, int flag)
dev_t             195 kern/subr_log.c logpoll(dev_t dev, int events, struct proc *p)
dev_t             211 kern/subr_log.c logkqfilter(dev_t dev, struct knote *kn)
dev_t             271 kern/subr_log.c logioctl(dev_t dev, u_long com, caddr_t data, int flag, struct proc *p)
dev_t             112 kern/subr_xxx.c bdevsw_lookup(dev_t dev)
dev_t             118 kern/subr_xxx.c cdevsw_lookup(dev_t dev)
dev_t             126 kern/subr_xxx.c dev_t
dev_t             127 kern/subr_xxx.c chrtoblk(dev_t dev)
dev_t             142 kern/subr_xxx.c dev_t
dev_t             143 kern/subr_xxx.c blktochr(dev_t dev)
dev_t              66 kern/sys_generic.c int seltrue(dev_t, int, struct proc *);
dev_t             772 kern/sys_generic.c seltrue(dev_t dev, int events, struct proc *p)
dev_t             175 kern/tty.c     ttyopen(dev_t device, struct tty *tp)
dev_t             935 kern/tty.c     		dev_t device = tp->t_dev;
dev_t            1044 kern/tty.c     ttpoll(dev_t device, int events, struct proc *p)
dev_t            1078 kern/tty.c     ttkqfilter(dev_t dev, struct knote *kn)
dev_t            1109 kern/tty.c     	dev_t dev = (dev_t)((u_long)kn->kn_hook);
dev_t            1120 kern/tty.c     	dev_t dev = (dev_t)((u_long)kn->kn_hook);
dev_t            1137 kern/tty.c     	dev_t dev = (dev_t)((u_long)kn->kn_hook);
dev_t            1148 kern/tty.c     	dev_t dev = (dev_t)((u_long)kn->kn_hook);
dev_t              47 kern/tty_conf.c #define	ttynodisc ((int (*)(dev_t, struct tty *))enodev)
dev_t              57 kern/tty_conf.c int	slopen(dev_t dev, struct tty *tp);
dev_t              67 kern/tty_conf.c int	pppopen(dev_t dev, struct tty *tp);
dev_t              79 kern/tty_conf.c int	stripopen(dev_t dev, struct tty *tp);
dev_t              89 kern/tty_conf.c int	nmeaopen(dev_t, struct tty *);
dev_t              39 kern/tty_nmea.c int	nmeaopen(dev_t, struct tty *);
dev_t              80 kern/tty_nmea.c nmeaopen(dev_t dev, struct tty *tp)
dev_t             101 kern/tty_pty.c struct tty *ptytty(dev_t);
dev_t             116 kern/tty_pty.c dev_t	pty_getfree(void);
dev_t             119 kern/tty_pty.c int	ptmopen(dev_t, int, int, struct proc *);
dev_t             120 kern/tty_pty.c int	ptmclose(dev_t, int, int, struct proc *);
dev_t             121 kern/tty_pty.c int	ptmread(dev_t, struct uio *, int);
dev_t             122 kern/tty_pty.c int	ptmwrite(dev_t, struct uio *, int);
dev_t             123 kern/tty_pty.c int	ptmwrite(dev_t, struct uio *, int);
dev_t             124 kern/tty_pty.c int	ptmioctl(dev_t, u_long, caddr_t, int, struct proc *p);
dev_t             125 kern/tty_pty.c int	ptmpoll(dev_t, int, struct proc *p);
dev_t             237 kern/tty_pty.c ptsopen(dev_t dev, int flag, int devtype, struct proc *p)
dev_t             279 kern/tty_pty.c ptsclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             292 kern/tty_pty.c ptsread(dev_t dev, struct uio *uio, int flag)
dev_t             344 kern/tty_pty.c ptswrite(dev_t dev, struct uio *uio, int flag)
dev_t             412 kern/tty_pty.c int ptcopen(dev_t, int, int, struct proc *);
dev_t             416 kern/tty_pty.c ptcopen(dev_t dev, int flag, int devtype, struct proc *p)
dev_t             443 kern/tty_pty.c ptcclose(dev_t dev, int flag, int devtype, struct proc *p)
dev_t             455 kern/tty_pty.c ptcread(dev_t dev, struct uio *uio, int flag)
dev_t             521 kern/tty_pty.c ptcwrite(dev_t dev, struct uio *uio, int flag)
dev_t             607 kern/tty_pty.c ptcpoll(dev_t dev, int events, struct proc *p)
dev_t             723 kern/tty_pty.c ptckqfilter(dev_t dev, struct knote *kn)
dev_t             752 kern/tty_pty.c ptytty(dev_t dev)
dev_t             762 kern/tty_pty.c ptyioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             989 kern/tty_pty.c dev_t
dev_t            1069 kern/tty_pty.c ptmopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t            1076 kern/tty_pty.c ptmclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t            1082 kern/tty_pty.c ptmread(dev_t dev, struct uio *uio, int ioflag)
dev_t            1088 kern/tty_pty.c ptmwrite(dev_t dev, struct uio *uio, int ioflag)
dev_t            1094 kern/tty_pty.c ptmioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t            1096 kern/tty_pty.c 	dev_t newdev, error;
dev_t            1227 kern/tty_pty.c ptmpoll(dev_t dev, int events, struct proc *p)
dev_t              52 kern/tty_tty.c cttyopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t              80 kern/tty_tty.c cttyread(dev_t dev, struct uio *uio, int flag)
dev_t              96 kern/tty_tty.c cttywrite(dev_t dev, struct uio *uio, int flag)
dev_t             112 kern/tty_tty.c cttyioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t             132 kern/tty_tty.c cttypoll(dev_t dev, int events, struct proc *p)
dev_t              99 kern/vfs_subr.c int getdevvp(dev_t, struct vnode **, enum vtype);
dev_t             453 kern/vfs_subr.c bdevvp(dev_t dev, struct vnode **vpp)
dev_t             463 kern/vfs_subr.c cdevvp(dev_t dev, struct vnode **vpp)
dev_t             474 kern/vfs_subr.c getdevvp(dev_t dev, struct vnode **vpp, enum vtype type)
dev_t             508 kern/vfs_subr.c checkalias(struct vnode *nvp, dev_t nvp_rdev, struct mount *mp)
dev_t            1113 kern/vfs_subr.c vfinddev(dev_t dev, enum vtype type, struct vnode **vpp)
dev_t              74 lib/libsa/cons.c cnset(dev_t dev)
dev_t             183 lib/libsa/stand.h dev_t	ttydev(char *);
dev_t             185 lib/libsa/stand.h int	cnset(dev_t);
dev_t             189 lib/libsa/stand.h int	cnspeed(dev_t, int);
dev_t             129 lib/libsa/unixdev.c unix_putc(dev_t dev, int c)
dev_t             135 lib/libsa/unixdev.c unix_getc(dev_t dev)
dev_t             175 lib/libsa/unixdev.c cnspeed(dev_t dev, int sp)
dev_t              39 lib/libsa/unixdev.h int unix_getc(dev_t);
dev_t              40 lib/libsa/unixdev.h void unix_putc(dev_t, int);
dev_t              41 lib/libsa/unixdev.h int unix_ischar(dev_t);
dev_t             132 miscfs/specfs/spec_vnops.c 	dev_t bdev;
dev_t             133 miscfs/specfs/spec_vnops.c 	dev_t dev = (dev_t)vp->v_rdev;
dev_t             225 miscfs/specfs/spec_vnops.c 	int (*ioctl)(dev_t, u_long, caddr_t, int, struct proc *);
dev_t             314 miscfs/specfs/spec_vnops.c 	int (*ioctl)(dev_t, u_long, caddr_t, int, struct proc *);
dev_t             383 miscfs/specfs/spec_vnops.c 	dev_t dev = ap->a_vp->v_rdev;
dev_t             407 miscfs/specfs/spec_vnops.c 	dev_t dev;
dev_t             426 miscfs/specfs/spec_vnops.c 	dev_t dev;
dev_t             523 miscfs/specfs/spec_vnops.c 	dev_t dev = vp->v_rdev;
dev_t             524 miscfs/specfs/spec_vnops.c 	int (*devclose)(dev_t, int, int, struct proc *);
dev_t              44 miscfs/specfs/specdev.h 	dev_t	si_rdev;
dev_t             143 msdosfs/denode.h 	dev_t de_dev;		/* device where direntry lives */
dev_t              75 msdosfs/msdosfs_denode.c static struct denode *msdosfs_hashget(dev_t, uint32_t, uint32_t);
dev_t              90 msdosfs/msdosfs_denode.c 	dev_t dev;
dev_t             259 msdosfs/msdosfs_vfsops.c 	dev_t dev = devvp->v_rdev;
dev_t              56 msdosfs/msdosfsmount.h 	dev_t pm_dev;		/* block special device mounted */
dev_t              88 net/bpf.c      int	bpfpoll(dev_t, int, struct proc *);
dev_t              89 net/bpf.c      int	bpfkqfilter(dev_t, struct knote *);
dev_t             315 net/bpf.c      bpfopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             338 net/bpf.c      bpfclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             369 net/bpf.c      bpfread(dev_t dev, struct uio *uio, int ioflag)
dev_t             505 net/bpf.c      bpfwrite(dev_t dev, struct uio *uio, int ioflag)
dev_t             587 net/bpf.c      bpfioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t            1006 net/bpf.c      bpfpoll(dev_t dev, int events, struct proc *p)
dev_t            1037 net/bpf.c      bpfkqfilter(dev_t dev, struct knote *kn)
dev_t            1065 net/bpf.c      	dev_t dev = (dev_t)((u_long)kn->kn_hook);
dev_t            1078 net/bpf.c      	dev_t dev = (dev_t)((u_long)kn->kn_hook);
dev_t             290 net/if_sl.c    	dev_t dev;
dev_t             122 net/if_slvar.h int	slopen(dev_t, struct tty *);
dev_t             436 net/if_strip.c 	dev_t dev;
dev_t              62 net/if_stripvar.h int	stripopen(dev_t, struct tty *);
dev_t             113 net/if_tun.c   int	tunopen(dev_t, int, int, struct proc *);
dev_t             114 net/if_tun.c   int	tunclose(dev_t, int, int, struct proc *);
dev_t             118 net/if_tun.c   int	tunioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t             119 net/if_tun.c   int	tunread(dev_t, struct uio *, int);
dev_t             120 net/if_tun.c   int	tunwrite(dev_t, struct uio *, int);
dev_t             121 net/if_tun.c   int	tunpoll(dev_t, int, struct proc *);
dev_t             122 net/if_tun.c   int	tunkqfilter(dev_t, struct knote *);
dev_t             298 net/if_tun.c   tunopen(dev_t dev, int flag, int mode, struct proc *p)
dev_t             340 net/if_tun.c   tunclose(dev_t dev, int flag, int mode, struct proc *p)
dev_t             597 net/if_tun.c   tunioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
dev_t             708 net/if_tun.c   tunread(dev_t dev, struct uio *uio, int ioflag)
dev_t             773 net/if_tun.c   tunwrite(dev_t dev, struct uio *uio, int ioflag)
dev_t             918 net/if_tun.c   tunpoll(dev_t dev, int events, struct proc *p)
dev_t             960 net/if_tun.c   tunkqfilter(dev_t dev, struct knote *kn)
dev_t              91 net/pf_ioctl.c int			 pfopen(dev_t, int, int, struct proc *);
dev_t              92 net/pf_ioctl.c int			 pfclose(dev_t, int, int, struct proc *);
dev_t              98 net/pf_ioctl.c int			 pfioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t             224 net/pf_ioctl.c pfopen(dev_t dev, int flags, int fmt, struct proc *p)
dev_t             232 net/pf_ioctl.c pfclose(dev_t dev, int flags, int fmt, struct proc *p)
dev_t             970 net/pf_ioctl.c pfioctl(dev_t dev, u_long cmd, caddr_t addr, int flags, struct proc *p)
dev_t             129 net/ppp_tty.c  int	pppopen(dev_t dev, struct tty *tp);
dev_t             183 net/ppp_tty.c      dev_t dev;
dev_t            1247 nfs/nfs_serv.c 	dev_t rdev = 0;
dev_t            1319 nfs/nfs_serv.c 			rdev = (dev_t)fxdr_unsigned(int32_t, sp->sa_size);
dev_t            1359 nfs/nfs_serv.c 				va.va_rdev = (dev_t)rdev;
dev_t            1175 nfs/nfs_subs.c 			nvp = checkalias(vp, (dev_t)rdev, vp->v_mount);
dev_t            1200 nfs/nfs_subs.c 	vap->va_rdev = (dev_t)rdev;
dev_t             250 ntfs/ntfs.h    	dev_t           ntm_dev;	/* device mounted */
dev_t             135 ntfs/ntfs_ihash.c 	dev_t dev;
dev_t              36 ntfs/ntfs_ihash.h struct ntnode   *ntfs_nthashlookup(dev_t, ino_t);
dev_t              37 ntfs/ntfs_ihash.h struct ntnode   *ntfs_nthashget(dev_t, ino_t);
dev_t              66 ntfs/ntfs_inode.h 	dev_t           i_dev;		/* Device associated with the inode. */
dev_t             516 ntfs/ntfs_vfsops.c 	dev_t dev = devvp->v_rdev;
dev_t             100 scsi/cd.c      void	cdgetdisklabel(dev_t, struct cd_softc *, struct disklabel *, int);
dev_t             277 scsi/cd.c      cdopen(dev_t dev, int flag, int fmt, struct proc *p)
dev_t             399 scsi/cd.c      cdclose(dev_t dev, int flag, int fmt, struct proc *p)
dev_t             722 scsi/cd.c      cdread(dev_t dev, struct uio *uio, int ioflag)
dev_t             729 scsi/cd.c      cdwrite(dev_t dev, struct uio *uio, int ioflag)
dev_t             768 scsi/cd.c      cdioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t            1151 scsi/cd.c      cdgetdisklabel(dev_t dev, struct cd_softc *cd, struct disklabel *lp,
dev_t            1637 scsi/cd.c      cdsize(dev_t dev)
dev_t            1645 scsi/cd.c      cddump(dev_t dev, daddr64_t blkno, caddr_t va, size_t size)
dev_t             186 scsi/ch.c      	dev_t dev;
dev_t             267 scsi/ch.c      	dev_t dev;
dev_t             279 scsi/ch.c      	dev_t dev;
dev_t             336 scsi/scsi_ioctl.c scsi_do_ioctl(struct scsi_link *sc_link, dev_t dev, u_long cmd, caddr_t addr,
dev_t             339 scsi/scsiconf.h int	scsi_do_ioctl(struct scsi_link *, dev_t, u_long, caddr_t,
dev_t              91 scsi/sd.c      void	sdgetdisklabel(dev_t, struct sd_softc *, struct disklabel *, int);
dev_t             309 scsi/sd.c      sdopen(dev_t dev, int flag, int fmt, struct proc *p)
dev_t             438 scsi/sd.c      sdclose(dev_t dev, int flag, int fmt, struct proc *p)
dev_t             805 scsi/sd.c      sdread(dev_t dev, struct uio *uio, int ioflag)
dev_t             811 scsi/sd.c      sdwrite(dev_t dev, struct uio *uio, int ioflag)
dev_t             821 scsi/sd.c      sdioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t             978 scsi/sd.c      sdgetdisklabel(dev_t dev, struct sd_softc *sd, struct disklabel *lp,
dev_t            1134 scsi/sd.c      sdsize(dev_t dev)
dev_t            1175 scsi/sd.c      sddump(dev_t dev, daddr64_t blkno, caddr_t va, size_t size)
dev_t             403 scsi/ss.c      	dev_t dev;
dev_t             469 scsi/ss.c      	dev_t dev;
dev_t             527 scsi/ss.c      	dev_t dev;
dev_t             687 scsi/ss.c      	dev_t dev;
dev_t             228 scsi/st.c      int	st_mount_tape(dev_t, int);
dev_t             409 scsi/st.c      	dev_t dev;
dev_t             486 scsi/st.c      	dev_t dev;
dev_t             525 scsi/st.c      	dev_t dev;
dev_t            1018 scsi/st.c      	dev_t dev;
dev_t            1030 scsi/st.c      	dev_t dev;
dev_t            1046 scsi/st.c      	dev_t dev;
dev_t            2037 scsi/st.c      	dev_t dev;
dev_t             109 scsi/uk.c      ukopen(dev_t dev, int flag, int fmt, struct proc *p)
dev_t             144 scsi/uk.c      ukclose(dev_t dev, int flag, int fmt, struct proc *p)
dev_t             159 scsi/uk.c      ukioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
dev_t              55 stand/boot/boot.c boot(dev_t bootdev)
dev_t             388 stand/boot/cmd.c 	dev_t dev;
dev_t              61 stand/boot/cmd.h void boot(dev_t);
dev_t             135 stand/boot/vars.c 	dev_t dev;
dev_t              57 sys/acct.h     	dev_t	  ac_tty;	/* controlling tty */
dev_t              87 sys/buf.h      	dev_t	b_dev;			/* Device associated with buffer. */
dev_t             232 sys/buf.h      int	physio(void (*strategy)(struct buf *), struct buf *bp, dev_t dev,
dev_t              70 sys/conf.h     #define	dev_type_open(n)	int n(dev_t, int, int, struct proc *)
dev_t              71 sys/conf.h     #define	dev_type_close(n)	int n(dev_t, int, int, struct proc *)
dev_t              74 sys/conf.h     	int n(dev_t, u_long, caddr_t, int, struct proc *)
dev_t              86 sys/conf.h     	int	(*d_open)(dev_t dev, int oflags, int devtype,
dev_t              88 sys/conf.h     	int	(*d_close)(dev_t dev, int fflag, int devtype,
dev_t              91 sys/conf.h     	int	(*d_ioctl)(dev_t dev, u_long cmd, caddr_t data,
dev_t              93 sys/conf.h     	int	(*d_dump)(dev_t dev, daddr64_t blkno, caddr_t va,
dev_t              95 sys/conf.h     	daddr64_t (*d_psize)(dev_t dev);
dev_t             105 sys/conf.h     #define	dev_type_dump(n)	int n(dev_t, daddr64_t, caddr_t, size_t)
dev_t             106 sys/conf.h     #define	dev_type_size(n)	daddr64_t n(dev_t)
dev_t             146 sys/conf.h     	int	(*d_open)(dev_t dev, int oflags, int devtype,
dev_t             148 sys/conf.h     	int	(*d_close)(dev_t dev, int fflag, int devtype,
dev_t             150 sys/conf.h     	int	(*d_read)(dev_t dev, struct uio *uio, int ioflag);
dev_t             151 sys/conf.h     	int	(*d_write)(dev_t dev, struct uio *uio, int ioflag);
dev_t             152 sys/conf.h     	int	(*d_ioctl)(dev_t dev, u_long cmd, caddr_t data,
dev_t             156 sys/conf.h     		(*d_tty)(dev_t dev);
dev_t             157 sys/conf.h     	int	(*d_poll)(dev_t dev, int events, struct proc *p);
dev_t             158 sys/conf.h     	paddr_t	(*d_mmap)(dev_t, off_t, int);
dev_t             161 sys/conf.h     	int	(*d_kqfilter)(dev_t dev, struct knote *kn);
dev_t             169 sys/conf.h     #define	dev_type_read(n)	int n(dev_t, struct uio *, int)
dev_t             170 sys/conf.h     #define	dev_type_write(n)	int n(dev_t, struct uio *, int)
dev_t             172 sys/conf.h     #define	dev_type_tty(n)		struct tty *n(dev_t)
dev_t             173 sys/conf.h     #define	dev_type_poll(n)	int n(dev_t, int, struct proc *)
dev_t             174 sys/conf.h     #define	dev_type_mmap(n)	paddr_t n(dev_t, off_t, int)
dev_t             175 sys/conf.h     #define dev_type_kqfilter(n)	int n(dev_t, struct knote *)
dev_t             499 sys/conf.h     	int	(*l_open)(dev_t dev, struct tty *tp);
dev_t             520 sys/conf.h     	dev_t	sw_dev;
dev_t             533 sys/conf.h     struct bdevsw *bdevsw_lookup(dev_t);
dev_t             534 sys/conf.h     struct cdevsw *cdevsw_lookup(dev_t);
dev_t             535 sys/conf.h     int	chrtoblk(dev_t);
dev_t             536 sys/conf.h     int	blktochr(dev_t);
dev_t             537 sys/conf.h     int	iskmemdev(dev_t);
dev_t             538 sys/conf.h     int	iszerodev(dev_t);
dev_t             539 sys/conf.h     dev_t	getnulldev(void);
dev_t             210 sys/device.h   struct	device *getdisk(char *str, int len, int defpart, dev_t *devp);
dev_t             211 sys/device.h   struct	device *parsedisk(char *str, int len, int defpart, dev_t *devp);
dev_t             115 sys/disk.h     	int	(*d_open)(dev_t dev, int ifmt, int, struct proc *);
dev_t             116 sys/disk.h     	int	(*d_close)(dev_t dev, int, int ifmt, struct proc *);
dev_t             117 sys/disk.h     	int	(*d_ioctl)(dev_t dev, u_long cmd, caddr_t data, int fflag,
dev_t             119 sys/disk.h     	int	(*d_dump)(dev_t);
dev_t             457 sys/disklabel.h char	*readdisklabel(dev_t, void (*)(struct buf *), struct disklabel *, int);
dev_t             458 sys/disklabel.h int	 writedisklabel(dev_t, void (*)(struct buf *), struct disklabel *);
dev_t             463 sys/disklabel.h int iso_disklabelspoof(dev_t dev, void (*strat)(struct buf *),
dev_t             467 sys/disklabel.h int udf_disklabelspoof(dev_t dev, void (*strat)(struct buf *),
dev_t             122 sys/param.h    #define	NODEV	(dev_t)(-1)	/* non-existent device */
dev_t             123 sys/param.h    #define NETDEV	(dev_t)(-2)	/* network device (for nfs swap) */
dev_t              66 sys/stat.h     	dev_t	  st_dev;		/* inode's device */
dev_t              72 sys/stat.h     	dev_t	  st_rdev;		/* device type */
dev_t              87 sys/stat.h     	dev_t	  st_dev;		/* inode's device */
dev_t              93 sys/stat.h     	dev_t	  st_rdev;		/* device type */
dev_t             220 sys/stat.h     int	mknod(const char *, mode_t, dev_t);
dev_t              47 sys/swap.h     	dev_t	se_dev;			/* device id */
dev_t              84 sys/syscallargs.h 	syscallarg(dev_t) dev;
dev_t             316 sys/sysctl.h   		dev_t	e_tdev;			/* controlling tty dev */
dev_t              97 sys/systm.h    extern dev_t dumpdev;		/* dump device */
dev_t             100 sys/systm.h    extern dev_t rootdev;		/* root device */
dev_t             103 sys/systm.h    extern dev_t swapdev;		/* swapping device */
dev_t             150 sys/systm.h    int	seltrue(dev_t dev, int which, struct proc *);
dev_t             111 sys/tty.h      	dev_t	t_dev;			/* Device. */
dev_t             140 sys/tty.h      	dev_t   t_dev;
dev_t             271 sys/tty.h      int	 ttpoll(dev_t device, int events, struct proc *p);
dev_t             272 sys/tty.h      int	 ttkqfilter(dev_t dev, struct knote *kn);
dev_t             286 sys/tty.h      int	 ttyopen(dev_t device, struct tty *tp);
dev_t             302 sys/tty.h      int	cttyopen(dev_t, int, int, struct proc *);
dev_t             303 sys/tty.h      int	cttyread(dev_t, struct uio *, int);
dev_t             304 sys/tty.h      int	cttywrite(dev_t, struct uio *, int);
dev_t             305 sys/tty.h      int	cttyioctl(dev_t, u_long, caddr_t, int, struct proc *);
dev_t             306 sys/tty.h      int	cttypoll(dev_t, int, struct proc *);
dev_t             218 sys/types.h    #define	makedev(x,y)	((dev_t)((((x) & 0xff) << 8) | ((y) & 0xff) | (((y) & 0xffff00) << 8)))
dev_t             158 sys/vnode.h    	dev_t		va_rdev;	/* device the special file represents */
dev_t             388 sys/vnode.h    int	bdevvp(dev_t, struct vnode **);
dev_t             389 sys/vnode.h    int	cdevvp(dev_t, struct vnode **);
dev_t             390 sys/vnode.h    struct vnode *checkalias(struct vnode *, dev_t, struct mount *);
dev_t             397 sys/vnode.h    int	vfinddev(dev_t, enum vtype, struct vnode **);
dev_t             482 ufs/ext2fs/ext2fs_vfsops.c 	dev_t dev;
dev_t             816 ufs/ext2fs/ext2fs_vfsops.c 	dev_t dev;
dev_t             183 ufs/ext2fs/ext2fs_vnops.c 	vap->va_rdev = (dev_t)fs2h32(ip->i_e2din->e2di_rdev);
dev_t             670 ufs/ffs/ffs_vfsops.c 	dev_t dev;
dev_t            1245 ufs/ffs/ffs_vfsops.c 	dev_t dev;
dev_t              70 ufs/ufs/inode.h 	dev_t	  i_dev;	/* Device associated with the inode. */
dev_t             104 ufs/ufs/ufs_extern.h struct vnode *ufs_ihashlookup(dev_t, ino_t);
dev_t             105 ufs/ufs/ufs_extern.h struct vnode *ufs_ihashget(dev_t, ino_t);
dev_t              68 ufs/ufs/ufs_ihash.c ufs_ihashlookup(dev_t dev, ino_t inum)
dev_t              89 ufs/ufs/ufs_ihash.c ufs_ihashget(dev_t dev, ino_t inum)
dev_t             117 ufs/ufs/ufs_ihash.c 	dev_t  dev = ip->i_dev;
dev_t             280 ufs/ufs/ufs_vnops.c 	vap->va_rdev = (dev_t) DIP(ip, rdev);
dev_t              47 ufs/ufs/ufsmount.h 	dev_t	um_dev;				/* device mounted */
dev_t             121 uvm/uvm_device.c 	dev_t device = *((dev_t *)arg);
dev_t             123 uvm/uvm_device.c 	paddr_t (*mapfn)(dev_t, off_t, int);
dev_t             134 uvm/uvm_device.c 	    mapfn == (paddr_t (*)(dev_t, off_t, int)) enodev ||
dev_t             135 uvm/uvm_device.c 	    mapfn == (paddr_t (*)(dev_t, off_t, int)) nullop)
dev_t             389 uvm/uvm_device.c 	dev_t device;
dev_t             390 uvm/uvm_device.c 	paddr_t (*mapfn)(dev_t, off_t, int);
dev_t              56 uvm/uvm_device.h 	dev_t u_device;		/* our device */
dev_t             908 uvm/uvm_swap.c 	dev_t dev;
dev_t            1172 uvm/uvm_swap.c 	dev_t dev;
dev_t            1189 uvm/uvm_swap.c 	dev_t dev;
dev_t            2077 uvm/uvm_swap.c 	dev_t swap_dev = swdevt[0].sw_dev;
dev_t              94 xfs/xfs_common-bsd.c xfs_devtoname_r (dev_t dev, char *buf, size_t sz)
dev_t             102 xfs/xfs_common-bsd.c xfs_devtoname_r (dev_t dev, char *buf, size_t sz)
dev_t              72 xfs/xfs_common.h xfs_devtoname_r (dev_t dev, char *buf, size_t sz);
dev_t              44 xfs/xfs_dev-bsd.c xfs_devopen(dev_t dev, int flag, int devtype, d_thread_t *proc)
dev_t              52 xfs/xfs_dev-bsd.c xfs_devclose(dev_t dev, int flag, int devtype, d_thread_t *p)
dev_t              61 xfs/xfs_dev-bsd.c xfs_devioctl(dev_t dev,  u_long cmd,  caddr_t data, int flags,  d_thread_t *p)
dev_t              70 xfs/xfs_dev-bsd.c xfs_devpoll(dev_t dev, int events, d_thread_t * p)
dev_t             149 xfs/xfs_dev-bsd.c xfs_is_xfs_dev(dev_t dev)
dev_t              90 xfs/xfs_dev-common.c xfs_devopen_common(dev_t dev)
dev_t             137 xfs/xfs_dev-common.c xfs_devclose_common(dev_t dev, d_thread_t *proc)
dev_t             229 xfs/xfs_dev-common.c xfs_devread(dev_t dev, struct uio * uiop, int ioflag)
dev_t             309 xfs/xfs_dev-common.c xfs_devwrite(dev_t dev, struct uio *uiop, int ioflag)
dev_t             107 xfs/xfs_dev.h  xfs_devopen_common(dev_t dev);
dev_t             110 xfs/xfs_dev.h  int xfs_devopen(dev_t dev, int flag, int devtype, d_thread_t *proc);
dev_t             111 xfs/xfs_dev.h  int xfs_devclose(dev_t dev, int flag, int devtype, d_thread_t *proc);
dev_t             112 xfs/xfs_dev.h  int xfs_devioctl(dev_t dev, u_long cmd, caddr_t data, int flags,
dev_t             115 xfs/xfs_dev.h  int xfs_devselect(dev_t dev, int which, void *wql, d_thread_t *p);
dev_t             117 xfs/xfs_dev.h  int xfs_devselect(dev_t dev, int which, d_thread_t *p);
dev_t             119 xfs/xfs_dev.h  int xfs_devpoll(dev_t dev, int events, d_thread_t *p);
dev_t             123 xfs/xfs_dev.h  xfs_devclose_common(dev_t dev, d_thread_t *p);
dev_t             126 xfs/xfs_dev.h  xfs_devread(dev_t dev, struct uio * uiop, int ioflag);
dev_t             129 xfs/xfs_dev.h  xfs_devwrite(dev_t dev, struct uio *uiop, int ioflag);
dev_t             160 xfs/xfs_dev.h  xfs_is_xfs_dev (dev_t dev);
dev_t              45 xfs/xfs_extern.h int xfs_devopen(dev_t dev, int flags, int devtype, struct proc * p);
dev_t              46 xfs/xfs_extern.h int xfs_devclose(dev_t dev, int flags, int devtype, struct proc * p);
dev_t              47 xfs/xfs_extern.h int xfs_devread(dev_t dev, struct uio * uiop, int ioflag);
dev_t              48 xfs/xfs_extern.h int xfs_devwrite(dev_t dev, struct uio *uiop, int ioflag);
dev_t              49 xfs/xfs_extern.h int xfs_devioctl(dev_t dev, u_long cmd, caddr_t data, int flags,
dev_t              51 xfs/xfs_extern.h int xfs_devpoll(dev_t dev, int events, struct proc * p);
dev_t              71 xfs/xfs_vfsops-common.c     dev_t dev;