Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc247 _(SNDCTL_COPR_HALT, WRITE, struct_copr_debug_buf_sz);
249 _(SNDCTL_COPR_RCODE, WRITE, struct_copr_debug_buf_sz);
251 _(SNDCTL_COPR_RDATA, WRITE, struct_copr_debug_buf_sz);
253 _(SNDCTL_COPR_RUN, WRITE, struct_copr_debug_buf_sz);
255 _(SNDCTL_COPR_WCODE, READ, struct_copr_debug_buf_sz);
256 _(SNDCTL_COPR_WDATA, READ, struct_copr_debug_buf_sz);
H A Dsanitizer_platform_limits_freebsd.cpp199 unsigned struct_copr_debug_buf_sz = 0; variable
203 unsigned struct_copr_debug_buf_sz = sizeof(struct copr_debug_buf); variable
H A Dsanitizer_platform_limits_freebsd.h522 extern unsigned struct_copr_debug_buf_sz;
H A Dsanitizer_platform_limits_posix.cpp493 unsigned struct_copr_debug_buf_sz = 0; variable
497 unsigned struct_copr_debug_buf_sz = sizeof(struct copr_debug_buf); variable
H A Dsanitizer_platform_limits_posix.h1025 extern unsigned struct_copr_debug_buf_sz;