Searched refs:struct_copr_debug_buf_sz (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_ioctl.inc | 233 _(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);
|
D | sanitizer_platform_limits_posix.cc | 429 unsigned struct_copr_debug_buf_sz = 0; variable 433 unsigned struct_copr_debug_buf_sz = sizeof(struct copr_debug_buf); variable
|
D | sanitizer_platform_limits_posix.h | 885 extern unsigned struct_copr_debug_buf_sz;
|