Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc239 _(SNDCTL_COPR_HALT, WRITE, struct_copr_debug_buf_sz);
241 _(SNDCTL_COPR_RCODE, WRITE, struct_copr_debug_buf_sz);
243 _(SNDCTL_COPR_RDATA, WRITE, struct_copr_debug_buf_sz);
245 _(SNDCTL_COPR_RUN, WRITE, struct_copr_debug_buf_sz);
247 _(SNDCTL_COPR_WCODE, READ, struct_copr_debug_buf_sz);
248 _(SNDCTL_COPR_WDATA, READ, struct_copr_debug_buf_sz);
H A Dsanitizer_platform_limits_freebsd.cpp182 unsigned struct_copr_debug_buf_sz = 0; variable
186 unsigned struct_copr_debug_buf_sz = sizeof(struct copr_debug_buf); variable
H A Dsanitizer_platform_limits_freebsd.h440 extern unsigned struct_copr_debug_buf_sz;
H A Dsanitizer_platform_limits_posix.cpp444 unsigned struct_copr_debug_buf_sz = 0; variable
448 unsigned struct_copr_debug_buf_sz = sizeof(struct copr_debug_buf); variable
H A Dsanitizer_platform_limits_posix.h972 extern unsigned struct_copr_debug_buf_sz;