Searched refs:struct_copr_msg_sz (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp176 unsigned struct_copr_msg_sz = 0; member in namespace:__sanitizer
180 unsigned struct_copr_msg_sz = sizeof(struct copr_msg); member in namespace:__sanitizer
H A Dsanitizer_common_interceptors_ioctl.inc242 _(SNDCTL_COPR_RCVMSG, WRITE, struct_copr_msg_sz);
246 _(SNDCTL_COPR_SENDMSG, READ, struct_copr_msg_sz);
H A Dsanitizer_platform_limits_freebsd.h441 extern unsigned struct_copr_msg_sz;
H A Dsanitizer_platform_limits_posix.cpp429 unsigned struct_copr_msg_sz = 0; member in namespace:__sanitizer
433 unsigned struct_copr_msg_sz = sizeof(struct copr_msg); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h967 extern unsigned struct_copr_msg_sz;

Completed in 268 milliseconds