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

/freebsd-10-stable/contrib/ntp/util/
H A Dpps-api.c65 i = time_pps_create(fd, &ph);
67 err(1, "time_pps_create");
/freebsd-10-stable/tools/test/ppsapi/
H A Dppsapitest.c79 i = time_pps_create(fd, &ph);
81 err(1, "time_pps_create");
/freebsd-10-stable/sys/sys/
H A Dtimepps.h179 time_pps_create(int filedes, pps_handle_t *handle) function
/freebsd-10-stable/contrib/ntp/include/
H A Dtimepps-SCO.h208 time_pps_create( function
H A Dtimepps-Solaris.h232 time_pps_create( function
H A Dtimepps-SunOS.h206 time_pps_create( function
221 perror("time_pps_create: I_PUSH ppsclock failed");
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c1206 if (time_pps_create(fddev, &ap->handle) < 0) {
1208 "refclock_ppsapi: time_pps_create: %m");
H A Drefclock_mx4200.c317 if (time_pps_create(pp->io.fd, &up->pps_h) < 0) {
318 perror("time_pps_create");
320 "mx4200_config: time_pps_create failed: %m");
H A Drefclock_jupiter.c233 if (time_pps_create(fd, &instance->pps_handle) < 0) {
236 "refclock_jupiter: time_pps_create failed: %m");
H A Drefclock_ripencc.c605 if (time_pps_create(fd, &up->handle) < 0) {
607 msyslog(LOG_ERR, "refclock_ripencc: time_pps_create failed: %m");
H A Drefclock_oncore.c712 if (time_pps_create(fd2, &instance->pps_h) < 0) {

Completed in 109 milliseconds