HomeSort by relevance Sort by last modified time
    Searched refs:iov_base (Results 201 - 225 of 435) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/hostsidetests/security/securityPatch/Bug-35644510/
poc.c 188 io.iov_base = malloc(4096);
189 memset(io.iov_base, 0, 4096);
199 memset(io.iov_base, 0, 128);
200 hdr = io.iov_base;
207 ptr = io.iov_base + sizeof(*hdr);
  /cts/hostsidetests/security/securityPatch/CVE-2017-9680/
poc.c 183 io.iov_base = malloc(4096);
184 memset(io.iov_base, 0, 4096);
194 memset(io.iov_base, 0, 128);
195 hdr = io.iov_base;
202 ptr = io.iov_base + sizeof(*hdr);
  /external/fio/engines/
splice.c 118 iov.iov_base = p;
130 iov.iov_base = p;
146 iov.iov_base += ret;
171 .iov_base = io_u->xfer_buf,
188 iov.iov_base += ret;
  /external/ltp/utils/sctp/func_tests/
test_connect.c 138 iov.iov_base = big_buffer;
150 sac = (struct sctp_assoc_change *)iov.iov_base;
159 sac = (struct sctp_assoc_change *)iov.iov_base;
174 sac = (struct sctp_assoc_change *)iov.iov_base;
184 sac = (struct sctp_assoc_change *)iov.iov_base;
test_recvmsg.c 108 outmessage.msg_iov->iov_base = msg_buf;
115 iov.iov_base = big_buffer;
  /system/core/liblog/
logd_writer.c 180 newVec[0].iov_base = (unsigned char*)&header;
194 newVec[headerLength].iov_base = &buffer;
214 newVec[headerLength].iov_base = &buffer;
227 newVec[i].iov_base = vec[i - headerLength].iov_base;
  /system/core/libsysutils/src/
SocketClient.cpp 112 vec[0].iov_base = (void *) buf;
114 vec[1].iov_base = (void *) data;
172 vec[0].iov_base = (void *) data;
223 iov[current].iov_base = (char *)iov[current].iov_base + written;
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 134 iov[0].iov_base = msg;
197 iov[0].iov_base = msg;
264 iov[0].iov_base = msg;
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 135 iov[0].iov_base = msg;
198 iov[0].iov_base = msg;
265 iov[0].iov_base = msg;
  /external/ltp/testcases/kernel/io/direct_io/
diotest6.c 104 iov_r[i].iov_base = valloc(bufsize);
105 if (!iov_r[i].iov_base) {
112 iov_w[i].iov_base = valloc(bufsize);
113 if (!iov_r[i].iov_base) {
163 free(iov_r[i].iov_base);
165 free(iov_w[i].iov_base);
  /external/ltp/testcases/kernel/syscalls/cma/
process_vm01.c 193 sane_params->lvec->iov_base = sane_params->ldummy;
198 sane_params->rvec->iov_base = sane_params->rdummy;
278 tst_resm(TINFO, "test_iov_invalid - lvec->iov_base");
279 params_copy.lvec->iov_base = (void *)-1;
285 tst_resm(TINFO, "test_iov_invalid - rvec->iov_base");
286 params_copy.rvec->iov_base = (void *)-1;
386 params_copy.lvec->iov_base = p;
393 params_copy.rvec->iov_base = p;
process_vm_readv02.c 135 local.iov_base = lp;
137 remote.iov_base = rp;
  /external/android-clat/
ipv4.c 59 struct ip6_hdr *ip6_targ = (struct ip6_hdr *) out[pos].iov_base;
118 frag_hdr = (struct ip6_frag *) out[pos + 1].iov_base;
  /external/ltp/testcases/kernel/syscalls/recvmsg/
recvmsg03.c 82 msg.msg_iov->iov_base = send_buf;
118 msg.msg_iov->iov_base = recv_buf;
  /external/ltp/testcases/kernel/syscalls/vmsplice/
vmsplice01.c 103 v.iov_base = buffer;
128 v.iov_base += written;
  /external/ltp/testcases/kernel/syscalls/writev/
writev06.c 202 wr_iovec[0].iov_base = good_addr[0] + page_size - 1;
203 wr_iovec[1].iov_base = good_addr[1] + page_size - 1;
writev07.c 113 if (memcmp(tmp, wr_iovec[0].iov_base, TEST_RETURN) == 0) {
117 tst_res_hexd(TFAIL, wr_iovec[0].iov_base, TEST_RETURN,
  /external/ltp/utils/sctp/lib/
sendmsg.c 45 iov.iov_base = (void *)msg;
84 iov.iov_base = (void *)msg;
  /external/openssh/
atomicio.c 154 iov[0].iov_base = ((char *)iov[0].iov_base) + rem;
  /external/strace/tests/
netlink_inet_diag.c 61 .iov_base = &req,
87 .iov_base = hdr_buf.buf,
netlink_unix_diag.c 65 .iov_base = &req,
91 .iov_base = hdr_buf.buf,
  /external/strace/tests-m32/
netlink_inet_diag.c 61 .iov_base = &req,
87 .iov_base = hdr_buf.buf,
netlink_unix_diag.c 65 .iov_base = &req,
91 .iov_base = hdr_buf.buf,
  /external/strace/tests-mx32/
netlink_inet_diag.c 61 .iov_base = &req,
87 .iov_base = hdr_buf.buf,
netlink_unix_diag.c 65 .iov_base = &req,
91 .iov_base = hdr_buf.buf,

Completed in 855 milliseconds

1 2 3 4 5 6 7 891011>>