Searched refs:bus_path (Results 1 – 1 of 1) sorted by relevance
4009 struct cam_path bus_path; in xpt_bus_deregister() local4012 status = xpt_compile_path(&bus_path, NULL, pathid, in xpt_bus_deregister()4017 xpt_async(AC_LOST_DEVICE, &bus_path, NULL); in xpt_bus_deregister()4018 xpt_async(AC_PATH_DEREGISTERED, &bus_path, NULL); in xpt_bus_deregister()4021 xpt_release_bus(bus_path.bus); in xpt_bus_deregister()4022 xpt_release_path(&bus_path); in xpt_bus_deregister()