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

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_mx4200.c146 pps_handle_t pps_h; member in struct:mx4200unit
325 if (time_pps_create(pp->io.fd, &up->pps_h) < 0) {
331 if (time_pps_getcap(up->pps_h, &mode) < 0) {
337 if (time_pps_getparams(up->pps_h, &up->pps_p) < 0) {
350 if (time_pps_setparams(up->pps_h, &up->pps_p) < 0) {
357 if (time_pps_kcbind(up->pps_h, PPS_KC_HARDPPS, PPS_CAPTUREASSERT,
1520 if (time_pps_fetch(up->pps_h, PPS_TSFMT_TSPEC, &(up->pps_i),
H A Drefclock_oncore.c277 pps_handle_t pps_h; member in struct:instance
711 if (time_pps_create(fd2, &instance->pps_h) < 0) {
784 time_pps_destroy (instance->pps_h);
847 if (time_pps_getcap(instance->pps_h, &cap) < 0) {
852 if (time_pps_getparams(instance->pps_h, &instance->pps_p) < 0) {
891 if (time_pps_setparams(instance->pps_h, &instance->pps_p) < 0) {
910 if (time_pps_kcbind(instance->pps_h, PPS_KC_HARDPPS, i,
1618 if (time_pps_fetch(instance->pps_h, PPS_TSFMT_TSPEC, &pps_i,
1731 if (time_pps_getcap(instance->pps_h, &current_mode) < 0) {
1736 if (time_pps_getparams(instance->pps_h,
[all...]

Completed in 167 milliseconds