Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cam/
Dcam_xpt.c4009 struct cam_path bus_path; in xpt_bus_deregister() local
4012 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()