Searched refs:ccb_1 (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_cam.c1832 union ccb *ccb_1; local
1837 if ((ccb_1 = xpt_alloc_ccb()) == NULL) {
1845 xpt_free_ccb(ccb_1);
1849 if (xpt_create_path(&ccb_1->ccb_h.path, xpt_periph, cam_sim_path(sc->sim_1),
1852 xpt_free_ccb(ccb_1);
1858 xpt_rescan(ccb_1);

Completed in 93 milliseconds