/src/sys/arch/evbmips/atheros/ |
machdep.c | 216 * Look at arguments passed to us and compute boothowto. 218 boothowto = RB_AUTOBOOT; 220 boothowto |= RB_KDB; 290 if (boothowto & RB_KDB) 321 if (boothowto & RB_HALT) 324 boothowto = howto; 328 boothowto |= RB_HALT; 332 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) { 344 if (boothowto & RB_DUMP) 351 pmf_system_shutdown(boothowto); [all...] |
/src/sys/arch/evbmips/ingenic/ |
machdep.c | 185 * Look at arguments passed to us and compute boothowto. 187 boothowto = RB_AUTOBOOT; 189 boothowto |= RB_KDB; 246 if (boothowto & RB_KDB) 277 if (boothowto & RB_HALT) 280 boothowto = howto; 284 boothowto |= RB_HALT; 288 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) { 300 if (boothowto & RB_DUMP) 307 pmf_system_shutdown(boothowto); [all...] |
/src/sys/arch/sparc/include/ |
bootinfo.h | 66 int boothowto; member in struct:btinfo_boothowto
|
/src/sys/arch/evbmips/rasoc/ |
machdep.c | 152 * Look at arguments passed to us and compute boothowto. 154 boothowto = RB_AUTOBOOT; 156 boothowto |= RB_KDB; 209 if (boothowto & RB_KDB) 229 if (boothowto & RB_HALT) 232 boothowto = howto; 236 boothowto |= RB_HALT; 240 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) { 252 if (boothowto & RB_DUMP) 259 pmf_system_shutdown(boothowto); [all...] |
/src/sys/arch/evbmips/alchemy/ |
machdep.c | 248 * Look at arguments passed to us and compute boothowto. 250 boothowto = RB_AUTOBOOT; 252 boothowto |= RB_KDB; 265 boothowto |= howto; 325 if (boothowto & RB_KDB) 359 if (boothowto & RB_HALT) 362 boothowto = howto; 366 boothowto |= RB_HALT; 370 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) { 382 if (boothowto & RB_DUMP [all...] |
/src/sys/arch/amiga/stand/bootblock/ppcboot/ |
ppcstart.c | 43 boothowto, esym, cpuid, eclock, amiga_flags, I_flag, 47 boothowto, esym, cpuid, eclock, amiga_flags, I_flag,
|
/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)
|
/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)
|
/src/sys/arch/amd64/amd64/ |
prekern.c | 56 int boothowto; member in struct:prekern_args 81 extern int boothowto; 92 boothowto = pkargs->boothowto;
|
/src/sys/arch/algor/algor/ |
machdep.c | 370 boothowto = 0; 381 boothowto |= RB_KDB; 386 boothowto |= RB_HALT; 390 boothowto |= RB_ASKNAME; 394 boothowto |= RB_SINGLE; 398 boothowto |= AB_QUIET; 402 boothowto |= AB_VERBOSE; 496 if (boothowto & RB_KDB) { 548 if (boothowto & RB_HALT) 551 boothowto = howto [all...] |
/src/sys/arch/atari/stand/bootxx/ |
bootxx.c | 78 od->boothowto = (RB_RDONLY); 83 od->boothowto = (RB_RDONLY|RB_SINGLE); 136 od->boothowto &= ~RB_SINGLE; 138 od->boothowto |= RB_ASKNAME; 140 BOOT_FLAG(c, od->boothowto);
|
/src/sys/arch/atari/stand/tostools/loadbsd/ |
loadbsd.c | 82 od->boothowto = RB_SINGLE; 87 od->boothowto &= ~(RB_SINGLE); 88 od->boothowto |= RB_AUTOBOOT; 91 od->boothowto |= RB_ASKNAME; 94 od->boothowto |= RB_KDB;
|
/src/sys/arch/evbmips/cavium/ |
machdep.c | 282 if (boothowto & RB_KDB) 421 boothowto |= RB_MD1; 424 boothowto |= RB_SINGLE; 427 boothowto |= RB_KDB; 430 boothowto |= RB_ASKNAME; 433 boothowto |= AB_QUIET; 436 boothowto |= AB_VERBOSE; 439 boothowto |= AB_DEBUG; 442 boothowto |= AB_SILENT; 493 if (boothowto & RB_HALT [all...] |
/src/sys/arch/evbmips/malta/ |
machdep.c | 233 * Look at arguments passed to us and compute boothowto. 235 boothowto = RB_AUTOBOOT; 249 boothowto |= howto; 276 if (boothowto & RB_KDB) 331 if (boothowto & RB_HALT) 334 boothowto = howto; 348 pmf_system_shutdown(boothowto); 360 yamon_exit(boothowto);
|
/src/sys/arch/sparc/stand/ofwboot/ |
boot.c | 256 int boothowto) 285 bi_howto.boothowto = boothowto; 367 int boothowto) 394 jump_to_kernel(marks, kernel, bootline, ofw, boothowto); 448 int boothowto, i = 0, isfloppy, kboothowto; local in function:main 461 kboothowto = boothowto = 466 if (boothowto & RB_ASKNAME) { 481 boothowto = bootoptions(cmdline, bootdev, kernel, 483 boothowto |= RB_ASKNAME [all...] |
/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...] |
/src/sys/arch/evbmips/adm5120/ |
machdep.c | 320 * Look at arguments passed to us and compute boothowto. 322 boothowto = RB_AUTOBOOT; 324 boothowto |= RB_KDB; 397 if (boothowto & RB_KDB) 435 if (boothowto & RB_HALT) 438 boothowto = howto; 442 boothowto |= RB_HALT; 446 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) { 458 if (boothowto & RB_DUMP) 465 pmf_system_shutdown(boothowto); [all...] |
/src/sys/arch/atari/stand/tostools/libtos/ |
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
|
/src/sys/arch/x68k/stand/common/ |
execkern.h | 37 u_long boothowto; member in struct:execkern_arg
|
exec_image.S | 38 || void exec_image(loaded,executed,entry,size,bootdev,boothowto) 44 || int boothowto; 67 || %d7: boothowto 90 | boothowto(%d7) is already set
|
/src/sys/arch/evbmips/mipssim/ |
machdep.c | 180 boothowto = RB_AUTOBOOT; 182 boothowto |= RB_KDB; 212 if (boothowto & RB_KDB) 320 if (boothowto & RB_HALT) 323 boothowto = howto; 327 boothowto |= RB_HALT; 331 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) { 343 if (boothowto & RB_DUMP) 355 if (boothowto & RB_HALT) {
|
/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)
|
/src/sys/arch/x68k/stand/loadbsd/ |
loadbsd.c | 369 arg->xk.boothowto = 452 u_long boothowto = RB_SINGLE; local in function:main 474 boothowto |= AB_VERBOSE; /* XXX */ 492 boothowto |= RB_ASKNAME; 495 boothowto &= ~RB_SINGLE; 498 boothowto |= RB_SINGLE; 501 boothowto |= RB_KDB; 504 boothowto |= AB_QUIET; 530 xwarnx("boothowto 0x%x", boothowto); [all...] |
/src/sys/arch/pmax/pmax/ |
machdep.c | 260 * Look at arguments passed to us and compute boothowto. 262 boothowto = RB_SINGLE; 264 boothowto |= RB_KDB; 270 boothowto &= ~RB_SINGLE; 274 boothowto |= RB_ASKNAME; 278 boothowto &= ~RB_ASKNAME; 282 BOOT_FLAG(*cp, boothowto); 292 if (boothowto & RB_MINIROOT) 301 if (boothowto & RB_KDB) 432 if ((boothowto & RB_HALT) != 0 [all...] |