Searched refs:STA_PPSSIGNAL (Results 1 – 6 of 6) sorted by relevance
87 #define STA_PPSSIGNAL 0x0100 /* PPS signal present (ro) */ macro96 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | \
223 #define STA_PPSSIGNAL 0x0100 /* PPS signal present (ro) */ macro230 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | \
237 !(tsl & STA_PPSSIGNAL)) || in ntp_is_time_error()595 STA_PPSSIGNAL) in ntp_update_second()632 time_status &= ~STA_PPSSIGNAL; in ntp_update_second()676 STA_PPSSIGNAL)) { in hardupdate()692 if (time_status & STA_PPSFREQ && time_status & STA_PPSSIGNAL) { in hardupdate()761 time_status |= STA_PPSSIGNAL | STA_PPSJITTER; in hardpps()
338 && !(time_status & STA_PPSSIGNAL)) in ntp_adjtime_error_handler() 358 && !(time_status & STA_PPSSIGNAL)) in ntp_adjtime_error_handler() 378 if (!(ptimex->status & STA_PPSSIGNAL) in ntp_adjtime_error_handler() 383 if (!(ptimex->status & STA_PPSSIGNAL) in ntp_adjtime_error_handler() 403 if (pps_call && !(ptimex->status & STA_PPSSIGNAL)) in ntp_adjtime_error_handler()
257 # ifdef STA_PPSSIGNAL258 { STA_PPSSIGNAL, "ppssignal", 0 },
3001 #ifdef STA_PPSSIGNAL in kerninfo()3002 if (status & STA_PPSSIGNAL) (void)fprintf(fp, " ppssignal"); in kerninfo()