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

<<1112131415161718

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fvwrite.c 91 p = iov->iov_base;
97 p = iov->iov_base; \
  /external/compiler-rt/test/asan/TestCases/Linux/
ptrace.cc 94 regset_io.iov_base = pregs;
110 regset_io.iov_base = &fpregs;
  /external/libnl/lib/
nl.c 424 .iov_base = (void *) nlmsg_hdr(msg),
651 iov.iov_base = malloc(iov.iov_len);
653 if (!iov.iov_base) {
700 tmp = realloc(iov.iov_base, iov.iov_len);
705 iov.iov_base = tmp;
744 free(iov.iov_base);
745 iov.iov_base = NULL;
749 *buf = iov.iov_base;
  /external/ltp/testcases/kernel/syscalls/cma/
process_vm_writev02.c 171 local.iov_base = lp + PADDING_SIZE;
173 remote.iov_base = rp;
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_events.c 130 outmessage.msg_iov->iov_base = message;
144 iov.iov_base = big_buffer;
test_1_to_1_threads.c 77 iov.iov_base = buffer;
114 outmessage.msg_iov->iov_base = message;
test_autoclose.c 114 outmessage.msg_iov->iov_base = message;
122 iov.iov_base = big_buffer;
test_peeloff.c 149 outmessage.msg_iov->iov_base = message;
158 iov.iov_base = big_buffer;
172 sac = (struct sctp_assoc_change *)iov.iov_base;
186 sac = (struct sctp_assoc_change *)iov.iov_base;
  /external/openssh/
monitor_fdpass.c 83 vec.iov_base = &ch;
131 vec.iov_base = &ch;
  /external/strace/tests/
qual_fault.c 59 .iov_base = buf,
65 rc = write(exp_fd, io.iov_base, io.iov_len);
83 tprintf("writev(%d, [{iov_base=\"%s\", iov_len=%d}], 1)"
96 tprintf("writev(%d, [{iov_base=\"%s\", iov_len=%d}], 1)"
scm_rights.c 49 iov->iov_base = data;
  /external/strace/tests-m32/
qual_fault.c 59 .iov_base = buf,
65 rc = write(exp_fd, io.iov_base, io.iov_len);
83 tprintf("writev(%d, [{iov_base=\"%s\", iov_len=%d}], 1)"
96 tprintf("writev(%d, [{iov_base=\"%s\", iov_len=%d}], 1)"
scm_rights.c 49 iov->iov_base = data;
  /external/strace/tests-mx32/
qual_fault.c 59 .iov_base = buf,
65 rc = write(exp_fd, io.iov_base, io.iov_len);
83 tprintf("writev(%d, [{iov_base=\"%s\", iov_len=%d}], 1)"
96 tprintf("writev(%d, [{iov_base=\"%s\", iov_len=%d}], 1)"
scm_rights.c 49 iov->iov_base = data;
  /external/valgrind/none/tests/
fdleak_cmsg.c 74 iov[0].iov_base = "hello";
98 iov[0].iov_base = buf;
  /external/iproute2/include/
bpf_scm.h 41 msg->iov.iov_base = &msg->aux;
  /external/ltp/testcases/kernel/syscalls/preadv/
preadv01.c 59 vec = rd_iovec[0].iov_base;
  /external/ltp/testcases/kernel/syscalls/recvmsg/
recvmsg02.c 55 .iov_base = buff,
  /external/ltp/testcases/kernel/syscalls/vmsplice/
vmsplice02.c 115 ivc.iov_base = buffer;
  /external/ltp/utils/sctp/testlib/
sctputil.c 122 text = msg->msg_iov[index].iov_base;
143 sn = (union sctp_notification *)msg->msg_iov[0].iov_base;
225 test_check_buf_notification(msg->msg_iov[0].iov_base, datalen,
296 test_check_buf_data(msg->msg_iov[0].iov_base, datalen, msg->msg_flags,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
sg.h 38 void * iov_base; /* Starting address */ member in struct:sg_iovec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h 38 void * iov_base; /* Starting address */ member in struct:sg_iovec
  /system/core/libcutils/
sockets_unix.cpp 89 iovec_buffers[i].iov_base = const_cast<void*>(buffers[i].data);
  /external/dnsmasq/src/
netlink.c 72 iov.iov_base = safe_malloc(iov.iov_len);
170 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))
249 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))

Completed in 1554 milliseconds

<<1112131415161718