Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/
HDcam_xpt.c1444 struct cam_sim *xpt_sim; in xpt_init() local
1476 xpt_sim = cam_sim_alloc(xptaction, in xpt_init()
1486 if (xpt_sim == NULL) in xpt_init()
1489 xpt_sim->max_ccbs = 16; in xpt_init()
1492 if ((status = xpt_bus_register(xpt_sim, /*bus #*/0)) != CAM_SUCCESS) { in xpt_init()
1514 path, NULL, 0, xpt_sim); in xpt_init()
1546 struct cam_sim *xpt_sim; in xptregister() local
1553 xpt_sim = (struct cam_sim *)arg; in xptregister()
1554 xpt_sim->softc = periph; in xptregister()