Searched refs:src_ccb (Results 1 – 2 of 2) sorted by relevance
86 union ccb *src_ccb);
3422 xpt_merge_ccb(union ccb *dst_ccb, union ccb *src_ccb) in xpt_merge_ccb() argument3429 dst_ccb->ccb_h.retry_count = src_ccb->ccb_h.retry_count; in xpt_merge_ccb()3430 dst_ccb->ccb_h.func_code = src_ccb->ccb_h.func_code; in xpt_merge_ccb()3431 dst_ccb->ccb_h.timeout = src_ccb->ccb_h.timeout; in xpt_merge_ccb()3432 dst_ccb->ccb_h.flags = src_ccb->ccb_h.flags; in xpt_merge_ccb()3433 bcopy(&(&src_ccb->ccb_h)[1], &(&dst_ccb->ccb_h)[1], in xpt_merge_ccb()