HomeSort by: relevance | last modified time | path
    Searched refs:STA_CLOCKERR (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/compat/freebsd/
freebsd_timex.h 222 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */
225 STA_PPSERROR | STA_CLOCKERR) /* read-only bits */
  /src/sys/sys/
timex.h 156 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */
180 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
  /src/external/bsd/ntp/dist/kernel/sys/
timex.h 230 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */
233 STA_PPSERROR | STA_CLOCKERR) /* read-only bits */
  /src/external/bsd/ntp/dist/libntp/
statestr.c 271 # ifdef STA_CLOCKERR
272 { STA_CLOCKERR, "clockerr", 0 },
  /src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c 333 if ((time_status & (STA_UNSYNC | STA_CLOCKERR))
358 if ( (time_status & (STA_UNSYNC | STA_CLOCKERR))
376 if (ptimex->status & STA_CLOCKERR)
  /src/sys/kern/
kern_ntptime.c 903 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) ||
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 3015 #ifdef STA_CLOCKERR
3016 if (status & STA_CLOCKERR) (void)fprintf(fp, " clockerr");

Completed in 67 milliseconds