Searched refs:time_status (Results 1 – 3 of 3) sorted by relevance
113 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_gettime()118 (time_status & (STA_PPSFREQ | STA_PPSTIME) && in ntp_gettime()119 !(time_status & STA_PPSSIGNAL)) || in ntp_gettime()125 (time_status & STA_PPSTIME && time_status & STA_PPSJITTER) || in ntp_gettime()131 (time_status & STA_PPSFREQ && time_status & in ntp_gettime()169 time_status &= STA_RONLY; in ntp_adjtime()170 time_status |= ntv.status & ~STA_RONLY; in ntp_adjtime()185 ntv.status = time_status; in ntp_adjtime()206 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_adjtime()207 (time_status & (STA_PPSFREQ | STA_PPSTIME) && in ntp_adjtime()[all …]
140 int32_t time_status = STA_UNSYNC; /* clock status bits */ variable670 if (time_status & STA_INS) in clock()672 else if (time_status & STA_DEL) in clock()699 if (!(time_status & (STA_INS | STA_DEL))) in clock()718 if (!(time_status & STA_FLL)) { in clock()732 if (!(time_status & STA_FLL)) { in clock()757 time_status &= ~(STA_PPSSIGNAL | STA_PPSJITTER | in clock()1188 if (!(time_status & STA_PLL) && !(time_status & STA_PPSTIME)) in clock_update()1191 if ((time_status & STA_PPSTIME) && (time_status & STA_PPSSIGNAL)) in clock_update()1209 if (time_status & STA_FREQHOLD || time_reftime == 0) in clock_update()[all …]
249 extern int32_t time_status; /* clock status bits */