Searched refs:bus_path (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/dev/vmware/pvscsi/ |
| H A D | pvscsi.c | 193 struct cam_path *bus_path; member 1551 if (sc->bus_path) { in pvscsi_free_all() 1552 xpt_free_path(sc->bus_path); in pvscsi_free_all() 1739 if (xpt_create_path(&sc->bus_path, NULL, cam_sim_path(sc->sim), in pvscsi_attach()
|
| /freebsd-14.2/sys/cam/ |
| H A D | cam_xpt.c | 3988 struct cam_path bus_path; in xpt_bus_deregister() local 3991 status = xpt_compile_path(&bus_path, NULL, pathid, in xpt_bus_deregister() 3996 xpt_async(AC_LOST_DEVICE, &bus_path, NULL); in xpt_bus_deregister() 3997 xpt_async(AC_PATH_DEREGISTERED, &bus_path, NULL); in xpt_bus_deregister() 4000 xpt_release_bus(bus_path.bus); in xpt_bus_deregister() 4001 xpt_release_path(&bus_path); in xpt_bus_deregister()
|