Searched refs:xpt_sim (Results 1 – 1 of 1) sorted by relevance
880 struct cam_sim *xpt_sim; in xpt_init() local912 xpt_sim = cam_sim_alloc(xptaction, in xpt_init()921 if (xpt_sim == NULL) in xpt_init()924 if ((error = xpt_bus_register(xpt_sim, NULL, 0)) != CAM_SUCCESS) { in xpt_init()946 path, NULL, 0, xpt_sim); in xpt_init()989 struct cam_sim *xpt_sim; in xptregister() local996 xpt_sim = (struct cam_sim *)arg; in xptregister()997 xpt_sim->softc = periph; in xptregister()