Lines Matching refs:howto
239 int howto;
244 howto = 0;
245 BOOT_FLAG(*cp, howto);
246 if (! howto)
249 boothowto |= howto;
319 cpu_reboot(int howto, char *bootstr)
326 howto |= RB_HALT;
332 howto |= RB_HALT;
334 boothowto = howto;
335 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
342 if (howto & RB_DUMP)
350 if (howto & RB_HALT) {
359 printf("%s\n\n", ((howto & RB_HALT) != 0) ? "halted." : "rebooting...");