Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h791 extern unsigned struct_priq_interface_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc97 _(PRIQ_IF_ATTACH, READ, struct_priq_interface_sz);
98 _(PRIQ_CLEAR, READ, struct_priq_interface_sz);
H A Dsanitizer_platform_limits_netbsd.cc629 unsigned struct_priq_interface_sz = sizeof(priq_interface); variable