Searched refs:pps_fd (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_nmea.c360 int pps_fd; local
399 pps_fd = open(device, PPSOPENMODE, S_IRUSR | S_IWUSR);
401 if (-1 == pps_fd)
402 pps_fd = pp->io.fd;
404 if (refclock_ppsapi(pps_fd, &up->atom)) {
406 up->ppsapi_fd = pps_fd;

Completed in 111 milliseconds