xpt_path_mtx
mtx = xpt_path_mtx(scan_info->request_ccb->ccb_h.path);
mtx = xpt_path_mtx(scan_info->request_ccb->ccb_h.path);
return (xpt_path_mtx(periph->path));
mtx_owned(xpt_path_mtx((periph)->path))
mtx_lock(xpt_path_mtx((periph)->path))
mtx_unlock(xpt_path_mtx((periph)->path))
mtx_assert(xpt_path_mtx((periph)->path), (what))
mtx = xpt_path_mtx(ccb_h->path);
mtx = xpt_path_mtx(ccb_h->path);
mtx = xpt_path_mtx(ccb->ccb_h.path);
struct mtx * xpt_path_mtx(struct cam_path *path);
#define xpt_path_lock(path) mtx_lock(xpt_path_mtx(path))
#define xpt_path_unlock(path) mtx_unlock(xpt_path_mtx(path))
#define xpt_path_assert(path, what) mtx_assert(xpt_path_mtx(path), (what))
#define xpt_path_owned(path) mtx_owned(xpt_path_mtx(path))
msleep((chan), xpt_path_mtx(path), (priority), (wmesg), (timo))
mtx = xpt_path_mtx(scan_info->request_ccb->ccb_h.path);
mtx = xpt_path_mtx(scan_info->request_ccb->ccb_h.path);