Searched refs:bus_path (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/dev/vmware/pvscsi/ |
| HD | pvscsi.c | 193 struct cam_path *bus_path; member 1555 if (sc->bus_path) { in pvscsi_free_all() 1556 xpt_free_path(sc->bus_path); in pvscsi_free_all() 1743 if (xpt_create_path(&sc->bus_path, NULL, cam_sim_path(sc->sim), in pvscsi_attach()
|
| /freebsd-13-stable/sys/cam/ |
| HD | cam_xpt.c | 4069 struct cam_path bus_path; in xpt_bus_deregister() local 4072 status = xpt_compile_path(&bus_path, NULL, pathid, in xpt_bus_deregister() 4077 xpt_async(AC_LOST_DEVICE, &bus_path, NULL); in xpt_bus_deregister() 4078 xpt_async(AC_PATH_DEREGISTERED, &bus_path, NULL); in xpt_bus_deregister() 4081 xpt_release_bus(bus_path.bus); in xpt_bus_deregister() 4082 xpt_release_path(&bus_path); in xpt_bus_deregister()
|