Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h961 extern unsigned struct_wsmux_device_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc585 _(WSMUXIO_ADD_DEVICE, READ, struct_wsmux_device_sz);
586 _(WSMUXIO_REMOVE_DEVICE, READ, struct_wsmux_device_sz);
H A Dsanitizer_platform_limits_netbsd.cpp1095 unsigned struct_wsmux_device_sz = sizeof(wsmux_device); variable