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

  /src/sys/sys/
timepps.h 85 } pps_params_t; typedef in typeref:struct:__anon6d2344410308
126 #define PPS_IOC_SETPARAMS _IOW('1', 3, pps_params_t)
127 #define PPS_IOC_GETPARAMS _IOR('1', 4, pps_params_t)
155 pps_params_t ppsparam;
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 *);
206 time_pps_setparams(pps_handle_t handle, const pps_params_t *ppsparams)
213 time_pps_getparams(pps_handle_t handle, pps_params_t *ppsparams)
  /src/sys/arch/evbarm/dev/
plcomvar.h 161 pps_params_t ppsparam;
plcom.c 1142 pps_params_t *pp;
1143 pp = (pps_params_t *)data;
1151 pps_params_t *pp;
1153 pp = (pps_params_t *)data;
  /src/sys/arch/arm/s3c2xx0/
sscom_var.h 177 pps_params_t ppsparam;
  /src/sys/kern/
kern_tc.c 1067 pps_params_t *app;
1083 app = (pps_params_t *)data;
1089 app = (pps_params_t *)data;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 997 unsigned struct_pps_params_sz = sizeof(pps_params_t);

Completed in 22 milliseconds