Searched refs:slave_ccb (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/cam/
H A Dcam_xpt.h81 union ccb *slave_ccb);
H A Dcam_xpt.c3346 xpt_merge_ccb(union ccb *master_ccb, union ccb *slave_ccb) argument
3353 master_ccb->ccb_h.retry_count = slave_ccb->ccb_h.retry_count;
3354 master_ccb->ccb_h.func_code = slave_ccb->ccb_h.func_code;
3355 master_ccb->ccb_h.timeout = slave_ccb->ccb_h.timeout;
3356 master_ccb->ccb_h.flags = slave_ccb->ccb_h.flags;
3357 bcopy(&(&slave_ccb->ccb_h)[1], &(&master_ccb->ccb_h)[1],

Completed in 65 milliseconds