Home
last modified time | relevance | path

Searched refs:chan_dthread (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/scsipi/
Dscsiconf.c221 &chan->chan_dthread, "%s-d", chan->chan_name)) { in scsibusattach()
234 sc->sc_channel->chan_dthread = NULL; in scsibus_discover_thread()
290 while (chan->chan_dthread != NULL) in scsibusdetach()
Dscsipiconf.h292 struct lwp *chan_dthread; /* discovery thread */ member