| /mirbsd/src/sys/arch/i386/i386/ |
| D | pctr.c | 81 pctropen (dev, oflags, devtype, p) in pctropen() argument 84 int devtype; 93 pctrclose (dev, oflags, devtype, p) in pctrclose() argument 96 int devtype;
|
| /mirbsd/src/sys/sys/ |
| D | lkm.h | 93 typedef enum devtype { enum 215 #define MOD_DEV(name,devtype,devslot,devp) \ argument 221 devtype, \
|
| D | conf.h | 86 int (*d_open)(dev_t dev, int oflags, int devtype, 88 int (*d_close)(dev_t dev, int fflag, int devtype, 145 int (*d_open)(dev_t dev, int oflags, int devtype, 147 int (*d_close)(dev_t dev, int fflag, int devtype,
|
| /mirbsd/src/sys/arch/sparc/stand/common/ |
| D | promdev.c | 225 pd->devtype = DT_BLOCK; 227 pd->devtype = getdevtype(fd, prom_bootdevice); 229 if (pd->devtype != DT_BYTE) 234 if (pd->devtype == DT_NET) { 277 if (pd->devtype == DT_BLOCK) 353 if (pd->devtype == DT_NET) 370 if (pd->devtype == DT_NET)
|
| D | promdev.h | 40 int devtype; /* Kind of device we're booting from */ member
|
| /mirbsd/src/sys/dev/pci/ |
| D | pci.c | 488 int pciopen(dev_t dev, int oflags, int devtype, struct proc *p); 489 int pciclose(dev_t dev, int flag, int devtype, struct proc *p); 493 pciopen(dev_t dev, int oflags, int devtype, struct proc *p) in pciopen() argument 510 pciclose(dev_t dev, int flag, int devtype, struct proc *p) in pciclose() argument
|
| /mirbsd/src/sys/kern/ |
| D | tty_pty.c | 237 ptsopen(dev, flag, devtype, p) in ptsopen() argument 239 int flag, devtype; 433 ptcopen(dev, flag, devtype, p) in ptcopen() argument 435 int flag, devtype; 463 ptcclose(dev, flag, devtype, p) in ptcclose() argument 465 int flag, devtype;
|
| D | kern_lkm.c | 111 lkmopen(dev_t dev, int flag, int devtype, struct proc *p) in lkmopen() argument
|
| /mirbsd/src/sys/dev/ |
| D | midi.c | 422 midiclose(dev_t dev, int fflag, int devtype, struct proc *p) in midiclose() argument
|
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | rcs.c | 4485 char devtype[16]; in RCS_checkout() local 4488 devtype, &devnum_long) < 2) in RCS_checkout() 4492 if (STREQ (devtype, "character")) in RCS_checkout() 4494 else if (STREQ (devtype, "block")) in RCS_checkout()
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | configure.com | 6002 $ WC "devtype='" + devtype + "'"
|