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

12

/netbsd-current/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-current/sys/arch/atari/stand/tostools/libtos/
H A Dkparamb.h76 #define RB_ASKNAME 0x01 macro
/netbsd-current/sys/arch/mvme68k/stand/bootst/
H A Dboot.c63 if (flag & RB_ASKNAME) {
/netbsd-current/sys/arch/sun68k/stand/tapeboot/
H A Dboot.c99 if (prom_boothow & RB_ASKNAME) {
115 prom_boothow |= RB_ASKNAME;
/netbsd-current/sys/arch/sun68k/stand/libsa/
H A Dpromboot.c59 prom_boothow |= RB_ASKNAME;
H A Dxxboot.c99 if (prom_boothow & RB_ASKNAME)
/netbsd-current/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-current/sys/arch/ofppc/stand/ofwboot/
H A Dboot.c231 if (boothowto & RB_ASKNAME) {
259 boothowto |= RB_ASKNAME;
272 if (boothowto & RB_ASKNAME)
/netbsd-current/sys/arch/shark/stand/ofwboot/
H A Dboot.c233 if (boothowto & RB_ASKNAME) {
252 boothowto |= RB_ASKNAME;
273 if (boothowto & RB_ASKNAME)
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dboot.c466 if (boothowto & RB_ASKNAME) {
483 boothowto |= RB_ASKNAME;
489 boothowto |= RB_ASKNAME;
498 boothowto |= RB_ASKNAME;
508 if ((boothowto & RB_ASKNAME) == 0 && (kernelnames[i] != NULL)) {
512 boothowto |= RB_ASKNAME;
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dboot.c271 if (boothowto & RB_ASKNAME) {
296 boothowto |= RB_ASKNAME;
310 if (boothowto & RB_ASKNAME)
/netbsd-current/sys/arch/atari/stand/tostools/loadbsd/
H A Dloadbsd.c91 od->boothowto |= RB_ASKNAME;
/netbsd-current/sys/arch/hp300/stand/common/
H A Dhpib.c68 if (howto & RB_ASKNAME)
/netbsd-current/sys/modules/luapmf/
H A Dluapmf.c125 lua_pushinteger(L, RB_ASKNAME);
126 lua_setfield(L, -2, "RB_ASKNAME");
/netbsd-current/sys/arch/atari/stand/bootxx/
H A Dbootxx.c138 od->boothowto |= RB_ASKNAME;
/netbsd-current/sys/kern/
H A Dkern_subr.c247 boothowto |= RB_ASKNAME;
254 if (boothowto & RB_ASKNAME)
262 boothowto |= RB_ASKNAME;
592 * (a) We already know dumpdv in the RB_ASKNAME case.
603 if (boothowto & RB_ASKNAME) { /* (a) */
H A Dinit_main.c686 boothowto |= RB_ASKNAME;
1014 if (boothowto & RB_ASKNAME) {
1045 boothowto |= RB_ASKNAME;
1093 if (boothowto & RB_ASKNAME || path != initpaths[0])
/netbsd-current/sys/arch/x68k/x68k/
H A Dautoconf.c105 if (boothowto & RB_ASKNAME)
/netbsd-current/sys/arch/atari/atari/
H A Dautoconf.c101 if ((boothowto & RB_ASKNAME) != 0) {
245 if (boothowto & RB_ASKNAME)
/netbsd-current/sys/arch/arc/arc/
H A Dmachdep.c266 boothowto = RB_SINGLE | RB_ASKNAME;
285 boothowto |= RB_ASKNAME;
289 boothowto &= ~RB_ASKNAME;
/netbsd-current/sys/arch/sun3/sun3x/
H A Dmachdep.c430 if (howto & (RB_KDB|RB_ASKNAME|RB_SINGLE)) {
436 if (howto & RB_ASKNAME)
/netbsd-current/sys/arch/pmax/pmax/
H A Dmachdep.c274 boothowto |= RB_ASKNAME;
278 boothowto &= ~RB_ASKNAME;
/netbsd-current/sys/arch/amiga/stand/loadbsd/
H A Dloadbsd.c222 boothowto |= RB_ASKNAME;
353 if (boothowto & RB_ASKNAME)
/netbsd-current/sys/arch/sun3/sun3/
H A Dmachdep.c441 if (howto & (RB_KDB|RB_ASKNAME|RB_SINGLE)) {
448 if (howto & RB_ASKNAME)

Completed in 182 milliseconds

12