Lines Matching defs:sc_closing
109 char sc_closing;
249 sc->sc_closing = sc->sc_dying = 1;
254 tsleep(&sc->sc_closing, PWAIT, "usircl", 0);
361 sc->sc_closing = 0;
413 sc->sc_closing = 1;
418 tsleep(&sc->sc_closing, PWAIT, "usircl", 0);
819 while (!sc->sc_closing) {
823 if (!sc->sc_closing) {
841 wakeup(&sc->sc_closing);
964 if (status == USBD_CANCELLED || sc->sc_closing) /* this is normal */