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

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_mx4200.c145 pps_params_t pps_p; member in struct:mx4200unit
329 if (time_pps_getparams(up->pps_h, &up->pps_p) < 0) {
339 up->pps_p.mode = PPS_CAPTUREASSERT | PPS_TSFMT_TSPEC;
340 up->pps_p.mode &= mode; /* only set what is legal */
342 if (time_pps_setparams(up->pps_h, &up->pps_p) < 0) {
H A Drefclock_oncore.c277 pps_params_t pps_p; member in struct:instance
860 if (time_pps_getparams(instance->pps_h, &instance->pps_p) < 0) {
896 instance->pps_p.mode = (mode | mode1 | PPS_TSFMT_TSPEC) & cap;
898 if (time_pps_setparams(instance->pps_h, &instance->pps_p) < 0) {
1742 instance->pps_p.assert_offset.tv_nsec = -dt2;
1744 instance->pps_p.clear_offset.tv_nsec = -dt2;
1747 * using the saved instance->pps_p, since some other process on the
1774 current_params.mode |= instance->pps_p.mode;

Completed in 130 milliseconds