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

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dclock.c336 static time_t prev_set_tod = 0; /* tv_sec value passed to tod_set() */ variable
2135 * tod_validate() can use these values, prev_set_tick and prev_set_tod,
2154 prev_set_tod = ts.tv_sec < 0 ? 0 : ts.tv_sec;
2235 * those values, prev_set_tod and prev_set_tick, to validate
2238 prev_tod = prev_set_tod;

Completed in 163 milliseconds