Home
last modified time | relevance | path

Searched refs:STA_CLOCKERR (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dtimex.h177 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */ macro
180 STA_PPSERROR | STA_CLOCKERR) /* read-only bits */
/titanic_44/usr/src/uts/common/syscall/
H A Dntptime.c113 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_gettime()
206 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_adjtime()
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c4267 if (val & STA_CLOCKERR) in get_timex_status()