Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtimex.h90 #define STA_PPSERROR 0x0800 /* PPS signal calibration error (ro) */ macro
97 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h226 #define STA_PPSERROR 0x0800 /* PPS signal calibration error (ro) */ macro
231 STA_PPSERROR | STA_CLOCKERR) /* read-only bits */
/freebsd/contrib/ntp/libntp/
H A Dstatestr.c266 # ifdef STA_PPSERROR
267 { STA_PPSERROR, "ppserror", 0 },
/freebsd/sys/kern/
H A Dkern_ntptime.c249 tsl & (STA_PPSWANDER | STA_PPSERROR))) in ntp_is_time_error()
762 time_status &= ~(STA_PPSWANDER | STA_PPSERROR); in hardpps()
859 time_status |= STA_PPSERROR; in hardpps()
/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c351 time_status & (STA_PPSWANDER | STA_PPSERROR))) in ntp_adjtime_error_handler()
362 && time_status & (STA_PPSWANDER | STA_PPSERROR)) in ntp_adjtime_error_handler()
399 && ptimex->status & STA_PPSERROR) in ntp_adjtime_error_handler()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c3010 #ifdef STA_PPSERROR in kerninfo()
3011 if (status & STA_PPSERROR) (void)fprintf(fp, " ppserror"); in kerninfo()