Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c337 || (time_status & (STA_PPSFREQ | STA_PPSTIME) in ntp_adjtime_error_handler()
350 || (time_status & STA_PPSFREQ && in ntp_adjtime_error_handler()
357 || (time_status & (STA_PPSFREQ | STA_PPSTIME) in ntp_adjtime_error_handler()
361 || (time_status & STA_PPSFREQ in ntp_adjtime_error_handler()
379 && ptimex->status & STA_PPSFREQ) in ntp_adjtime_error_handler()
393 if ( ptimex->status & STA_PPSFREQ in ntp_adjtime_error_handler()
398 if ( ptimex->status & STA_PPSFREQ in ntp_adjtime_error_handler()
786 ntv.status |= (STA_PPSTIME | STA_PPSFREQ); in local_clock()
792 ntv.status &= ~(STA_PPSTIME | STA_PPSFREQ); in local_clock()
/freebsd/sys/kern/
H A Dkern_ntptime.c236 (tsl & (STA_PPSFREQ | STA_PPSTIME) && in ntp_is_time_error()
248 (tsl & STA_PPSFREQ && in ntp_is_time_error()
693 if (time_status & STA_PPSFREQ && time_status & STA_PPSSIGNAL) { in hardupdate()
921 if (time_status & STA_PPSFREQ) in hardpps()
/freebsd/sys/sys/
H A Dtimex.h80 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */ macro
/freebsd/contrib/ntp/libntp/
H A Dstatestr.c236 # ifdef STA_PPSFREQ
237 { STA_PPSFREQ, "ppsfreq", 0 },
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h214 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */ macro
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2980 #ifdef STA_PPSFREQ in kerninfo()
2981 if (status & STA_PPSFREQ) (void)fprintf(fp, " ppsfreq"); in kerninfo()