Home
last modified time | relevance | path

Searched refs:time_pps_getparams (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/sys/
Dtimepps.h178 static __inline int time_pps_getparams(pps_handle_t, pps_params_t *);
213 time_pps_getparams(pps_handle_t handle, pps_params_t *ppsparams) in time_pps_getparams() function
/netbsd/src/external/bsd/ntp/dist/include/
Dtimepps-SCO.h332 time_pps_getparams( in time_pps_getparams() function
Dtimepps-SunOS.h333 time_pps_getparams( in time_pps_getparams() function
Dtimepps-Solaris.h396 time_pps_getparams( in time_pps_getparams() function
/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_jupiter.c414 time_pps_getparams(up->pps_handle, &up->pps_params); in jupiter_ppsapi()
Drefclock_mx4200.c331 if (time_pps_getparams(up->pps_h, &up->pps_p) < 0) { in mx4200_config()
Drefclock_oncore.c862 if (time_pps_getparams(instance->pps_h, &instance->pps_p) < 0) { in oncore_ppsapi()
1771 if (time_pps_getparams(instance->pps_h, &current_params) < 0) { in oncore_get_timestamp()
Drefclock_ripencc.c691 time_pps_getparams(up->handle, &up->pps_params); in ripencc_ppsapi()