Searched refs:sc_ropens (Results 1 – 2 of 2) sorted by relevance
171 int sc_ropens; member
2349 flags, sc->sc_popens, sc->sc_ropens); in audio_open()2379 if (sc->sc_ropens != 0) { in audio_open()2440 if (sc->sc_popens + sc->sc_ropens == 0) { in audio_open()2538 if (af->rtrack && sc->sc_ropens == 0) { in audio_open()2579 sc->sc_ropens++; in audio_open()2611 sc->sc_ropens--; in audio_open()2708 sc->sc_popens, sc->sc_ropens); in audio_unlink()2711 sc->sc_popens, sc->sc_ropens); in audio_unlink()2745 KASSERT(sc->sc_ropens > 0); in audio_unlink()2746 sc->sc_ropens--; in audio_unlink()[all …]