Home | History | Annotate | Download | only in adm5120

Lines Matching refs:boothowto

320 	 * Look at arguments passed to us and compute boothowto.
322 boothowto = RB_AUTOBOOT;
324 boothowto |= RB_KDB;
397 if (boothowto & RB_KDB)
435 if (boothowto & RB_HALT)
438 boothowto = howto;
442 boothowto |= RB_HALT;
446 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
458 if (boothowto & RB_DUMP)
465 pmf_system_shutdown(boothowto);
470 if (boothowto & RB_HALT) {