Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt.c892 struct cam_sim *xpt_sim; in xpt_init() local
927 xpt_sim = cam_sim_alloc(xptaction, in xpt_init()
936 if (xpt_sim == NULL) in xpt_init()
939 if ((error = xpt_bus_register(xpt_sim, NULL, 0)) != CAM_SUCCESS) { in xpt_init()
961 path, NULL, 0, xpt_sim); in xpt_init()
1004 struct cam_sim *xpt_sim; in xptregister() local
1011 xpt_sim = (struct cam_sim *)arg; in xptregister()
1012 xpt_sim->softc = periph; in xptregister()