Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dtimex.h154 #define STA_PPSERROR 0x0800 /* PPS signal calibration error (ro) */ macro
161 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/freebsd-9-stable/contrib/ntp/kernel/sys/
Dtimex.h226 #define STA_PPSERROR 0x0800 /* PPS signal calibration error (ro) */ macro
231 STA_PPSERROR | STA_CLOCKERR) /* read-only bits */
/freebsd-9-stable/contrib/ntp/libntp/
Dstatestr.c258 # ifdef STA_PPSERROR
259 { STA_PPSERROR, "ppserror" },
/freebsd-9-stable/sys/kern/
Dkern_ntptime.c239 time_status & (STA_PPSWANDER | STA_PPSERROR))) in ntp_is_time_error()
760 time_status &= ~(STA_PPSWANDER | STA_PPSERROR);
861 time_status |= STA_PPSERROR;
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_loopfilter.c346 time_status & (STA_PPSWANDER | STA_PPSERROR))) in ntp_adjtime_error_handler()
357 && time_status & (STA_PPSWANDER | STA_PPSERROR)) in ntp_adjtime_error_handler()
394 && ptimex->status & STA_PPSERROR) in ntp_adjtime_error_handler()
/freebsd-9-stable/contrib/ntp/ntpdc/
Dntpdc_ops.c2992 #ifdef STA_PPSERROR in kerninfo()
2993 if (status & STA_PPSERROR) (void)fprintf(fp, " ppserror"); in kerninfo()