Searched refs:RB_ASKNAME (Results 1 - 25 of 45) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/sys/
H A Dboot_flag.h56 (retval) |= RB_ASKNAME; \
H A Dreboot.h43 #define RB_ASKNAME 0x00000001 /* ask for file name to reboot from */ macro
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/bootst/
H A Dboot.c63 if (flag & RB_ASKNAME) {
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Dkparamb.h76 #define RB_ASKNAME 0x01 macro
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/tapeboot/
H A Dboot.c99 if (prom_boothow & RB_ASKNAME) {
115 prom_boothow |= RB_ASKNAME;
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/libsa/
H A Dpromboot.c59 prom_boothow |= RB_ASKNAME;
H A Dxxboot.c99 if (prom_boothow & RB_ASKNAME)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/boot/
H A Dboot.c285 if (boothowto & RB_ASKNAME) {
298 boothowto &= ~RB_ASKNAME;
310 boothowto |= RB_ASKNAME;
318 if ((boothowto & RB_ASKNAME) == 0 &&
324 boothowto |= RB_ASKNAME;
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/stand/ofwboot/
H A Dboot.c231 if (boothowto & RB_ASKNAME) {
259 boothowto |= RB_ASKNAME;
272 if (boothowto & RB_ASKNAME)
/netbsd-6-1-5-RELEASE/sys/arch/shark/stand/ofwboot/
H A Dboot.c233 if (boothowto & RB_ASKNAME) {
252 boothowto |= RB_ASKNAME;
273 if (boothowto & RB_ASKNAME)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/ofwboot/
H A Dboot.c522 if (boothowto & RB_ASKNAME) {
539 boothowto |= RB_ASKNAME;
545 boothowto |= RB_ASKNAME;
554 boothowto |= RB_ASKNAME;
564 if ((boothowto & RB_ASKNAME) == 0 && (kernelnames[i] != NULL)) {
568 boothowto |= RB_ASKNAME;
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_subr.c195 boothowto |= RB_ASKNAME;
235 boothowto |= RB_ASKNAME;
252 boothowto |= RB_ASKNAME;
255 if (boothowto & RB_ASKNAME) {
438 boothowto |= RB_ASKNAME;
449 boothowto |= RB_ASKNAME;
468 boothowto |= RB_ASKNAME;
478 * (a) We already know dumpdv in the RB_ASKNAME case.
489 if (boothowto & RB_ASKNAME) { /* (a) */
H A Dinit_main.c646 boothowto |= RB_ASKNAME;
970 if (boothowto & RB_ASKNAME) {
1001 boothowto |= RB_ASKNAME;
1047 if (boothowto & RB_ASKNAME || path != initpaths[0])
/netbsd-6-1-5-RELEASE/sys/arch/macppc/stand/ofwboot/
H A Dboot.c270 if (boothowto & RB_ASKNAME) {
295 boothowto |= RB_ASKNAME;
308 if (boothowto & RB_ASKNAME)
/netbsd-6-1-5-RELEASE/sys/arch/x68k/x68k/
H A Dautoconf.c104 if (boothowto & RB_ASKNAME)
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/bootxx/
H A Dbootxx.c133 od->boothowto |= RB_ASKNAME;
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/loadbsd/
H A Dloadbsd.c91 od->boothowto |= RB_ASKNAME;
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Dhpib.c68 if (howto & RB_ASKNAME)
/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Dautoconf.c96 if ((boothowto & RB_ASKNAME) != 0) {
238 if (boothowto & RB_ASKNAME)
/netbsd-6-1-5-RELEASE/sys/arch/arc/arc/
H A Dmachdep.c267 boothowto = RB_SINGLE | RB_ASKNAME;
286 boothowto |= RB_ASKNAME;
290 boothowto &= ~RB_ASKNAME;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3x/
H A Dmachdep.c438 if (howto & (RB_KDB|RB_ASKNAME|RB_SINGLE)) {
444 if (howto & RB_ASKNAME)
/netbsd-6-1-5-RELEASE/sys/arch/pmax/pmax/
H A Dmachdep.c262 boothowto |= RB_ASKNAME;
266 boothowto &= ~RB_ASKNAME;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Dmachdep.c447 if (howto & (RB_KDB|RB_ASKNAME|RB_SINGLE)) {
454 if (howto & RB_ASKNAME)
/netbsd-6-1-5-RELEASE/sys/arch/emips/emips/
H A Dmachdep.c189 howtoboot |= RB_ASKNAME;
193 howtoboot &= ~RB_ASKNAME;
/netbsd-6-1-5-RELEASE/sys/arch/amiga/stand/loadbsd/
H A Dloadbsd.c211 boothowto |= RB_ASKNAME;
334 if (boothowto & RB_ASKNAME)

Completed in 208 milliseconds

12