Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.h132 int auclnt_chpoll(audio_client_t *, short, int, short *, struct pollhead **);
H A Daudio_client.c487 auclnt_chpoll(audio_client_t *c, short events, int anyyet, short *reventsp, in auclnt_chpoll() function
H A Daudio_oss.c2545 return (auclnt_chpoll(c, events, anyyet, reventsp, phpp)); in oss_chpoll()