| /netbsd/src/sys/arch/evbmips/atheros/ |
| D | machdep.c | 218 boothowto = RB_AUTOBOOT; in mach_init() 220 boothowto |= RB_KDB; in mach_init() 290 if (boothowto & RB_KDB) in mach_init() 321 if (boothowto & RB_HALT) in cpu_reboot() 324 boothowto = howto; in cpu_reboot() 328 boothowto |= RB_HALT; in cpu_reboot() 332 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) { in cpu_reboot() 344 if (boothowto & RB_DUMP) in cpu_reboot() 351 pmf_system_shutdown(boothowto); in cpu_reboot() 354 if ((boothowto & RB_POWERDOWN) == RB_POWERDOWN) in cpu_reboot() [all …]
|
| /netbsd/src/sys/arch/evbmips/alchemy/ |
| D | machdep.c | 250 boothowto = RB_AUTOBOOT; in mach_init() 252 boothowto |= RB_KDB; in mach_init() 265 boothowto |= howto; in mach_init() 325 if (boothowto & RB_KDB) in mach_init() 359 if (boothowto & RB_HALT) in cpu_reboot() 362 boothowto = howto; in cpu_reboot() 366 boothowto |= RB_HALT; in cpu_reboot() 370 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) { in cpu_reboot() 382 if (boothowto & RB_DUMP) in cpu_reboot() 389 pmf_system_shutdown(boothowto); in cpu_reboot() [all …]
|
| /netbsd/src/sys/arch/algor/algor/ |
| D | machdep.c | 370 boothowto = 0; in mach_init() 381 boothowto |= RB_KDB; in mach_init() 386 boothowto |= RB_HALT; in mach_init() 390 boothowto |= RB_ASKNAME; in mach_init() 394 boothowto |= RB_SINGLE; in mach_init() 398 boothowto |= AB_QUIET; in mach_init() 402 boothowto |= AB_VERBOSE; in mach_init() 496 if (boothowto & RB_KDB) { in mach_init() 548 if (boothowto & RB_HALT) in cpu_reboot() 551 boothowto = howto; in cpu_reboot() [all …]
|
| /netbsd/src/sys/arch/evbmips/rasoc/ |
| D | machdep.c | 154 boothowto = RB_AUTOBOOT; in mach_init() 156 boothowto |= RB_KDB; in mach_init() 209 if (boothowto & RB_KDB) in mach_init() 229 if (boothowto & RB_HALT) in cpu_reboot() 232 boothowto = howto; in cpu_reboot() 236 boothowto |= RB_HALT; in cpu_reboot() 240 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) { in cpu_reboot() 252 if (boothowto & RB_DUMP) in cpu_reboot() 259 pmf_system_shutdown(boothowto); in cpu_reboot() 266 if (boothowto & RB_HALT) { in cpu_reboot()
|
| /netbsd/src/sys/arch/sparc/stand/ofwboot/ |
| D | boot.c | 256 int boothowto) in jump_to_kernel() argument 285 bi_howto.boothowto = boothowto; in jump_to_kernel() 367 int boothowto) in start_kernel() argument 394 jump_to_kernel(marks, kernel, bootline, ofw, boothowto); in start_kernel() 448 int boothowto, i = 0, isfloppy, kboothowto; in main() local 461 kboothowto = boothowto = in main() 466 if (boothowto & RB_ASKNAME) { in main() 481 boothowto = bootoptions(cmdline, bootdev, kernel, in main() 483 boothowto |= RB_ASKNAME; in main() 489 boothowto |= RB_ASKNAME; in main() [all …]
|
| /netbsd/src/sys/arch/arc/arc/ |
| D | machdep.c | 264 boothowto = RB_SINGLE; in mach_init() 266 boothowto = RB_SINGLE | RB_ASKNAME; in mach_init() 269 boothowto |= RB_KDB; in mach_init() 277 boothowto &= ~RB_SINGLE; in mach_init() 281 boothowto |= RB_MINIROOT; in mach_init() 285 boothowto |= RB_ASKNAME; in mach_init() 289 boothowto &= ~RB_ASKNAME; in mach_init() 297 boothowto |= AB_QUIET; in mach_init() 301 boothowto |= AB_VERBOSE; in mach_init() 354 if (boothowto & RB_MINIROOT) in mach_init() [all …]
|
| /netbsd/src/sys/arch/evbmips/adm5120/ |
| D | machdep.c | 322 boothowto = RB_AUTOBOOT; in mach_init() 324 boothowto |= RB_KDB; in mach_init() 397 if (boothowto & RB_KDB) in mach_init() 435 if (boothowto & RB_HALT) in cpu_reboot() 438 boothowto = howto; in cpu_reboot() 442 boothowto |= RB_HALT; in cpu_reboot() 446 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) { in cpu_reboot() 458 if (boothowto & RB_DUMP) in cpu_reboot() 465 pmf_system_shutdown(boothowto); in cpu_reboot() 470 if (boothowto & RB_HALT) { in cpu_reboot()
|
| /netbsd/src/sys/arch/sparc/stand/boot/ |
| D | boot.c | 53 int boothowto; variable 206 if (boothowto & AB_VERBOSE) in loadk() 279 boothowto = bootoptions(prom_getbootargs()); in main() 285 if (boothowto & RB_ASKNAME) { in main() 298 boothowto &= ~RB_ASKNAME; in main() 310 boothowto |= RB_ASKNAME; in main() 318 if ((boothowto & RB_ASKNAME) == 0 && in main() 324 boothowto |= RB_ASKNAME; in main() 342 bi_howto.boothowto = boothowto; in main()
|
| /netbsd/src/sys/arch/macppc/stand/ofwboot/ |
| D | boot.c | 97 int boothowto; variable 285 parseargs(bootline, &boothowto); in main() 291 if (boothowto & RB_ASKNAME) { in main() 294 parseargs(bootline, &boothowto); in main() 316 boothowto |= RB_ASKNAME; in main() 330 if (boothowto & RB_ASKNAME) in main() 332 if (boothowto & RB_USERCONF) in main() 334 if (boothowto & RB_SINGLE) in main() 336 if (boothowto & RB_KDB) in main()
|
| /netbsd/src/sys/arch/pmax/pmax/ |
| D | machdep.c | 262 boothowto = RB_SINGLE; in mach_init() 264 boothowto |= RB_KDB; in mach_init() 270 boothowto &= ~RB_SINGLE; in mach_init() 274 boothowto |= RB_ASKNAME; in mach_init() 278 boothowto &= ~RB_ASKNAME; in mach_init() 282 BOOT_FLAG(*cp, boothowto); in mach_init() 292 if (boothowto & RB_MINIROOT) in mach_init() 301 if (boothowto & RB_KDB) in mach_init() 432 if ((boothowto & RB_HALT) != 0) in cpu_reboot() 435 boothowto = howto; in cpu_reboot() [all …]
|
| /netbsd/src/sys/arch/x68k/stand/loadbsd/ |
| D | loadbsd.c | 369 arg->xk.boothowto = in read_kernel() 452 u_long boothowto = RB_SINGLE; in main() local 474 boothowto |= AB_VERBOSE; /* XXX */ in main() 492 boothowto |= RB_ASKNAME; in main() 495 boothowto &= ~RB_SINGLE; in main() 498 boothowto |= RB_SINGLE; in main() 501 boothowto |= RB_KDB; in main() 504 boothowto |= AB_QUIET; in main() 530 xwarnx("boothowto 0x%x", boothowto); in main() 535 tramp->xk.boothowto = boothowto; in main()
|
| /netbsd/src/sys/arch/shark/stand/ofwboot/ |
| D | boot.c | 99 int boothowto; variable 211 parseargs(bootline, &boothowto); in main() 233 if (boothowto & RB_ASKNAME) { in main() 236 parseargs(bootline, &boothowto); in main() 252 boothowto |= RB_ASKNAME; in main() 273 if (boothowto & RB_ASKNAME) in main() 275 if (boothowto & RB_SINGLE) in main() 277 if (boothowto & RB_KDB) in main()
|
| /netbsd/src/sys/arch/ofppc/stand/ofwboot/ |
| D | boot.c | 100 int boothowto; variable 225 parseargs(bootline, &boothowto); in main() 231 if (boothowto & RB_ASKNAME) { in main() 234 parseargs(bootline, &boothowto); in main() 259 boothowto |= RB_ASKNAME; in main() 272 if (boothowto & RB_ASKNAME) in main() 274 if (boothowto & RB_SINGLE) in main() 276 if (boothowto & RB_KDB) in main()
|
| /netbsd/src/sys/arch/evbmips/malta/ |
| D | machdep.c | 235 boothowto = RB_AUTOBOOT; in mach_init() 249 boothowto |= howto; in mach_init() 276 if (boothowto & RB_KDB) in mach_init() 331 if (boothowto & RB_HALT) in cpu_reboot() 334 boothowto = howto; in cpu_reboot() 348 pmf_system_shutdown(boothowto); in cpu_reboot() 360 yamon_exit(boothowto); in cpu_reboot()
|
| /netbsd/src/sys/arch/amiga/stand/loadbsd/ |
| D | loadbsd.c | 190 int boothowto, ncd, i, mem_ix, ch; in main() local 202 boothowto = RB_SINGLE; in main() 218 boothowto &= ~(RB_SINGLE); in main() 219 boothowto |= RB_AUTOBOOT; in main() 222 boothowto |= RB_ASKNAME; in main() 240 boothowto &= ~(RB_AUTOBOOT); in main() 241 boothowto |= RB_SINGLE; in main() 244 boothowto |= AB_QUIET; in main() 247 boothowto |= AB_VERBOSE; in main() 256 boothowto |= RB_KDB; in main() [all …]
|
| /netbsd/src/sys/arch/sbmips/sbmips/ |
| D | machdep.c | 274 boothowto |= RB_ASKNAME; in mach_init() 277 boothowto |= RB_KDB; in mach_init() 280 boothowto |= RB_SINGLE; in mach_init() 314 if (boothowto & RB_KDB) { in mach_init() 352 if (boothowto & RB_HALT) in cpu_reboot() 355 boothowto = howto; in cpu_reboot() 369 pmf_system_shutdown(boothowto); in cpu_reboot()
|
| /netbsd/src/sys/arch/mipsco/mipsco/ |
| D | machdep.c | 233 boothowto = RB_AUTOBOOT; in mach_init() 245 boothowto |= howto; in mach_init() 256 if (boothowto & RB_KDB) in mach_init() 261 if (boothowto & RB_KDB) in mach_init() 269 if (boothowto & RB_MINIROOT) in mach_init() 369 if ((boothowto & RB_HALT) != 0) in cpu_reboot() 372 boothowto = howto; in cpu_reboot() 397 pmf_system_shutdown(boothowto); in cpu_reboot()
|
| /netbsd/src/sys/arch/hpcmips/hpcmips/ |
| D | machdep.c | 347 boothowto = 0; in mach_init() 349 boothowto |= RB_KDB; in mach_init() 369 BOOT_FLAG(*cp, boothowto); in mach_init() 378 if (boothowto & RB_MINIROOT) { in mach_init() 397 if (boothowto & RB_KDB) { in mach_init() 511 if ((boothowto & RB_HALT) != 0) { in cpu_reboot() 524 boothowto = howto; in cpu_reboot() 544 pmf_system_shutdown(boothowto); in cpu_reboot()
|
| /netbsd/src/sys/arch/cobalt/cobalt/ |
| D | machdep.c | 232 boothowto = bi_howto->bi_howto; in mach_init() 314 if (boothowto & RB_KDB) in mach_init() 318 if (boothowto & RB_KDB) in mach_init() 348 if (boothowto & RB_HALT) in cpu_reboot() 351 boothowto = howto; in cpu_reboot() 365 pmf_system_shutdown(boothowto); in cpu_reboot() 401 BOOT_FLAG(work[i], boothowto); in decode_bootstring() 418 boothowto |= RB_SINGLE; in decode_bootstring()
|
| /netbsd/src/sys/arch/shark/shark/ |
| D | shark_machdep.c | 219 boothowto = 0; in initarm() 308 if (boothowto & RB_KDB) in initarm() 331 boothowto |= RB_QUIET; in process_kernel_args() 340 boothowto |= RB_QUIET; in process_kernel_args() 342 boothowto &= ~RB_QUIET; in process_kernel_args() 346 boothowto |= RB_QUIET; in process_kernel_args() 348 boothowto &= ~RB_QUIET; in process_kernel_args()
|
| /netbsd/src/sys/arch/evbarm/imx23_olinuxino/ |
| D | imx23_olinuxino_machdep.c | 213 boothowto |= howto; in cpu_reboot() 221 if (!cpu_reboot_called && !(boothowto & RB_NOSYNC)) { in cpu_reboot() 233 if ((boothowto & RB_DUMP) && !(boothowto & RB_HALT)) { in cpu_reboot() 240 pmf_system_shutdown(boothowto); in cpu_reboot() 242 printf("system %s.\n", boothowto & RB_HALT ? "halted" : "rebooted"); in cpu_reboot() 244 if (boothowto & RB_HALT) { in cpu_reboot()
|
| /netbsd/src/sys/arch/atari/stand/tostools/loadbsd/ |
| D | loadbsd.c | 82 od->boothowto = RB_SINGLE; in main() 87 od->boothowto &= ~(RB_SINGLE); in main() 88 od->boothowto |= RB_AUTOBOOT; in main() 91 od->boothowto |= RB_ASKNAME; in main() 94 od->boothowto |= RB_KDB; in main()
|
| /netbsd/src/sys/arch/atari/stand/bootxx/ |
| D | bootxx.c | 78 od->boothowto = (RB_RDONLY); in bootxx() 83 od->boothowto = (RB_RDONLY|RB_SINGLE); in bootxx() 136 od->boothowto &= ~RB_SINGLE; in usr_info() 138 od->boothowto |= RB_ASKNAME; in usr_info() 140 BOOT_FLAG(c, od->boothowto); in usr_info()
|
| /netbsd/src/sys/kern/ |
| D | init_main.c | 247 int boothowto; variable 690 boothowto |= RB_ASKNAME; in main() 783 if (boothowto & RB_USERCONF) in configure() 786 if ((boothowto & (AB_SILENT|AB_VERBOSE)) == AB_SILENT) { in configure() 945 if (boothowto & (AB_VERBOSE|AB_DEBUG)) in check_console() 1021 if (boothowto & RB_ASKNAME) { in start_init() 1052 boothowto |= RB_ASKNAME; in start_init() 1066 if (boothowto & RB_SINGLE) { in start_init() 1071 if (boothowto & RB_FASTBOOT) { in start_init() 1100 if (boothowto & RB_ASKNAME || path != initpaths[0]) in start_init() [all …]
|
| /netbsd/src/sys/arch/sparc/stand/common/ |
| D | mmu.c | 54 extern int boothowto; 105 if (boothowto & AB_VERBOSE) in pmap_map4() 114 if (boothowto & AB_VERBOSE) in pmap_map4() 119 if (boothowto & AB_VERBOSE) in pmap_map4() 149 if (boothowto & AB_VERBOSE) in pmap_map_srmmu()
|