Searched defs:d_exts (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c83 oss_mixext *d_exts; /* array of mixer descs */ member in struct:ossdev
151 ext = &odev->d_exts[odev->d_nctrl];
165 ext = &odev->d_exts[odev->d_nctrl];
179 ext = &odev->d_exts[odev->d_nctrl];
193 ext = &odev->d_exts[odev->d_nctrl];
210 ext = &odev->d_exts[odev->d_nctrl];
224 ext = &odev->d_exts[odev->d_nctrl];
311 ext = &odev->d_exts[odev->d_nctrl];
382 kmem_free(odev->d_exts, sizeof (oss_mixext) * odev->d_nalloc);
413 odev->d_exts
[all...]

Completed in 48 milliseconds