Searched defs:fast_reboot (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c49 * fast_reboot(): This function is invoked by mdboot() once it's determined
1332 fast_reboot() function
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c1263 int fast_reboot = 0; local
1338 fast_reboot = 1;
1391 if (fast_reboot && prom_reboot) {
1400 if (fcn == AD_BOOT && !fast_reboot && !prom_reboot &&
1402 fast_reboot = scf_is_fastboot_default();
1406 if (bename && !fast_reboot) {
1413 if (fast_reboot) {
1414 fast_reboot = 2; /* need to distinguish each case */
1421 if (fast_reboot == 1) {
1443 fast_reboot
[all...]

Completed in 63 milliseconds