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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dhardclk.c184 ts.tv_sec = tod_validate(hrestime.tv_sec);
192 ts.tv_sec = tod_validate(seconds);
207 /* for tod_validate() */
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhardclk.c61 tod_set_prev(ts); /* for tod_validate() */
79 ts.tv_sec = tod_validate(ts.tv_sec);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dhardclk.c158 ts.tv_sec = tod_validate(ts.tv_sec);
167 tod_set_prev(ts); /* for tod_validate() */
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h143 extern time_t tod_validate(time_t);
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c334 static int tod_status_flag = 0; /* used by tod_validate() */
372 * test hook for tod broken detection in tod_validate
2131 * tod_validate() can use these values, prev_set_tick and prev_set_tod,
2133 * tod_validate() will use prev_tick and prev_tod for this task but these
2154 * tod_validate() is used for checking values returned by tod_get().
2163 tod_validate(time_t tod) function
2240 * intervening tod_validate(), we need to ensure that a

Completed in 82 milliseconds