Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.h960 extern unsigned struct_wsmux_device_sz;
Dsanitizer_interceptors_ioctl_netbsd.inc585 _(WSMUXIO_ADD_DEVICE, READ, struct_wsmux_device_sz);
586 _(WSMUXIO_REMOVE_DEVICE, READ, struct_wsmux_device_sz);
Dsanitizer_platform_limits_netbsd.cpp1094 unsigned struct_wsmux_device_sz = sizeof(wsmux_device); variable