Searched refs:time_pps_getparams (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/tools/test/ppsapi/
H A Dppsapitest.c128 i = time_pps_getparams(ph, &pp);
130 err(1, "time_pps_getparams():");
/freebsd-12-stable/contrib/ntp/include/
H A Dtimepps-SCO.h330 time_pps_getparams( function
H A Dtimepps-Solaris.h394 time_pps_getparams( function
H A Dtimepps-SunOS.h331 time_pps_getparams( function
/freebsd-12-stable/sys/sys/
H A Dtimepps.h206 time_pps_getparams(pps_handle_t handle, pps_params_t *ppsparams) function
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_jupiter.c412 time_pps_getparams(up->pps_handle, &up->pps_params);
H A Drefclock_mx4200.c329 if (time_pps_getparams(up->pps_h, &up->pps_p) < 0) {
331 "mx4200_config: time_pps_getparams failed: %m");
H A Drefclock_oncore.c860 if (time_pps_getparams(instance->pps_h, &instance->pps_p) < 0) {
861 oncore_log_f(instance, LOG_ERR, "time_pps_getparams failed: %m");
1766 if (time_pps_getparams(instance->pps_h, &current_params) < 0) {
1768 "time_pps_getparams failed: %m");
H A Drefclock_ripencc.c689 time_pps_getparams(up->handle, &up->pps_params);

Completed in 226 milliseconds