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

/freebsd-12-stable/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.cpp175 unsigned struct_copr_debug_buf_sz = 0; member in namespace:__sanitizer
179 unsigned struct_copr_debug_buf_sz = sizeof(struct copr_debug_buf); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_freebsd.h440 extern unsigned struct_copr_debug_buf_sz;
H A Dsanitizer_platform_limits_posix.cpp428 unsigned struct_copr_debug_buf_sz = 0; member in namespace:__sanitizer
432 unsigned struct_copr_debug_buf_sz = sizeof(struct copr_debug_buf); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h966 extern unsigned struct_copr_debug_buf_sz;

Completed in 176 milliseconds