Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/
H A Dcam_xpt.c697 static struct cam_sim cam_dead_sim; variable
1459 SLIST_INIT(&cam_dead_sim.ccb_freeq); in xpt_init()
1464 cam_dead_sim.sim_name = "dead_sim"; in xpt_init()
1465 cam_dead_sim.lock = &cam_dead_lock; in xpt_init()
3034 if (sim == &cam_dead_sim) { in xpt_action()
4265 } else if (sim == &cam_dead_sim) { in xpt_release_ccb()
4455 bus_path.bus->sim = &cam_dead_sim; in xpt_bus_deregister()
4458 device->sim = &cam_dead_sim; in xpt_bus_deregister()
4460 periph->sim = &cam_dead_sim; in xpt_bus_deregister()
4473 CAM_SIM_LOCK(&cam_dead_sim); in xpt_bus_deregister()
[all …]