Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h728 extern unsigned struct_mbpp_param_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc402 _(MBPPIOCSPARAM, READ, struct_mbpp_param_sz);
403 _(MBPPIOCGPARAM, WRITE, struct_mbpp_param_sz);
H A Dsanitizer_platform_limits_netbsd.cc565 unsigned struct_mbpp_param_sz = sizeof(mbpp_param); variable