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

  /src/sys/compat/freebsd/
freebsd_timex.h 211 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */
  /src/sys/sys/
timex.h 146 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */
  /src/sys/kern/
kern_ntptime.c 513 if (time_status & STA_PPSTIME && time_status &
632 if (!(time_status & STA_PPSTIME && time_status &
794 } else if (time_status & STA_PPSTIME) {
909 (time_status & (STA_PPSFREQ | STA_PPSTIME) &&
916 (time_status & STA_PPSTIME &&

Completed in 22 milliseconds