HomeSort by: relevance | last modified time | path
    Searched refs:STA_PPSFREQ (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/compat/freebsd/
freebsd_timex.h 210 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */
  /src/sys/sys/
timex.h 145 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */
  /src/sys/kern/
kern_ntptime.c 649 if (time_status & STA_PPSFREQ && time_status & STA_PPSSIGNAL) {
881 if (time_status & STA_PPSFREQ)
909 (time_status & (STA_PPSFREQ | STA_PPSTIME) &&
923 (time_status & STA_PPSFREQ &&

Completed in 34 milliseconds