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