Lines Matching refs:howto
205 int howto;
330 howto = 0;
331 BOOT_FLAG(*cp, howto);
332 if (! howto)
335 boothowto |= howto;
399 cpu_reboot(int howto, char *bootstr)
406 howto |= RB_HALT;
412 howto |= RB_HALT;
414 boothowto = howto;
415 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
422 if (howto & RB_DUMP)
430 if ((howto & RB_POWERDOWN) == RB_POWERDOWN) {
438 if (howto & RB_HALT) {
447 printf("%s\n\n", ((howto & RB_HALT) != 0) ? "halted." : "rebooting...");