Home | History | Annotate | Download | only in alchemy

Lines Matching refs:boothowto

248 	 * Look at arguments passed to us and compute boothowto.
250 boothowto = RB_AUTOBOOT;
252 boothowto |= RB_KDB;
265 boothowto |= howto;
325 if (boothowto & RB_KDB)
359 if (boothowto & RB_HALT)
362 boothowto = howto;
366 boothowto |= RB_HALT;
370 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
382 if (boothowto & RB_DUMP)
389 pmf_system_shutdown(boothowto);
391 if ((boothowto & RB_POWERDOWN) == RB_POWERDOWN)
400 if (boothowto & RB_HALT) {
429 yamon_exit(boothowto);