Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h626 extern unsigned struct_count_info_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1380 _(SNDCTL_DSP_GETIPTR, WRITE, struct_count_info_sz);
1381 _(SNDCTL_DSP_GETOPTR, WRITE, struct_count_info_sz);
H A Dsanitizer_platform_limits_netbsd.cpp759 unsigned struct_count_info_sz = sizeof(count_info); variable