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

/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_mx4200.c147 pps_params_t pps_p; member in struct:mx4200unit
337 if (time_pps_getparams(up->pps_h, &up->pps_p) < 0) {
347 up->pps_p.mode = PPS_CAPTUREASSERT | PPS_TSFMT_TSPEC;
348 up->pps_p.mode &= mode; /* only set what is legal */
350 if (time_pps_setparams(up->pps_h, &up->pps_p) < 0) {
H A Drefclock_oncore.c278 pps_params_t pps_p; member in struct:instance
852 if (time_pps_getparams(instance->pps_h, &instance->pps_p) < 0) {
889 instance->pps_p.mode = (mode | mode1 | PPS_TSFMT_TSPEC) & cap;
891 if (time_pps_setparams(instance->pps_h, &instance->pps_p) < 0) {
1714 instance->pps_p.assert_offset.tv_nsec = -dt2;
1716 instance->pps_p.clear_offset.tv_nsec = -dt2;
1719 * using the saved instance->pps_p, since some other process on the
1742 current_params.mode |= instance->pps_p.mode;

Completed in 80 milliseconds