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

/freebsd-10.1-release/contrib/ntp/ntpd/
H A Drefclock_mx4200.c144 pps_handle_t pps_h; member in struct:mx4200unit
317 if (time_pps_create(pp->io.fd, &up->pps_h) < 0) {
323 if (time_pps_getcap(up->pps_h, &mode) < 0) {
329 if (time_pps_getparams(up->pps_h, &up->pps_p) < 0) {
342 if (time_pps_setparams(up->pps_h, &up->pps_p) < 0) {
349 if (time_pps_kcbind(up->pps_h, PPS_KC_HARDPPS, PPS_CAPTUREASSERT,
1512 if (time_pps_fetch(up->pps_h, PPS_TSFMT_TSPEC, &(up->pps_i),
H A Drefclock_oncore.c275 pps_handle_t pps_h; member in struct:instance
712 if (time_pps_create(fd2, &instance->pps_h) < 0) {
789 time_pps_destroy (instance->pps_h);
853 if (time_pps_getcap(instance->pps_h, &cap) < 0) {
858 if (time_pps_getparams(instance->pps_h, &instance->pps_p) < 0) {
896 if (time_pps_setparams(instance->pps_h, &instance->pps_p) < 0) {
915 if (time_pps_kcbind(instance->pps_h, PPS_KC_HARDPPS, i,
1638 if (time_pps_fetch(instance->pps_h, PPS_TSFMT_TSPEC, &pps_i,
1757 if (time_pps_getcap(instance->pps_h, &current_mode) < 0) {
1764 if (time_pps_getparams(instance->pps_h,
[all...]

Completed in 110 milliseconds