Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c1399 if (!fastreboot_onpanic && val != 0xaa) in fastboot_get_bootprop()
1400 fastreboot_onpanic = val; in fastboot_get_bootprop()
1436 if (fastreboot_onpanic) in fastboot_post_startup()
1462 cur_fastreboot_onpanic = fastreboot_onpanic; in fastboot_update_config()
1463 fastreboot_onpanic = boot_config & UA_FASTREBOOT_ONPANIC; in fastboot_update_config()
1465 if (fastreboot_onpanic && (!cur_fastreboot_onpanic || in fastboot_update_config()
1468 if (cur_fastreboot_onpanic && !fastreboot_onpanic) in fastboot_update_config()
1495 fastreboot_onpanic = 0; in fastreboot_disable_highpil()
1565 if (fastreboot_onpanic) in fastboot_update_and_load()
H A Dmachdep.c305 fastreboot_onpanic && in mdboot()
H A Dfakebop.c149 volatile int fastreboot_onpanic = 0; variable
1217 fastreboot_onpanic = 0; in build_panic_cmdline()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dfastboot.h181 extern volatile int fastreboot_onpanic;