Searched refs:bus_path (Results 1 – 1 of 1) sorted by relevance
3923 struct cam_path bus_path; in xpt_bus_deregister() local3926 status = xpt_compile_path(&bus_path, NULL, pathid, in xpt_bus_deregister()3931 xpt_async(AC_LOST_DEVICE, &bus_path, NULL); in xpt_bus_deregister()3932 xpt_async(AC_PATH_DEREGISTERED, &bus_path, NULL); in xpt_bus_deregister()3935 xpt_release_bus(bus_path.bus); in xpt_bus_deregister()3936 xpt_release_path(&bus_path); in xpt_bus_deregister()