Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/
H A Dcam_sim.c84 sim->sim_dev = NULL; /* set only by cam_sim_alloc_dev */ in cam_sim_alloc()
112 sim->sim_dev = dev; in cam_sim_alloc_dev()
H A Dcam_sim.h109 device_t sim_dev; /* For attached peripherals. */ member
/freebsd-13.1/sys/dev/sdio/
H A Dsdiob.c926 KASSERT(sc->periph->sim->sim_dev != NULL, ("%s: sim_dev is NULL, sc %p " in sdio_newbus_sim_add()
930 sc->dev = BUS_ADD_CHILD(sc->periph->sim->sim_dev, 0, in sdio_newbus_sim_add()
1035 if (periph->sim == NULL || periph->sim->sim_dev == NULL) { in sdiobregister()
1037 (periph->sim != NULL) ? periph->sim->sim_dev : NULL); in sdiobregister()
/freebsd-13.1/sys/dev/aacraid/
H A Daacraid_var.h136 device_t sim_dev; member
H A Daacraid.c754 error = device_delete_child(dev, sim->sim_dev); in aacraid_detach()
3626 sim->sim_dev = child; in aac_container_bus()
3744 caminf->sim_dev = child; in aac_get_bus_info()
/freebsd-13.1/sys/dev/aac/
H A Daacvar.h124 device_t sim_dev; member
H A Daac.c699 error = device_delete_child(dev, sim->sim_dev); in aac_detach()
3804 caminf->sim_dev = child; in aac_get_bus_info()
/freebsd-13.1/sys/cam/mmc/
H A Dmmc_xpt.c408 KASSERT(sim->sim_dev != NULL, ("mmccam_start_discovery(%s): sim_dev is not initialized," in mmccam_start_discovery()