Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_ntptime.c649 if (time_status & STA_PPSFREQ && time_status & STA_PPSSIGNAL) { in hardupdate()
881 if (time_status & STA_PPSFREQ) in hardpps()
909 (time_status & (STA_PPSFREQ | STA_PPSTIME) && in ntp_timestatus()
923 (time_status & STA_PPSFREQ && in ntp_timestatus()
/netbsd-src/sys/sys/
H A Dtimex.h145 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */ macro
/netbsd-src/external/bsd/ntp/dist/kernel/sys/
H A Dtimex.h216 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */ macro
/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_timex.h210 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */ macro
/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c2982 #ifdef STA_PPSFREQ in kerninfo()
2983 if (status & STA_PPSFREQ) (void)fprintf(fp, " ppsfreq"); in kerninfo()