Searched refs:copr_debug_buf (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | soundcard.h | 972 typedef struct copr_debug_buf { struct 978 } copr_debug_buf; typedef 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)
|