Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c96 * or another driver. If enabled, the STA_PPSTIME and STA_FREQ bits are
337 || (time_status & (STA_PPSFREQ | STA_PPSTIME) in ntp_adjtime_error_handler()
343 || (time_status & STA_PPSTIME && in ntp_adjtime_error_handler()
357 || (time_status & (STA_PPSFREQ | STA_PPSTIME) in ntp_adjtime_error_handler()
359 || (time_status & STA_PPSTIME in ntp_adjtime_error_handler()
384 && ptimex->status & STA_PPSTIME) in ntp_adjtime_error_handler()
388 if ( ptimex->status & STA_PPSTIME in ntp_adjtime_error_handler()
786 ntv.status |= (STA_PPSTIME | STA_PPSFREQ); in local_clock()
787 if (!(pll_status & STA_PPSTIME)) in local_clock()
792 ntv.status &= ~(STA_PPSTIME | STA_PPSFRE in local_clock()
[all...]
/freebsd/sys/kern/
H A Dkern_ntptime.c236 (tsl & (STA_PPSFREQ | STA_PPSTIME) && in ntp_is_time_error()
242 (tsl & STA_PPSTIME && tsl & STA_PPSJITTER) || in ntp_is_time_error()
594 if (time_status & STA_PPSTIME && time_status & in ntp_update_second()
675 if (!(time_status & STA_PPSTIME && time_status & in hardupdate()
834 } else if (time_status & STA_PPSTIME) { in hardpps()
/freebsd/sys/sys/
H A Dtimex.h81 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */ macro
/freebsd/contrib/ntp/libntp/
H A Dstatestr.c239 # ifdef STA_PPSTIME
240 { STA_PPSTIME, "ppstime", 0 },
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h215 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */ macro
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2983 #ifdef STA_PPSTIME in kerninfo()
2984 if (status & STA_PPSTIME) (void)fprintf(fp, " ppstime"); in kerninfo()