Searched refs:src_ccb (Results 1 – 2 of 2) sorted by relevance
86 union ccb *src_ccb);
3416 xpt_merge_ccb(union ccb *dst_ccb, union ccb *src_ccb) in xpt_merge_ccb() argument3423 dst_ccb->ccb_h.retry_count = src_ccb->ccb_h.retry_count; in xpt_merge_ccb()3424 dst_ccb->ccb_h.func_code = src_ccb->ccb_h.func_code; in xpt_merge_ccb()3425 dst_ccb->ccb_h.timeout = src_ccb->ccb_h.timeout; in xpt_merge_ccb()3426 dst_ccb->ccb_h.flags = src_ccb->ccb_h.flags; in xpt_merge_ccb()3427 bcopy(&(&src_ccb->ccb_h)[1], &(&dst_ccb->ccb_h)[1], in xpt_merge_ccb()