Home
last modified time | relevance | path

Searched refs:struct_pps_params_sz (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h983 extern unsigned struct_pps_params_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1218 _(PPS_IOC_SETPARAMS, READ, struct_pps_params_sz);
1219 _(PPS_IOC_GETPARAMS, WRITE, struct_pps_params_sz);
H A Dsanitizer_platform_limits_netbsd.cc827 unsigned struct_pps_params_sz = sizeof(pps_params_t); variable