audio_info_t
typedef audio_info_t Audio_info;
audio_info_t *info;
audio_info_t *info;
if ((bcont = allocb(sizeof (audio_info_t), BPRI_MED)) == NULL) {
bcopy(&proc->p_info, bcont->b_wptr, sizeof (audio_info_t));
bcont->b_wptr += sizeof (audio_info_t);
mcopyout(mp, NULL, sizeof (audio_info_t), NULL, bcont);
audio_info_t *oinfo;
audio_info_t *ninfo;
mcopyin(mp, uaddr, sizeof (audio_info_t), NULL);
(MBLKL(mp->b_cont) != sizeof (audio_info_t))) {
mcopyout(mp, NULL, sizeof (audio_info_t), uaddr, bcont);
(char *)__x__ < (((char *)(i)) + sizeof (audio_info_t)); \
#define AUDIO_GETINFO _IOR('A', 1, audio_info_t)
#define AUDIO_SETINFO _IOWR('A', 2, audio_info_t)
audio_info_t dev_info;