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

  /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 in typeref:typename:int
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;
kern_ntptime.c 205 #define PPS_VALID 120 /* PPS signal watchdog max (s) */
215 static int pps_valid; /* signal watchdog counter */ variable in typeref:typename:int
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;

Completed in 24 milliseconds