Home
last modified time | relevance | path

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

/src/sys/cam/ !
H A Dcam_xpt.h113 device_t xpt_path_sim_device(const struct cam_path *path);
H A Dcam_xpt.c5500 xpt_path_sim_device(const struct cam_path *path) in xpt_path_sim_device() function
/src/sys/dev/sdio/ !
H A Dsdiob.c920 pdev = xpt_path_sim_device(sc->periph->path); in sdio_newbus_sim_add()
1024 if (xpt_path_sim_device(periph->path) == NULL) { in sdiobregister()
/src/sys/cam/mmc/ !
H A Dmmc_xpt.c418 KASSERT(xpt_path_sim_device(ccb->ccb_h.path) != NULL, in mmccam_start_discovery()