Home
last modified time | relevance | path

Searched refs:auclnt_flush (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.h94 void auclnt_flush(audio_stream_t *);
H A Daudio_oss.c746 auclnt_flush(sp); in sndctl_dsp_post()
982 auclnt_flush(sp); in sndctl_dsp_silence()
993 auclnt_flush(sp); in sndctl_dsp_skip()
1005 auclnt_flush(sp); in sndctl_dsp_halt_input()
1016 auclnt_flush(sp); in sndctl_dsp_halt_output()
H A Daudio_sun.c1292 auclnt_flush(auclnt_output_stream(c)); in devaudio_wput()
1297 auclnt_flush(auclnt_input_stream(c)); in devaudio_wput()
H A Daudio_client.c868 auclnt_flush(audio_stream_t *sp) in auclnt_flush() function