Home
last modified time | relevance | path

Searched refs:auclnt_get_oflag (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c610 oflag = auclnt_get_oflag(c); in sndctl_dsp_speed()
631 oflag = auclnt_get_oflag(c); in sndctl_dsp_setfmt()
698 oflag = auclnt_get_oflag(c); in sndctl_dsp_channels()
744 if (auclnt_get_oflag(c) & FWRITE) { in sndctl_dsp_post()
787 oflag = auclnt_get_oflag(c); in sndctl_dsp_gettrigger()
812 oflag = auclnt_get_oflag(c); in sndctl_dsp_settrigger()
979 if (auclnt_get_oflag(c) & FWRITE) { in sndctl_dsp_silence()
990 if (auclnt_get_oflag(c) & FWRITE) { in sndctl_dsp_skip()
1002 if (auclnt_get_oflag(c) & FREAD) { in sndctl_dsp_halt_input()
1459 int oflag = auclnt_get_oflag(c); in sndctl_dsp_getblksize()
[all …]
H A Daudio_client.h113 int auclnt_get_oflag(audio_client_t *);
H A Daudio_client.c883 auclnt_get_oflag(audio_client_t *c) in auclnt_get_oflag() function