Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_ntptime.c225 (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) {
/trueos/contrib/ntp/ntpd/
HDntp_loopfilter.c632 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()
HDntp_refclock.c631 if (peer != sys_peer || pll_status & STA_PPSTIME) in refclock_receive()
/trueos/sys/sys/
HDtimex.h148 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */ macro
/trueos/contrib/ntp/kernel/sys/
HDtimex.h215 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */ macro
/trueos/contrib/ntp/ntpdc/
HDntpdc_ops.c3007 #ifdef STA_PPSTIME in kerninfo()
3008 if (status & STA_PPSTIME) (void)fprintf(fp, " ppstime"); in kerninfo()