/src/sys/arch/amd64/amd64/ |
prekern.c | 56 int boothowto; member in struct:prekern_args 81 extern int boothowto; 92 boothowto = pkargs->boothowto;
|
prekern.c | 56 int boothowto; member in struct:prekern_args 81 extern int boothowto; 92 boothowto = pkargs->boothowto;
|
prekern.c | 56 int boothowto; member in struct:prekern_args 81 extern int boothowto; 92 boothowto = pkargs->boothowto;
|
/src/sys/arch/sparc/include/ |
bootinfo.h | 66 int boothowto; member in struct:btinfo_boothowto
|
bootinfo.h | 66 int boothowto; member in struct:btinfo_boothowto
|
bootinfo.h | 66 int boothowto; member in struct:btinfo_boothowto
|
/src/sys/arch/atari/stand/tostools/libtos/ |
kparamb.h | 40 long boothowto; /* 24: How to boot */ member in struct:kparamb 72 * Definitions for boothowto
|
kparamb.h | 40 long boothowto; /* 24: How to boot */ member in struct:kparamb 72 * Definitions for boothowto
|
kparamb.h | 40 long boothowto; /* 24: How to boot */ member in struct:kparamb 72 * Definitions for boothowto
|
tosdefs.h | 95 #define boothowto kp.boothowto macro
|
tosdefs.h | 95 #define boothowto kp.boothowto macro
|
tosdefs.h | 95 #define boothowto kp.boothowto macro
|
/src/sys/arch/ofppc/stand/ofwboot/ |
boot.c | 100 int boothowto; variable in typeref:typename:int 225 parseargs(bootline, &boothowto); 231 if (boothowto & RB_ASKNAME) { 234 parseargs(bootline, &boothowto); 259 boothowto |= RB_ASKNAME; 272 if (boothowto & RB_ASKNAME) 274 if (boothowto & RB_SINGLE) 276 if (boothowto & RB_KDB)
|
boot.c | 100 int boothowto; variable in typeref:typename:int 225 parseargs(bootline, &boothowto); 231 if (boothowto & RB_ASKNAME) { 234 parseargs(bootline, &boothowto); 259 boothowto |= RB_ASKNAME; 272 if (boothowto & RB_ASKNAME) 274 if (boothowto & RB_SINGLE) 276 if (boothowto & RB_KDB)
|
boot.c | 100 int boothowto; variable in typeref:typename:int 225 parseargs(bootline, &boothowto); 231 if (boothowto & RB_ASKNAME) { 234 parseargs(bootline, &boothowto); 259 boothowto |= RB_ASKNAME; 272 if (boothowto & RB_ASKNAME) 274 if (boothowto & RB_SINGLE) 276 if (boothowto & RB_KDB)
|
/src/sys/arch/shark/stand/ofwboot/ |
boot.c | 99 int boothowto; variable in typeref:typename:int 211 parseargs(bootline, &boothowto); 233 if (boothowto & RB_ASKNAME) { 236 parseargs(bootline, &boothowto); 252 boothowto |= RB_ASKNAME; 273 if (boothowto & RB_ASKNAME) 275 if (boothowto & RB_SINGLE) 277 if (boothowto & RB_KDB)
|
boot.c | 99 int boothowto; variable in typeref:typename:int 211 parseargs(bootline, &boothowto); 233 if (boothowto & RB_ASKNAME) { 236 parseargs(bootline, &boothowto); 252 boothowto |= RB_ASKNAME; 273 if (boothowto & RB_ASKNAME) 275 if (boothowto & RB_SINGLE) 277 if (boothowto & RB_KDB)
|
boot.c | 99 int boothowto; variable in typeref:typename:int 211 parseargs(bootline, &boothowto); 233 if (boothowto & RB_ASKNAME) { 236 parseargs(bootline, &boothowto); 252 boothowto |= RB_ASKNAME; 273 if (boothowto & RB_ASKNAME) 275 if (boothowto & RB_SINGLE) 277 if (boothowto & RB_KDB)
|
/src/sys/arch/x68k/stand/common/ |
execkern.h | 37 u_long boothowto; member in struct:execkern_arg
|
execkern.h | 37 u_long boothowto; member in struct:execkern_arg
|
execkern.h | 37 u_long boothowto; member in struct:execkern_arg
|
/src/sys/arch/sparc/stand/boot/ |
boot.c | 53 int boothowto; variable in typeref:typename:int 206 if (boothowto & AB_VERBOSE) 279 boothowto = bootoptions(prom_getbootargs()); 285 if (boothowto & RB_ASKNAME) { 298 boothowto &= ~RB_ASKNAME; 310 boothowto |= RB_ASKNAME; 318 if ((boothowto & RB_ASKNAME) == 0 && 324 boothowto |= RB_ASKNAME; 341 /* Add boothowto */ 342 bi_howto.boothowto = boothowto [all...] |
boot.c | 53 int boothowto; variable in typeref:typename:int 206 if (boothowto & AB_VERBOSE) 279 boothowto = bootoptions(prom_getbootargs()); 285 if (boothowto & RB_ASKNAME) { 298 boothowto &= ~RB_ASKNAME; 310 boothowto |= RB_ASKNAME; 318 if ((boothowto & RB_ASKNAME) == 0 && 324 boothowto |= RB_ASKNAME; 341 /* Add boothowto */ 342 bi_howto.boothowto = boothowto [all...] |
/src/sys/arch/macppc/stand/ofwboot/ |
boot.c | 97 int boothowto; variable in typeref:typename:int 285 parseargs(bootline, &boothowto); 291 if (boothowto & RB_ASKNAME) { 294 parseargs(bootline, &boothowto); 316 boothowto |= RB_ASKNAME; 330 if (boothowto & RB_ASKNAME) 332 if (boothowto & RB_USERCONF) 334 if (boothowto & RB_SINGLE) 336 if (boothowto & RB_KDB)
|
boot.c | 97 int boothowto; variable in typeref:typename:int 285 parseargs(bootline, &boothowto); 291 if (boothowto & RB_ASKNAME) { 294 parseargs(bootline, &boothowto); 316 boothowto |= RB_ASKNAME; 330 if (boothowto & RB_ASKNAME) 332 if (boothowto & RB_USERCONF) 334 if (boothowto & RB_SINGLE) 336 if (boothowto & RB_KDB)
|