Lines Matching refs:boothowto
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);
354 if ((boothowto & RB_POWERDOWN) == RB_POWERDOWN)
364 if (boothowto & RB_HALT) {