HomeSort by: relevance | last modified time | path
    Searched refs:time_pps_getparams (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/sys/
timepps.h 178 static __inline int time_pps_getparams(pps_handle_t, pps_params_t *);
213 time_pps_getparams(pps_handle_t handle, pps_params_t *ppsparams) function
  /src/external/bsd/ntp/dist/include/
timepps-SCO.h 332 time_pps_getparams( function
timepps-Solaris.h 396 time_pps_getparams( function
timepps-SunOS.h 333 time_pps_getparams( function
  /src/external/bsd/ntp/dist/ntpd/
refclock_jupiter.c 414 time_pps_getparams(up->pps_handle, &up->pps_params);
refclock_mx4200.c 331 if (time_pps_getparams(up->pps_h, &up->pps_p) < 0) {
333 "mx4200_config: time_pps_getparams failed: %m");
refclock_oncore.c 862 if (time_pps_getparams(instance->pps_h, &instance->pps_p) < 0) {
863 oncore_log_f(instance, LOG_ERR, "time_pps_getparams failed: %m");
1771 if (time_pps_getparams(instance->pps_h, &current_params) < 0) {
1773 "time_pps_getparams failed: %m");
refclock_ripencc.c 691 time_pps_getparams(up->handle, &up->pps_params);

Completed in 24 milliseconds