Searched refs:ccb_len (Results 1 – 1 of 1) sorted by relevance
654 size_t ccb_len; in targusermerge() local669 ccb_len = targccblen(k_ccbh->func_code) - sizeof(struct ccb_hdr); in targusermerge()670 error = copyin(u_ccbh + 1, k_ccbh + 1, ccb_len); in targusermerge()903 size_t ccb_len; in targreturnccb() local920 ccb_len = targccblen(ccb->ccb_h.func_code) - sizeof(struct ccb_hdr); in targreturnccb()929 error = copyout(&ccb->ccb_h + 1, u_ccbh + 1, ccb_len); in targreturnccb()945 int ccb_len; in targgetccb() local947 ccb_len = targccblen(type); in targgetccb()948 ccb = malloc(ccb_len, M_TARG, M_NOWAIT | M_ZERO); in targgetccb()