fast_reboot
int fast_reboot = 0;
fast_reboot = 1;
if (fast_reboot && prom_reboot) {
if (fcn == AD_BOOT && !fast_reboot && !prom_reboot &&
fast_reboot = scf_is_fastboot_default();
if (bename && !fast_reboot) {
if (fast_reboot) {
fast_reboot = 2; /* need to distinguish each case */
if (fast_reboot == 1) {
fast_reboot = 0;
do_archives_update(fast_reboot);
if (fast_reboot == 1 && stop_gdm() != 0) {
fast_reboot = 0;
do_archives_update(fast_reboot);
if (fast_reboot)
if (fast_reboot == 1) {
fast_reboot();
extern void fast_reboot(); /* Entry point for fb_switch */