Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h761 extern unsigned struct_ortentry_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1155 _(SIOCADDRT, READ, struct_ortentry_sz);
1156 _(SIOCDELRT, READ, struct_ortentry_sz);
H A Dsanitizer_platform_limits_netbsd.cpp895 unsigned struct_ortentry_sz = sizeof(ortentry); variable