Searched refs:copr_debug_buf (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/sys/ |
| HD | soundcard.h | 971 typedef struct copr_debug_buf { struct 977 } copr_debug_buf; argument 986 #define SNDCTL_COPR_RDATA _IOWR('C', 2, copr_debug_buf) 987 #define SNDCTL_COPR_RCODE _IOWR('C', 3, copr_debug_buf) 988 #define SNDCTL_COPR_WDATA _IOW ('C', 4, copr_debug_buf) 989 #define SNDCTL_COPR_WCODE _IOW ('C', 5, copr_debug_buf) 990 #define SNDCTL_COPR_RUN _IOWR('C', 6, copr_debug_buf) 991 #define SNDCTL_COPR_HALT _IOWR('C', 7, copr_debug_buf)
|