Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_ddi.c118 c = auclnt_hold_by_devt((dev_t)arg); in audio_getinfo()
311 if ((c = auclnt_hold_by_devt(dev)) == NULL) { in audio_close()
358 if ((c = auclnt_hold_by_devt(dev)) == NULL) { in audio_write()
376 if ((c = auclnt_hold_by_devt(dev)) == NULL) { in audio_read()
395 if ((c = auclnt_hold_by_devt(dev)) == NULL) { in audio_ioctl()
412 if ((c = auclnt_hold_by_devt(dev)) == NULL) { in audio_chpoll()
H A Daudio_client.h246 audio_client_t *auclnt_hold_by_devt(dev_t);
H A Daudio_client.c1184 auclnt_hold_by_devt(dev_t dev) in auclnt_hold_by_devt() function