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

/netbsd-current/sys/compat/freebsd/
H A Dfreebsd_timex.h222 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */ macro
225 STA_PPSERROR | STA_CLOCKERR) /* read-only bits */
/netbsd-current/external/bsd/ntp/dist/kernel/sys/
H A Dtimex.h230 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */ macro
233 STA_PPSERROR | STA_CLOCKERR) /* read-only bits */
/netbsd-current/sys/sys/
H A Dtimex.h156 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */ macro
180 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dstatestr.c272 # ifdef STA_CLOCKERR
273 { STA_CLOCKERR, "clockerr", 0 },
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_loopfilter.c336 if ((time_status & (STA_UNSYNC | STA_CLOCKERR))
361 if ( (time_status & (STA_UNSYNC | STA_CLOCKERR))
379 if (ptimex->status & STA_CLOCKERR)
/netbsd-current/sys/kern/
H A Dkern_ntptime.c903 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) ||
/netbsd-current/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c3015 #ifdef STA_CLOCKERR
3016 if (status & STA_CLOCKERR) (void)fprintf(fp, " clockerr");

Completed in 221 milliseconds