Home
last modified time | relevance | path

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

/original-bsd/sys/vax/stand/
H A Dbootxx.c26 register unsigned howto, devtype; /* howto=r11, devtype=r10 */ in main() local
31 howto = 0; devtype = 0; devtype = devtype; in main()
41 copyunix(howto, devtype, io) in copyunix() argument
42 register howto, devtype, io; /* howto=r11, devtype=r10 */ in copyunix()
H A Dboot.c29 register unsigned howto, devtype; /* howto=r11, devtype=r10 */ in main() local
33 howto = 0; devtype = 0; in main()
39 type = (devtype >> B_TYPESHIFT) & B_TYPEMASK; in main()
73 copyunix(howto, devtype, aio) in copyunix() argument
74 register howto, devtype; /* howto=r11, devtype=r10 */ in copyunix()
/original-bsd/sys/tahoe/stand/
H A Dboot.c37 register u_int howto, devtype; /* howto=r11, devtype=r10 */ in main() local
41 howto = 0; devtype = 0; in main()
43 if ((devtype & B_MAGICMASK) != B_DEVMAGIC) in main()
44 devtype = DEV_DFLT << B_TYPESHIFT; /* unit, partition 0 */ in main()
45 bootdev = devtype; in main()
50 type = (devtype >> B_TYPESHIFT) & B_TYPEMASK; in main()
81 copyunix(howto, devtype, io) in copyunix() argument
82 register io, howto, devtype; /* NOTE ORDER */ in copyunix()
/original-bsd/sys/luna68k/stand/
H A Dboot.c29 int devtype = MAKEBOOTDEV(4, 0, 6, 0, 0); variable
125 devtype = get_boot_device(line);
133 stbootunix(howto, devtype, io);
139 bootunix(howto, devtype, io);
168 bootunix(howto, devtype, io) in bootunix() argument
170 register devtype; /* d6 contains boot device */
179 asm(" movl %0,d6" : : "d" (devtype));
249 stbootunix(howto, devtype, skip) in stbootunix() argument
251 register devtype; /* d6 contains boot device */
271 asm(" movl %0,d6" : : "d" (devtype));
H A Dinit_main.c29 extern int devtype;
95 bootunix(howto, devtype, i); in main()
/original-bsd/sys/sys/
H A Dconf.h36 int (*d_open) __P((dev_t dev, int oflags, int devtype,
38 int (*d_close) __P((dev_t dev, int fflag, int devtype,
56 int (*d_open) __P((dev_t dev, int oflags, int devtype,
58 int (*d_close) __P((dev_t dev, int fflag, int devtype,
/original-bsd/sys/hp300/stand/
H A Dboot.c115 copyunix(howto, devtype, io) in copyunix() argument
117 register u_int devtype; /* d6 contains boot device */
153 asm(" movl %0,d6" : : "m" (devtype));
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Ddriver.c13 int devtype = DEVHAR; variable
51 devtype = DEVAPS;
54 devtype = DEVCAT;
57 devtype = DEV202;
/original-bsd/sys/kern/
H A Dtty_pty.c83 ptsopen(dev, flag, devtype, p) in ptsopen() argument
85 int flag, devtype;
237 ptcopen(dev_t dev, int flag, int devtype, struct proc *p) in ptcopen() argument
239 ptcopen(dev, flag, devtype, p) in ptcopen()
241 int flag, devtype;
/original-bsd/usr.bin/uucp/acucntrl/
H A Dacucntrl.c659 int devtype=0; local
697 devtype = DZ11;
703 devtype = DH11;
709 devtype = DMF;
737 switch(devtype) {
/original-bsd/sys/vax/vax/
H A Dmachdep.c510 register int devtype; /* r10 == major of root dev */ local
548 devtype = major(rootdev);
569 devtype = devtype;
/original-bsd/sys/tahoe/tahoe/
H A Dmachdep.c423 register int devtype; /* r10 == major of root dev */ local
458 devtype = major(rootdev);
474 printf("howto %d, devtype %d\n", arghowto, devtype);
/original-bsd/sys/i386/i386/
H A Dmachdep.c454 register int devtype; /* r10 == major of root dev */ local
495 devtype = major(rootdev);
508 printf("howto %d, devtype %d\n", arghowto, devtype);
/original-bsd/sys/hp/dev/
H A Dite.c179 iteopen(dev_t dev, int mode, int devtype, struct proc *p) in iteopen() argument
181 iteopen(dev, mode, devtype, p) in iteopen()
183 int mode, devtype;
/original-bsd/usr.sbin/config/
H A Dconfig.y1063 deverror(systemname, devtype) in deverror() argument
1064 char *systemname, *devtype; in deverror()
1068 systemname, devtype);
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c1252 extern int grfopen(dev_t dev, int oflags, int devtype, struct proc *p);
1261 extern int hilopen(dev_t dev, int oflags, int devtype, struct proc *p);
/original-bsd/sys/hp300/hp300/
H A Dlocore.s2629 movl _bootdev,a0@+ | and devtype