Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script_impl.h125 time_t lastrun; member
H A Drcm_script.c1352 (void) time(&rsi->lastrun); in do_cmd()
1353 deadline = rsi->lastrun + cmd_timeout; in do_cmd()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c141 time_t lastrun; local
355 lastrun = now;
360 lastrun + QueueIntvl + CheckQueueRunners < now)
371 lastrun = now;