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