Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/halt/
H A Dhalt.c1277 int fast_reboot = 0; in main() local
1352 fast_reboot = 1; in main()
1405 if (fast_reboot && prom_reboot) { in main()
1414 if (fcn == AD_BOOT && !fast_reboot && !prom_reboot && in main()
1416 fast_reboot = scf_is_fastboot_default(); in main()
1420 if (bename && !fast_reboot) { in main()
1427 if (fast_reboot) { in main()
1428 fast_reboot = 2; /* need to distinguish each case */ in main()
1435 if (fast_reboot == 1) { in main()
1457 fast_reboot = 0; in main()
[all …]
/titanic_44/usr/src/uts/i86pc/sys/
H A Dfastboot.h157 extern void fast_reboot(); /* Entry point for fb_switch */
/titanic_44/usr/src/uts/i86pc/os/
H A Dmachdep.c361 fast_reboot(); in mdboot()
H A Dfastboot.c1332 fast_reboot() in fast_reboot() function