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()
1419 if (bename && !fast_reboot) { in main()
1426 if (fast_reboot) { in main()
1434 if (fast_reboot == 1) { in main()
1456 fast_reboot = 0; in main()
1528 do_archives_update(fast_reboot); in main()
1568 fast_reboot = 0; in main()
1625 if (fast_reboot) 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