Lines Matching defs:sc_closing
190 bool sc_closing; /* software is closing */
648 sc->sc_closing = false;
967 if (state == UCOM_OPENING || sc->sc_closing) {
1124 * We set sc_closing to block new opens until ucomclose runs.
1154 sc->sc_closing = true;
1173 * point, but they will block until sc_closing is set to false.
1230 KASSERT(sc->sc_closing);
1232 sc->sc_closing = false;
1741 !sc->sc_closing) {
1989 sc->sc_closing) {
1991 status, sc->sc_closing, 0, 0);
2092 * sc_closing is cleared.