Home
last modified time | relevance | path

Searched refs:oss_count_t (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
H A Dsoundcard.h1665 } oss_count_t; typedef
1667 #define SNDCTL_DSP_CURRENT_IPTR _IOR ('P', 35, oss_count_t)
1668 #define SNDCTL_DSP_CURRENT_OPTR _IOR ('P', 36, oss_count_t)
/dragonfly/sys/dev/sound/pcm/
H A Ddsp.c1983 oss_count_t *oc = (oss_count_t *)arg; in dsp_ioctl()