Home | History | Annotate | Download | only in util

Lines Matching refs:iov_base

37             memcpy(iov[i].iov_base + offset, buf + done, len);
56 memcpy(buf + done, iov[i].iov_base + offset, len);
75 memset(iov[i].iov_base + offset, fillc, len);
121 ? send(sockfd, iov[i].iov_base, iov[i].iov_len, 0)
122 : recv(sockfd, iov[i].iov_base, iov[i].iov_len, 0);
168 iov[0].iov_base += offset;
191 iov[0].iov_base -= offset;
249 dst_iov[j].iov_base = iov[i].iov_base + offset;
289 qiov->iov[qiov->niov].iov_base = base;
319 qemu_iovec_add(dst, src_iov[i].iov_base + soffset, len);
389 cur->iov_base += bytes;