Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp192 unsigned struct_copr_msg_sz = 0; variable
196 unsigned struct_copr_msg_sz = sizeof(struct copr_msg); variable
H A Dsanitizer_platform_limits_freebsd.h499 extern unsigned struct_copr_msg_sz;
H A Dsanitizer_platform_limits_posix.cpp482 unsigned struct_copr_msg_sz = 0; variable
486 unsigned struct_copr_msg_sz = sizeof(struct copr_msg); variable
H A Dsanitizer_common_interceptors_ioctl.inc250 _(SNDCTL_COPR_RCVMSG, WRITE, struct_copr_msg_sz);
254 _(SNDCTL_COPR_SENDMSG, READ, struct_copr_msg_sz);
H A Dsanitizer_platform_limits_posix.h1010 extern unsigned struct_copr_msg_sz;