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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c337 static time_t prev_set_tod = 0; /* tv_sec value passed to tod_set() */ variable
2131 * tod_validate() can use these values, prev_set_tick and prev_set_tod,
2150 prev_set_tod = ts.tv_sec < 0 ? 0 : ts.tv_sec;
2231 * those values, prev_set_tod and prev_set_tick, to validate
2234 prev_tod = prev_set_tod;

Completed in 790 milliseconds