Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt.h86 union ccb *src_ccb);
H A Dcam_xpt.c3399 xpt_merge_ccb(union ccb *dst_ccb, union ccb *src_ccb) in xpt_merge_ccb() argument
3406 dst_ccb->ccb_h.retry_count = src_ccb->ccb_h.retry_count; in xpt_merge_ccb()
3407 dst_ccb->ccb_h.func_code = src_ccb->ccb_h.func_code; in xpt_merge_ccb()
3408 dst_ccb->ccb_h.timeout = src_ccb->ccb_h.timeout; in xpt_merge_ccb()
3409 dst_ccb->ccb_h.flags = src_ccb->ccb_h.flags; in xpt_merge_ccb()
3410 bcopy(&(&src_ccb->ccb_h)[1], &(&dst_ccb->ccb_h)[1], in xpt_merge_ccb()