Searched refs:dst_ccb (Results 1 – 2 of 2) sorted by relevance
85 void xpt_merge_ccb(union ccb *dst_ccb,
3393 xpt_merge_ccb(union ccb *dst_ccb, union ccb *src_ccb) in xpt_merge_ccb() argument3400 dst_ccb->ccb_h.retry_count = src_ccb->ccb_h.retry_count; in xpt_merge_ccb()3401 dst_ccb->ccb_h.func_code = src_ccb->ccb_h.func_code; in xpt_merge_ccb()3402 dst_ccb->ccb_h.timeout = src_ccb->ccb_h.timeout; in xpt_merge_ccb()3403 dst_ccb->ccb_h.flags = src_ccb->ccb_h.flags; in xpt_merge_ccb()3404 bcopy(&(&src_ccb->ccb_h)[1], &(&dst_ccb->ccb_h)[1], in xpt_merge_ccb()