Home
last modified time | relevance | path

Searched refs:pps_handle_t (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/sys/
H A Dtimepps.h29 typedef int pps_handle_t; typedef
177 time_pps_create(int filedes, pps_handle_t *handle) in time_pps_create()
190 time_pps_destroy(pps_handle_t handle) in time_pps_destroy()
196 time_pps_setparams(pps_handle_t handle, const pps_params_t *ppsparams) in time_pps_setparams()
202 time_pps_getparams(pps_handle_t handle, pps_params_t *ppsparams) in time_pps_getparams()
208 time_pps_getcap(pps_handle_t handle, int *mode) in time_pps_getcap()
214 time_pps_fetch(pps_handle_t handle, const int tsformat, in time_pps_fetch()
232 time_pps_fetch_ffc(pps_handle_t handle, const int tsformat, in time_pps_fetch_ffc()
251 time_pps_kcbind(pps_handle_t handle, const int kernel_consumer, in time_pps_kcbind()
/freebsd/contrib/ntp/include/
H A Dtimepps-SCO.h195 typedef pps_unit_t* pps_handle_t; /* pps handlebars */ typedef
210 pps_handle_t *handle /* returned handle */ in time_pps_create()
247 pps_handle_t handle in time_pps_destroy()
268 pps_handle_t handle, in time_pps_setparams()
331 pps_handle_t handle, in time_pps_getparams()
359 pps_handle_t handle, in time_pps_getcap()
386 pps_handle_t handle, in time_pps_fetch()
483 pps_handle_t handle, in time_pps_kcbind()
H A Dtimepps-SunOS.h193 typedef pps_unit_t* pps_handle_t; /* pps handlebars */ typedef
208 pps_handle_t *handle /* returned handle */ in time_pps_create()
248 pps_handle_t handle in time_pps_destroy()
269 pps_handle_t handle, in time_pps_setparams()
332 pps_handle_t handle, in time_pps_getparams()
360 pps_handle_t handle, in time_pps_getcap()
387 pps_handle_t handle, in time_pps_fetch()
484 pps_handle_t handle, in time_pps_kcbind()
H A Dtimepps-Solaris.h225 typedef uintptr_t pps_handle_t; typedef
234 pps_handle_t *handle /* returned handle */ in time_pps_create()
269 *handle = (pps_handle_t)punit; in time_pps_create()
279 pps_handle_t handle in time_pps_destroy()
303 pps_handle_t handle, in time_pps_setparams()
395 pps_handle_t handle, in time_pps_getparams()
426 pps_handle_t handle, in time_pps_getcap()
453 pps_handle_t handle, in time_pps_fetch()
548 pps_handle_t handle, in time_pps_kcbind()
H A Drefclock_atom.h8 pps_handle_t handle;
/freebsd/contrib/ntp/util/
H A Dpps-api.c53 pps_handle_t ph; in main()
/freebsd/tools/test/ppsapi/
H A Dppsapitest.c35 pps_handle_t ph; in main()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_jupiter.c115 pps_handle_t pps_handle; /* pps handle */
H A Drefclock_mx4200.c144 pps_handle_t pps_h;
H A Drefclock_oncore.c276 pps_handle_t pps_h;
H A Drefclock_ripencc.c266 pps_handle_t handle; /* pps handlebars */
/freebsd/contrib/ntp/
H A DChangeLog4118 * timepps-Solaris.h pps_handle_t changed from pointer to scalar
H A DCommitLog[all...]