Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmware/pvscsi/
H A Dpvscsi.c192 struct cam_path *bus_path; member
1554 if (sc->bus_path) { in pvscsi_free_all()
1555 xpt_free_path(sc->bus_path); in pvscsi_free_all()
1742 if (xpt_create_path(&sc->bus_path, NULL, cam_sim_path(sc->sim), in pvscsi_attach()
/freebsd/sys/cam/
H A Dcam_xpt.c3984 struct cam_path bus_path; in xpt_bus_deregister() local
3987 status = xpt_compile_path(&bus_path, NULL, pathid, in xpt_bus_deregister()
3992 xpt_async(AC_LOST_DEVICE, &bus_path, NULL); in xpt_bus_deregister()
3993 xpt_async(AC_PATH_DEREGISTERED, &bus_path, NULL); in xpt_bus_deregister()
3996 xpt_release_bus(bus_path.bus); in xpt_bus_deregister()
3997 xpt_release_path(&bus_path); in xpt_bus_deregister()