Home | History | Annotate | Download | only in usb

Lines Matching defs:sc_closing

187 	bool			sc_closing;	/* software is closing */
295 sc->sc_closing = false;
569 if (state == UCOM_OPENING || sc->sc_closing) {
705 * We set sc_closing to block new opens until ucomclose runs.
735 sc->sc_closing = true;
754 * point, but they will block until sc_closing is set to false.
811 KASSERT(sc->sc_closing);
813 sc->sc_closing = false;
1317 !sc->sc_closing) {
1450 sc->sc_closing) {
1452 status, sc->sc_closing, 0, 0);
1534 * sc_closing is cleared.