Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/os/
H A Dfastboot.c1414 if (!fastreboot_onpanic && val != 0xaa) in fastboot_get_bootprop()
1415 fastreboot_onpanic = val; in fastboot_get_bootprop()
1451 if (fastreboot_onpanic) in fastboot_post_startup()
1477 cur_fastreboot_onpanic = fastreboot_onpanic; in fastboot_update_config()
1478 fastreboot_onpanic = boot_config & UA_FASTREBOOT_ONPANIC; in fastboot_update_config()
1480 if (fastreboot_onpanic && (!cur_fastreboot_onpanic || in fastboot_update_config()
1483 if (cur_fastreboot_onpanic && !fastreboot_onpanic) in fastboot_update_config()
1510 fastreboot_onpanic = 0; in fastreboot_disable_highpil()
1580 if (fastreboot_onpanic) in fastboot_update_and_load()
H A Dmachdep.c297 fastreboot_onpanic && in mdboot()
H A Dfakebop.c142 volatile int fastreboot_onpanic = 0; variable
1121 fastreboot_onpanic = 0; in build_panic_cmdline()
/titanic_50/usr/src/uts/i86pc/sys/
H A Dfastboot.h181 extern volatile int fastreboot_onpanic;