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

  /src/sys/compat/freebsd/
freebsd_timex.h 217 #define STA_PPSSIGNAL 0x0100 /* PPS signal present (ro) */
224 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | \
  /src/sys/sys/
timex.h 152 #define STA_PPSSIGNAL 0x0100 /* PPS signal present (ro) */
179 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | \
  /src/sys/kern/
kern_ntptime.c 514 STA_PPSSIGNAL)
529 time_status &= ~STA_PPSSIGNAL;
633 STA_PPSSIGNAL)) {
649 if (time_status & STA_PPSFREQ && time_status & STA_PPSSIGNAL) {
718 time_status |= STA_PPSSIGNAL | STA_PPSJITTER;
910 !(time_status & STA_PPSSIGNAL)) ||

Completed in 15 milliseconds