Lines Matching refs:sc_thread
87 struct lwp *sc_thread; member
251 wakeup(&sc->sc_thread); in udsir_detach()
253 while (sc->sc_thread != NULL) in udsir_detach()
378 &sc->sc_thread, "%s", device_xname(sc->sc_dev)); in udsir_open()
415 wakeup(&sc->sc_thread); in udsir_close()
417 while (sc->sc_thread != NULL) in udsir_close()
478 wakeup(&sc->sc_thread); in udsir_read()
513 wakeup(&sc->sc_thread); in udsir_read()
563 wakeup(&sc->sc_thread); in udsir_write()
824 error = tsleep(&sc->sc_thread, PWAIT, "udsir", hz / 10); in udsir_thread()
839 sc->sc_thread = NULL; in udsir_thread()
1010 wakeup(&sc->sc_thread); in udsir_rd_cb()