Searched defs:lastrun (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script_impl.h127 time_t lastrun; member in struct:script_info
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c141 time_t lastrun; local
355 lastrun = now;
360 lastrun + QueueIntvl + CheckQueueRunners < now)
364 ** set lastrun unconditionally to avoid
371 lastrun = now;

Completed in 1194 milliseconds