Searched refs:copr_debug_buf (Results 1 – 4 of 4) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | soundcard.h | 709 typedef struct copr_debug_buf { struct 715 } copr_debug_buf; argument 724 #define SNDCTL_COPR_RDATA _SIOWR('C', 2, copr_debug_buf) 725 #define SNDCTL_COPR_RCODE _SIOWR('C', 3, copr_debug_buf) 726 #define SNDCTL_COPR_WDATA _SIOW ('C', 4, copr_debug_buf) 727 #define SNDCTL_COPR_WCODE _SIOW ('C', 5, copr_debug_buf) 728 #define SNDCTL_COPR_RUN _SIOWR('C', 6, copr_debug_buf) 729 #define SNDCTL_COPR_HALT _SIOWR('C', 7, copr_debug_buf)
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_freebsd.cpp | 183 unsigned struct_copr_debug_buf_sz = sizeof(struct copr_debug_buf);
|
D | sanitizer_platform_limits_posix.cpp | 438 unsigned struct_copr_debug_buf_sz = sizeof(struct copr_debug_buf);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 438 unsigned struct_copr_debug_buf_sz = sizeof(struct copr_debug_buf);
|