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

/illumos-gate/usr/src/uts/common/syscall/
H A Dadjtime.c82 * Always set tod_needsync on all adjtime() calls, since it implies
85 tod_needsync = 1;
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c314 int tod_needsync = 0; /* need to sync tod chip with software time */ variable
788 if (tod_needsync || absdrift > 1) {
797 tod_needsync = 0;
803 if (tod_needsync || !dosynctodr) {
808 tod_needsync = 0;
1237 tod_needsync = 1;
1499 tod_needsync = 1;
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h342 extern int tod_needsync;

Completed in 58 milliseconds