Searched refs:scan_ccb (Results 1 – 4 of 4) sorted by relevance
1888 union ccb *orig_ccb, *scan_ccb; in cam_periph_error() local2096 scan_ccb = xpt_alloc_ccb_nowait(); in cam_periph_error()2097 if (scan_ccb != NULL) { in cam_periph_error()2098 scan_ccb->ccb_h.path = newpath; in cam_periph_error()2099 scan_ccb->ccb_h.func_code = XPT_SCAN_TGT; in cam_periph_error()2100 scan_ccb->crcn.flags = 0; in cam_periph_error()2101 xpt_rescan(scan_ccb); in cam_periph_error()
3964 union ccb *scan_ccb; in xpt_bus_register() local3967 scan_ccb = xpt_alloc_ccb_nowait(); in xpt_bus_register()3968 if (scan_ccb != NULL) { in xpt_bus_register()3969 scan_ccb->ccb_h.path = path; in xpt_bus_register()3970 scan_ccb->ccb_h.func_code = XPT_SCAN_BUS; in xpt_bus_register()3971 scan_ccb->crcn.flags = 0; in xpt_bus_register()3972 xpt_rescan(scan_ccb); in xpt_bus_register()
263 union ccb *scan_ccb; /* pointer to a ccb */ member
414 xpt_free_ccb(sc->scan_ccb); in tws_detach()598 sc->scan_ccb = xpt_alloc_ccb(); in tws_init()