HomeSort by: relevance | last modified time | path
    Searched refs:audio_cdevsw (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/dev/lib/libaudio/
audio_component.c 44 extern const struct cdevsw audio_cdevsw;
49 &audio_cdevsw, &audio_cmajor)) != 0)
71 devsw_detach(NULL, &audio_cdevsw);
  /src/sys/dev/audio/
audio.c 781 const struct cdevsw audio_cdevsw = { variable in typeref:typename:const 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 17 milliseconds