Home
last modified time | relevance | path

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

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