HomeSort by: relevance | last modified time | path
    Searched defs:has_indep (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/audio/
audio.c 930 bool has_indep; local in function:audioattach
954 has_indep = (sc->sc_props & AUDIO_PROP_INDEPENDENT);
1001 KASSERT(!has_indep);
1020 if (has_indep)
1032 if (has_indep) {

Completed in 52 milliseconds