Searched refs:xpt_sim (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/cam/
H A Dcam_xpt.c863 struct cam_sim *xpt_sim; local
893 xpt_sim = cam_sim_alloc(xptaction,
902 if (xpt_sim == NULL)
906 if ((status = xpt_bus_register(xpt_sim, NULL, 0)) != CAM_SUCCESS) {
928 path, NULL, 0, xpt_sim);
976 struct cam_sim *xpt_sim; local
983 xpt_sim = (struct cam_sim *)arg;
984 xpt_sim->softc = periph;

Completed in 318 milliseconds