Home
last modified time | relevance | path

Searched refs:scan_ccb (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/raid/tws/
H A Dtws.h259 union ccb *scan_ccb; /* pointer to a ccb */ member
H A Dtws.c400 xpt_free_ccb(&sc->scan_ccb->ccb_h); in tws_detach()
539 sc->scan_ccb = xpt_alloc_ccb(); in tws_init()
H A Dtws_cam.c228 ccb = sc->scan_ccb; in tws_bus_scan()