Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c101 static time_t shutdown_time; /* Time for next shutdown check */ variable
520 if (shutdown_time <= now && shutdown_time != 0) in alarm_handler()
624 shutdown_time = 0; in check_shutdown()
730 shutdown_time = *now + 180; in check_shutdown()
756 shutdown_time = *now + in check_shutdown()
761 shutdown_time = *now + 300; in check_shutdown()
764 shutdown_time = *now + next_time; in check_shutdown()
766 shutdown_time = s + DAYS_TO_SECS; in check_shutdown()
768 shutdown_time = s; in check_shutdown()
981 max_time = MAX(checkidle_time, shutdown_time); in set_alarm()
[all …]