Home | History | Annotate | Download | only in usb

Lines Matching refs:sc_closing

187 	bool			sc_closing;	/* software is closing */
295 sc->sc_closing = false;
569 if (state == UCOM_OPENING || sc->sc_closing) {
712 * We set sc_closing to block new opens until ucomclose runs.
742 sc->sc_closing = true;
761 * point, but they will block until sc_closing is set to false.
818 KASSERT(sc->sc_closing);
820 sc->sc_closing = false;
1324 !sc->sc_closing) {
1469 sc->sc_closing) {
1471 status, sc->sc_closing, 0, 0);
1550 * sc_closing is cleared.