Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h579 extern unsigned struct_blue_interface_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc55 _(BLUE_IF_ATTACH, READ, struct_blue_interface_sz);
56 _(BLUE_DISABLE, READ, struct_blue_interface_sz);
H A Dsanitizer_platform_limits_netbsd.cpp710 unsigned struct_blue_interface_sz = sizeof(blue_interface); variable