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.c3394 xpt_merge_ccb(union ccb *dst_ccb, union ccb *src_ccb) in xpt_merge_ccb() argument
3401 dst_ccb->ccb_h.retry_count = src_ccb->ccb_h.retry_count; in xpt_merge_ccb()
3402 dst_ccb->ccb_h.func_code = src_ccb->ccb_h.func_code; in xpt_merge_ccb()
3403 dst_ccb->ccb_h.timeout = src_ccb->ccb_h.timeout; in xpt_merge_ccb()
3404 dst_ccb->ccb_h.flags = src_ccb->ccb_h.flags; in xpt_merge_ccb()
3405 bcopy(&(&src_ccb->ccb_h)[1], &(&dst_ccb->ccb_h)[1], in xpt_merge_ccb()