Lines Matching refs:sc_thread
117 struct lwp *sc_thread; member
334 wakeup(&sc->sc_thread); in ustir_detach()
336 while (sc->sc_thread != NULL) in ustir_detach()
536 error = tsleep(&sc->sc_thread, PWAIT, in ustir_thread()
552 sc->sc_thread = NULL; in ustir_thread()
621 wakeup(&sc->sc_thread); in ustir_rd_cb()
753 &sc->sc_thread, "%s", device_xname(sc->sc_dev)); in ustir_open()
791 wakeup(&sc->sc_thread); in ustir_close()
793 while (sc->sc_thread != NULL) in ustir_close()
856 wakeup(&sc->sc_thread); in ustir_read()
891 wakeup(&sc->sc_thread); in ustir_read()
941 wakeup(&sc->sc_thread); in ustir_write()