Home
last modified time | relevance | path

Searched refs:bus_path (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/cam/
H A Dcam_xpt.c4154 struct cam_path bus_path; in xpt_bus_deregister() local
4157 status = xpt_compile_path(&bus_path, NULL, pathid, in xpt_bus_deregister()
4162 xpt_async(AC_LOST_DEVICE, &bus_path, NULL); in xpt_bus_deregister()
4163 xpt_async(AC_PATH_DEREGISTERED, &bus_path, NULL); in xpt_bus_deregister()
4166 xpt_release_bus(bus_path.bus); in xpt_bus_deregister()
4167 xpt_release_path(&bus_path); in xpt_bus_deregister()