Searched refs:bus_path (Results 1 – 1 of 1) sorted by relevance
4137 struct cam_path bus_path; in xpt_bus_deregister() local4140 status = xpt_compile_path(&bus_path, NULL, pathid, in xpt_bus_deregister()4145 xpt_async(AC_LOST_DEVICE, &bus_path, NULL); in xpt_bus_deregister()4146 xpt_async(AC_PATH_DEREGISTERED, &bus_path, NULL); in xpt_bus_deregister()4149 xpt_release_bus(bus_path.bus); in xpt_bus_deregister()4150 xpt_release_path(&bus_path); in xpt_bus_deregister()