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

/freebsd-10.0-release/sbin/init/
H A Dinit.c1568 int shutdowntimeout; local
1623 len = sizeof(shutdowntimeout);
1624 if (sysctlbyname("kern.init_shutdown_timeout", &shutdowntimeout, &len,
1625 NULL, 0) == -1 || shutdowntimeout < 2)
1626 shutdowntimeout = DEATH_SCRIPT;
1627 alarm(shutdowntimeout);

Completed in 91 milliseconds