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

  /src/sys/compat/freebsd/
freebsd_timex.h 178 * PPS_VALID is the maximum interval before the PPS signal is considered
187 #define PPS_VALID 120 /* pps signal watchdog max (s) */
  /src/sys/kern/
kern_ntptime.c 205 #define PPS_VALID 120 /* PPS signal watchdog max (s) */
215 static int pps_valid; /* signal watchdog counter */ variable
526 if (pps_valid > 0)
527 pps_valid--;
695 * PPS signal is disabled. The watchdog counter pps_valid is updated
720 pps_valid = PPS_VALID;
  /src/external/bsd/ntp/dist/kernel/sys/
timex.h 184 * PPS_VALID is the maximum interval before the PPS signal is considered
193 #define PPS_VALID 120 /* pps signal watchdog max (s) */

Completed in 16 milliseconds