diff options
author | Warner Losh <imp@FreeBSD.org> | 2020-06-20 04:07:23 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2020-06-20 04:07:23 +0000 |
commit | f66ca1b1ebe2aea2babbe7b1ba25d47373363e1b (patch) | |
tree | 72866ab0c8bf59e5f51e45010d243e7170287f39 /sys/cam/cam_xpt.h | |
parent | 972670e1329fbfeaf97276455de4de90fd3304e4 (diff) | |
download | src-f66ca1b1ebe2aea2babbe7b1ba25d47373363e1b.tar.gz src-f66ca1b1ebe2aea2babbe7b1ba25d47373363e1b.zip |
Notes
Diffstat (limited to 'sys/cam/cam_xpt.h')
-rw-r--r-- | sys/cam/cam_xpt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/cam_xpt.h b/sys/cam/cam_xpt.h index 250db1ea7448..4fc1d7231918 100644 --- a/sys/cam/cam_xpt.h +++ b/sys/cam/cam_xpt.h @@ -86,8 +86,8 @@ void xpt_setup_ccb_flags(struct ccb_hdr *ccb_h, void xpt_setup_ccb(struct ccb_hdr *ccb_h, struct cam_path *path, u_int32_t priority); -void xpt_merge_ccb(union ccb *master_ccb, - union ccb *slave_ccb); +void xpt_merge_ccb(union ccb *dst_ccb, + union ccb *src_ccb); cam_status xpt_create_path(struct cam_path **new_path_ptr, struct cam_periph *perph, path_id_t path_id, |