Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h709 extern unsigned struct_ioc_vol_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc917 _(CDIOCGETVOL, WRITE, struct_ioc_vol_sz);
918 _(CDIOCSETVOL, READ, struct_ioc_vol_sz);
H A Dsanitizer_platform_limits_netbsd.cpp842 unsigned struct_ioc_vol_sz = sizeof(ioc_vol); variable