Searched refs:scan_ccb (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/tws/
H A Dtws.h265 union ccb *scan_ccb; /* pointer to a ccb */ member in struct:tws_softc
H A Dtws.c416 xpt_free_ccb(sc->scan_ccb);
601 sc->scan_ccb = xpt_alloc_ccb();
/freebsd-13-stable/sys/cam/
H A Dcam_periph.c1829 union ccb *orig_ccb, *scan_ccb; local
2033 scan_ccb = xpt_alloc_ccb_nowait();
2034 if (scan_ccb != NULL) {
2035 scan_ccb->ccb_h.path = newpath;
2036 scan_ccb->ccb_h.func_code = XPT_SCAN_TGT;
2037 scan_ccb->crcn.flags = 0;
2038 xpt_rescan(scan_ccb);
H A Dcam_xpt.c4079 union ccb *scan_ccb; local
4082 scan_ccb = xpt_alloc_ccb_nowait();
4083 if (scan_ccb != NULL) {
4084 scan_ccb->ccb_h.path = path;
4085 scan_ccb->ccb_h.func_code = XPT_SCAN_BUS;
4086 scan_ccb->crcn.flags = 0;
4087 xpt_rescan(scan_ccb);

Completed in 113 milliseconds