Searched refs:auclnt_hold_by_devt (Results 1 – 3 of 3) sorted by relevance
118 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()
246 audio_client_t *auclnt_hold_by_devt(dev_t);
1184 auclnt_hold_by_devt(dev_t dev) in auclnt_hold_by_devt() function