Lines Matching refs:shutdown_time
101 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()
987 stime = (shutdown_time == 0) ? max_time : shutdown_time; in set_alarm()
995 (void) fprintf(stderr, "Shutdown in %d secs\n", shutdown_time - now); in set_alarm()