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

  /src/external/bsd/ntp/dist/ntpd/
refclock_wwvb.c 136 int ppsapi_lit; /* time_pps_create() worked */ member in struct:wwvbunit
486 if (up->ppsapi_lit &&
578 if (!up->ppsapi_lit)
584 up->ppsapi_lit = 0;
595 up->ppsapi_lit = 1;
refclock_nmea.c 250 u_char ppsapi_lit; /* time_pps_create() worked */ member in struct:__anon7450
456 if (up->ppsapi_lit)
524 up->ppsapi_lit = refclock_params(
526 if (!up->ppsapi_lit) {
543 if (up->ppsapi_lit)
550 up->ppsapi_lit = FALSE;
896 if (up->ppsapi_lit && pp->leap != LEAP_NOTINSYNC)

Completed in 17 milliseconds