Lines Matching refs:cd_offset
2711 ninput->cd_offset = input->cd_offset; in dca_dupcrypto()
2818 off += data->cd_offset; in dca_getbufbytes()
3048 off_t off = in->cd_offset; in dca_gather()
3065 bcopy(in->cd_raw.iov_base + in->cd_offset, dest, count); in dca_gather()
3066 in->cd_offset += count; in dca_gather()
3103 in->cd_offset += cur_len; in dca_gather()
3149 in->cd_offset += cur_len; in dca_gather()
3184 off_t off = in->cd_offset; in dca_resid_gather()
3216 bcopy(in->cd_raw.iov_base + in->cd_offset, dest, count); in dca_resid_gather()
3217 in->cd_offset += count; in dca_resid_gather()
3248 in->cd_offset += cur_len; in dca_resid_gather()
3287 in->cd_offset += cur_len; in dca_resid_gather()
3320 off_t offset = out->cd_offset + out->cd_length; in dca_scatter()
3599 return (data->cd_raw.iov_base + data->cd_offset); in dca_bufdaddr()
3601 return (data->cd_uio->uio_iov[0].iov_base + data->cd_offset); in dca_bufdaddr()
3603 return ((char *)data->cd_mp->b_rptr + data->cd_offset); in dca_bufdaddr()
3614 size_t offset = data->cd_offset + data->cd_length; in dca_bufdaddr_out()