Searched refs:fast_reboot (Results 1 – 4 of 4) sorted by relevance
1277 int fast_reboot = 0; in main() local1352 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 …]
157 extern void fast_reboot(); /* Entry point for fb_switch */
361 fast_reboot(); in mdboot()
1332 fast_reboot() in fast_reboot() function