Home
last modified time | relevance | path

Searched refs:STA_UNSYNC (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c115 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_gettime()
226 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_adjtime()
/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h169 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c142 int32_t time_status = STA_UNSYNC; /* clock status bits */
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4083 if (val & STA_UNSYNC) in get_timex_status()