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