Searched refs:panic_reboot_wait_time (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dkern_shutdown.c96 static int panic_reboot_wait_time = PANIC_REBOOT_WAIT_TIME; variable
97 SYSCTL_INT(_kern, OID_AUTO, panic_reboot_wait_time, CTLFLAG_RWTUN,
98 &panic_reboot_wait_time, 0,
503 if (panic_reboot_wait_time != 0) {
504 if (panic_reboot_wait_time != -1) {
507 panic_reboot_wait_time);
508 for (loop = panic_reboot_wait_time * 10;

Completed in 40 milliseconds