Home
last modified time | relevance | path

Searched refs:devtype (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/sys/arch/i386/i386/
Dpctr.c81 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/
Dlkm.h93 typedef enum devtype { enum
215 #define MOD_DEV(name,devtype,devslot,devp) \ argument
221 devtype, \
Dconf.h86 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/
Dpromdev.c225 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)
Dpromdev.h40 int devtype; /* Kind of device we're booting from */ member
/mirbsd/src/sys/dev/pci/
Dpci.c488 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/
Dtty_pty.c237 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;
Dkern_lkm.c111 lkmopen(dev_t dev, int flag, int devtype, struct proc *p) in lkmopen() argument
/mirbsd/src/sys/dev/
Dmidi.c422 midiclose(dev_t dev, int fflag, int devtype, struct proc *p) in midiclose() argument
/mirbsd/src/gnu/usr.bin/cvs/src/
Drcs.c4485 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/
Dconfigure.com6002 $ WC "devtype='" + devtype + "'"