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

/freebsd-13-stable/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-13-stable/sys/sys/
H A Dtimex.h93 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */ macro
99 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/freebsd-13-stable/contrib/ntp/libntp/
H A Dstatestr.c270 # ifdef STA_CLOCKERR
271 { STA_CLOCKERR, "clockerr", 0 },
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c334 if ((time_status & (STA_UNSYNC | STA_CLOCKERR))
359 if ( (time_status & (STA_UNSYNC | STA_CLOCKERR))
377 if (ptimex->status & STA_CLOCKERR)
/freebsd-13-stable/sys/kern/
H A Dkern_ntptime.c227 if ((tsl & (STA_UNSYNC | STA_CLOCKERR)) ||
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c3013 #ifdef STA_CLOCKERR
3014 if (status & STA_CLOCKERR) (void)fprintf(fp, " clockerr");

Completed in 112 milliseconds