Home
last modified time | relevance | path

Searched refs:fastreboot_onpanic_uptime (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dfastboot.h185 extern clock_t fastreboot_onpanic_uptime;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c163 clock_t fastreboot_onpanic_uptime = LONG_MAX; variable
1426 if (fastreboot_onpanic_uptime == LONG_MAX) in fastboot_post_startup()
1427 fastreboot_onpanic_uptime = SEC_TO_TICK(10 * 60); in fastboot_post_startup()
H A Dmachdep.c305 (panic_lbolt - lbolt_at_boot) > fastreboot_onpanic_uptime) { in mdboot()