Searched refs:STA_PPSERROR (Results 1 – 6 of 6) sorted by relevance
154 #define STA_PPSERROR 0x0800 /* PPS signal calibration error (ro) */ macro161 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
226 #define STA_PPSERROR 0x0800 /* PPS signal calibration error (ro) */ macro231 STA_PPSERROR | STA_CLOCKERR) /* read-only bits */
258 # ifdef STA_PPSERROR259 { STA_PPSERROR, "ppserror" },
239 time_status & (STA_PPSWANDER | STA_PPSERROR))) in ntp_is_time_error()760 time_status &= ~(STA_PPSWANDER | STA_PPSERROR);861 time_status |= STA_PPSERROR;
346 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()
2992 #ifdef STA_PPSERROR in kerninfo()2993 if (status & STA_PPSERROR) (void)fprintf(fp, " ppserror"); in kerninfo()