Searched refs:copr_debug_buf (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | soundcard.h | 970 typedef struct copr_debug_buf { struct 976 } copr_debug_buf; argument 985 #define SNDCTL_COPR_RDATA _IOWR('C', 2, copr_debug_buf) 986 #define SNDCTL_COPR_RCODE _IOWR('C', 3, copr_debug_buf) 987 #define SNDCTL_COPR_WDATA _IOW ('C', 4, copr_debug_buf) 988 #define SNDCTL_COPR_WCODE _IOW ('C', 5, copr_debug_buf) 989 #define SNDCTL_COPR_RUN _IOWR('C', 6, copr_debug_buf) 990 #define SNDCTL_COPR_HALT _IOWR('C', 7, copr_debug_buf)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_freebsd.cpp | 203 unsigned struct_copr_debug_buf_sz = sizeof(struct copr_debug_buf);
|
H A D | sanitizer_platform_limits_posix.cpp | 497 unsigned struct_copr_debug_buf_sz = sizeof(struct copr_debug_buf);
|