Home
last modified time | relevance | path

Searched refs:boothowto (Results 1 – 25 of 32) sorted by relevance

12

/original-bsd/sys/pmax/pmax/
H A Dswapgeneric.c57 if (boothowto & RB_MINIROOT) in setconf()
68 if (boothowto & RB_ASKNAME) { in setconf()
109 if (boothowto & RB_MINIROOT) { in setconf()
H A Dmachdep.c213 boothowto = RB_SINGLE | RB_ASKNAME;
215 boothowto = RB_SINGLE;
218 boothowto |= RB_KDB;
225 boothowto &= ~RB_SINGLE;
229 boothowto |= RB_DFLTROOT;
233 boothowto |= RB_MINIROOT;
237 boothowto |= RB_ASKNAME;
241 boothowto &= ~RB_ASKNAME;
252 if (boothowto & RB_MINIROOT) {
253 boothowto |= RB_DFLTROOT;
[all …]
H A Dautoconf.c171 if ((boothowto & RB_ASKNAME) == 0) in configure()
222 if (boothowto & RB_DFLTROOT || in setroot()
/original-bsd/sys/vax/vax/
H A Dkdb_machdep.c76 if ((boothowto&(RB_KDB|RB_NOSYNC)) == (RB_KDB|RB_NOSYNC)) in kdb_init()
79 if (boothowto&RB_KDB) in kdb_init()
85 if ((boothowto&(RB_HALT|RB_KDB)) == (RB_HALT|RB_KDB)) in kdb_init()
113 if ((boothowto&(RB_KDB|RB_NOSYNC)) != (RB_KDB|RB_NOSYNC) ||
149 if ((boothowto&RB_KDB) == 0)
H A Dswapgeneric.c79 if (boothowto & RB_ASKNAME) { in setconf()
H A DLocore.c171 boothowto = 0; in lowinit()
/original-bsd/sys/i386/i386/
H A Dautoconf.c52 if ((boothowto & RB_ASKNAME) == 0) in configure()
119 if (boothowto & RB_DFLTROOT || in setroot()
H A Dswapgeneric.c54 if (boothowto & RB_ASKNAME) { in setconf()
/original-bsd/sys/kern/
H A Dinit_main.c65 int boothowto; variable
332 if (boothowto & RB_SINGLE) {
337 if (boothowto & RB_FASTBOOT) {
/original-bsd/sys/sparc/sparc/
H A Dautoconf.c214 boothowto |= RB_ASKNAME; in bootstrap()
218 boothowto |= RB_DFLTROOT; in bootstrap()
223 boothowto |= RB_KDB; /* XXX unused */ in bootstrap()
232 boothowto |= RB_SINGLE; in bootstrap()
886 if (boothowto & RB_ASKNAME) { in setroot()
930 if (boothowto & RB_DFLTROOT || bootdv == NULL) in setroot()
/original-bsd/sys/news3400/news3400/
H A Dautoconf.c123 if ((boothowto & RB_ASKNAME) == 0) in configure()
168 if ((boothowto & RB_NOINITSCSI) == 0) {
350 if (boothowto & RB_DFLTROOT ||
H A Dmachdep.c114 boothowto = x_boothowto;
122 boothowto |= RB_SINGLE | RB_ASKNAME;
125 boothowto |= RB_KDB;
133 if (boothowto & RB_MINIROOT) {
134 boothowto |= RB_DFLTROOT;
624 boothowto = howto;
H A Dswapgeneric.c124 if (boothowto & RB_ASKNAME) { in setconf()
/original-bsd/sys/tahoe/tahoe/
H A Dkdb_machdep.c77 if ((boothowto&(RB_KDB|RB_NOSYNC)) == (RB_KDB|RB_NOSYNC)) in kdb_init()
80 if (boothowto&RB_KDB) in kdb_init()
86 if ((boothowto&(RB_HALT|RB_KDB)) == (RB_HALT|RB_KDB)) in kdb_init()
H A Dswapgeneric.c60 if (boothowto & RB_ASKNAME) { in setconf()
H A Dautoconf.c72 if ((boothowto & RB_ASKNAME) == 0) in configure()
436 if (boothowto & RB_DFLTROOT || in setroot()
H A DLocore.c132 boothowto = 0; in lowinit()
/original-bsd/sys/vax/stand/
H A Dautoconf.c87 extern int boothowto;
98 if (boothowto & RB_KDB) /* XXX */ in configure()
H A Dsrt0.c50 cmpl (r11),r11 # if boothowto, r11 will be small
/original-bsd/sys/luna68k/luna68k/
H A Dswapgeneric.c63 if (boothowto & RB_ASKNAME) { in setconf()
H A Dautoconf.c80 if ((boothowto & RB_ASKNAME) == 0) in configure()
547 if (boothowto & RB_DFLTROOT || in setroot()
/original-bsd/sys/hp300/hp300/
H A Dswapgeneric.c57 if (boothowto & RB_ASKNAME) { in setconf()
H A Dautoconf.c102 if ((boothowto & RB_ASKNAME) == 0) in configure()
945 if (boothowto & RB_DFLTROOT || in setroot()
/original-bsd/sys/sys/
H A Dsystm.h76 extern int boothowto; /* reboot flags, from console subsystem */
/original-bsd/sys/pmax/pmax/OLD/
H A DLocore.c116 boothowto = 0; in lowinit()

12