Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.h160 const char *auclnt_get_dev_hw_info(audio_dev_t *, void **);
H A Daudio_oss.c1209 while ((info = auclnt_get_dev_hw_info(d, &iter)) != NULL) { in sndctl_cardinfo()
2452 while ((info = auclnt_get_dev_hw_info(d, &iter)) != NULL) { in sndstat_mixer_walker()
H A Daudio_client.c1407 auclnt_get_dev_hw_info(audio_dev_t *dev, void **iter) in auclnt_get_dev_hw_info() function