Searched refs:STA_PPSTIME (Results 1 – 6 of 6) sorted by relevance
225 (time_status & (STA_PPSFREQ | STA_PPSTIME) && in ntp_is_time_error()231 (time_status & STA_PPSTIME && in ntp_is_time_error()570 if (time_status & STA_PPSTIME && time_status & in ntp_update_second()681 if (!(time_status & STA_PPSTIME && time_status &846 } else if (time_status & STA_PPSTIME) {
632 ntv.status |= STA_PPSTIME; in local_clock()635 STA_PPSTIME); in local_clock()648 ntv.status &= ~(STA_PPSFREQ | STA_PPSTIME); in local_clock()662 if (ntv.status & STA_PPSTIME) { in local_clock()
631 if (peer != sys_peer || pll_status & STA_PPSTIME) in refclock_receive()
148 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */ macro
215 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */ macro
3007 #ifdef STA_PPSTIME in kerninfo()3008 if (status & STA_PPSTIME) (void)fprintf(fp, " ppstime"); in kerninfo()