Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc233 _(SNDCTL_COPR_HALT, WRITE, struct_copr_debug_buf_sz);
235 _(SNDCTL_COPR_RCODE, WRITE, struct_copr_debug_buf_sz);
237 _(SNDCTL_COPR_RDATA, WRITE, struct_copr_debug_buf_sz);
239 _(SNDCTL_COPR_RUN, WRITE, struct_copr_debug_buf_sz);
241 _(SNDCTL_COPR_WCODE, READ, struct_copr_debug_buf_sz);
242 _(SNDCTL_COPR_WDATA, READ, struct_copr_debug_buf_sz);
Dsanitizer_platform_limits_posix.cc429 unsigned struct_copr_debug_buf_sz = 0; variable
433 unsigned struct_copr_debug_buf_sz = sizeof(struct copr_debug_buf); variable
Dsanitizer_platform_limits_posix.h885 extern unsigned struct_copr_debug_buf_sz;