Home
last modified time | relevance | path

Searched refs:xpt_sim (Results 1 – 1 of 1) sorted by relevance

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