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

/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas_cam.c1821 union ccb *ccb_1; local
1826 if ((ccb_1 = xpt_alloc_ccb()) == NULL) {
1834 xpt_free_ccb(ccb_1);
1838 if (xpt_create_path(&ccb_1->ccb_h.path, xpt_periph, cam_sim_path(sc->sim_1),
1841 xpt_free_ccb(ccb_1);
1847 xpt_rescan(ccb_1);

Completed in 60 milliseconds