HomeSort by: relevance | last modified time | path
    Searched defs:pps_handle_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
timepps.h 49 typedef int32_t pps_handle_t; /* represents a PPS source */ typedef in typeref:typename:int32_t
175 static __inline int time_pps_create(int, pps_handle_t *);
176 static __inline int time_pps_destroy(pps_handle_t);
177 static __inline int time_pps_setparams(pps_handle_t, const pps_params_t *);
178 static __inline int time_pps_getparams(pps_handle_t, pps_params_t *);
179 static __inline int time_pps_getcap(pps_handle_t, int *);
180 static __inline int time_pps_fetch(pps_handle_t, const int, pps_info_t *,
183 static __inline int time_pps_wait(pps_handle_t, const struct timespec *,
187 static __inline int time_pps_kcbind(pps_handle_t, const int, const int,
191 time_pps_create(int filedes, pps_handle_t *handle
    [all...]
timepps.h 49 typedef int32_t pps_handle_t; /* represents a PPS source */ typedef in typeref:typename:int32_t
175 static __inline int time_pps_create(int, pps_handle_t *);
176 static __inline int time_pps_destroy(pps_handle_t);
177 static __inline int time_pps_setparams(pps_handle_t, const pps_params_t *);
178 static __inline int time_pps_getparams(pps_handle_t, pps_params_t *);
179 static __inline int time_pps_getcap(pps_handle_t, int *);
180 static __inline int time_pps_fetch(pps_handle_t, const int, pps_info_t *,
183 static __inline int time_pps_wait(pps_handle_t, const struct timespec *,
187 static __inline int time_pps_kcbind(pps_handle_t, const int, const int,
191 time_pps_create(int filedes, pps_handle_t *handle
    [all...]

Completed in 21 milliseconds