Home
last modified time | relevance | path

Searched refs:fast_reboot (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c1276 int fast_reboot = 0; in main() local
1351 fast_reboot = 1; in main()
1404 if (fast_reboot && prom_reboot) { in main()
1413 if (fcn == AD_BOOT && !fast_reboot && !prom_reboot && in main()
1415 fast_reboot = scf_is_fastboot_default(); in main()
1419 if (bename && !fast_reboot) { in main()
1426 if (fast_reboot) { in main()
1427 fast_reboot = 2; /* need to distinguish each case */ in main()
1434 if (fast_reboot == 1) { in main()
1456 fast_reboot = 0; in main()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dfastboot.h157 extern void fast_reboot(); /* Entry point for fb_switch */
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c368 fast_reboot(); in mdboot()
H A Dfastboot.c1317 fast_reboot() in fast_reboot() function