Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtimex.h91 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */ macro
97 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h228 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */ macro
231 STA_PPSERROR | STA_CLOCKERR) /* read-only bits */
/freebsd/contrib/ntp/libntp/
H A Dstatestr.c269 # ifdef STA_CLOCKERR
270 { STA_CLOCKERR, "clockerr", 0 },
/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c331 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) in ntp_adjtime_error_handler()
356 if ( (time_status & (STA_UNSYNC | STA_CLOCKERR)) in ntp_adjtime_error_handler()
374 if (ptimex->status & STA_CLOCKERR) in ntp_adjtime_error_handler()
/freebsd/sys/kern/
H A Dkern_ntptime.c230 if ((tsl & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_is_time_error()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c3013 #ifdef STA_CLOCKERR in kerninfo()
3014 if (status & STA_CLOCKERR) (void)fprintf(fp, " clockerr"); in kerninfo()