Searched refs:audio_cdevsw (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/rump/dev/lib/libaudio/
H A Daudio_component.c44 extern const struct cdevsw audio_cdevsw;
49 &audio_cdevsw, &audio_cmajor)) != 0)
71 devsw_detach(NULL, &audio_cdevsw);
/netbsd-current/sys/dev/audio/
H A Daudio.c781 const struct cdevsw audio_cdevsw = { variable in typeref:struct:cdevsw
1403 maj = cdevsw_lookup_major(&audio_cdevsw);
9457 &audio_cdevsw, &audio_cmajor);
9464 devsw_detach(NULL, &audio_cdevsw);
9473 devsw_detach(NULL, &audio_cdevsw);

Completed in 284 milliseconds