Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_loopfilter.c340 || (time_status & (STA_PPSFREQ | STA_PPSTIME) in ntp_adjtime_error_handler()
353 || (time_status & STA_PPSFREQ && in ntp_adjtime_error_handler()
360 || (time_status & (STA_PPSFREQ | STA_PPSTIME) in ntp_adjtime_error_handler()
364 || (time_status & STA_PPSFREQ in ntp_adjtime_error_handler()
382 && ptimex->status & STA_PPSFREQ) in ntp_adjtime_error_handler()
396 if ( ptimex->status & STA_PPSFREQ in ntp_adjtime_error_handler()
401 if ( ptimex->status & STA_PPSFREQ in ntp_adjtime_error_handler()
789 ntv.status |= (STA_PPSTIME | STA_PPSFREQ); in local_clock()
795 ntv.status &= ~(STA_PPSTIME | STA_PPSFREQ); in local_clock()
/freebsd-13.1/sys/sys/
H A Dtimex.h82 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */ macro
/freebsd-13.1/contrib/ntp/kernel/sys/
H A Dtimex.h214 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */ macro
/freebsd-13.1/contrib/ntp/libntp/
H A Dstatestr.c237 # ifdef STA_PPSFREQ
238 { STA_PPSFREQ, "ppsfreq", 0 },
/freebsd-13.1/sys/kern/
H A Dkern_ntptime.c233 (tsl & (STA_PPSFREQ | STA_PPSTIME) && in ntp_is_time_error()
245 (tsl & STA_PPSFREQ && in ntp_is_time_error()
723 if (time_status & STA_PPSFREQ && time_status & STA_PPSSIGNAL) {
959 if (time_status & STA_PPSFREQ) in hardpps()
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2980 #ifdef STA_PPSFREQ in kerninfo()
2981 if (status & STA_PPSFREQ) (void)fprintf(fp, " ppsfreq"); in kerninfo()