Home
last modified time | relevance | path

Searched refs:sc_lwp (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/bluetooth/
H A Dbthidev.c92 lwp_t *sc_lwp; /* input queue processor */ member
300 sc, &sc->sc_lwp, "%s", device_xname(self)) != 0) { in bthidev_attach()
395 if (sc->sc_lwp != NULL) { in bthidev_detach()
400 kthread_join(sc->sc_lwp); in bthidev_detach()
401 sc->sc_lwp = NULL; in bthidev_detach()
/netbsd-src/sys/dev/pci/
H A Darcmsrvar.h436 struct lwp *sc_lwp; member
H A Darcmsr.c277 arc_create_sensors, sc, &sc->sc_lwp, "arcmsr_sensors") != 0) in arc_attach()
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm2835_vcaudio.c107 lwp_t *sc_lwp; member
219 sc, &sc->sc_lwp, "vcaudio"); in vcaudio_attach()
/netbsd-src/sys/dev/ieee1394/
H A Dsbp.c331 struct lwp *sc_lwp; member
763 if (!sc->sc_lwp) in sbp_alloc_lun()
767 &sc->sc_lwp, in sbp_alloc_lun()
1149 sc->sc_lwp = NULL; in sbp_scsipi_scan_target()