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

1 2 3 4 5 67 8 91011>>

  /external/strace/tests-m32/
mmsg-silent.c 43 struct iovec iov = { .iov_base = &buf, .iov_len = sizeof(buf) };
pwritev.c 44 unsigned char *buf = iov->iov_base;
46 fputs("{iov_base=\"", stdout);
95 iov[i].iov_base = &buf[i];
121 iov->iov_base = iov + LEN * 2;
123 printf("pwritev(0, [{iov_base=%p, iov_len=%d}], 1, -1) = %ld %s (%m)\n",
124 iov->iov_base, LEN, rc, errno2name());
  /external/strace/tests-mx32/
mmsg-silent.c 43 struct iovec iov = { .iov_base = &buf, .iov_len = sizeof(buf) };
pwritev.c 44 unsigned char *buf = iov->iov_base;
46 fputs("{iov_base=\"", stdout);
95 iov[i].iov_base = &buf[i];
121 iov->iov_base = iov + LEN * 2;
123 printf("pwritev(0, [{iov_base=%p, iov_len=%d}], 1, -1) = %ld %s (%m)\n",
124 iov->iov_base, LEN, rc, errno2name());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
uio.h 46 void *iov_base; /* Pointer to data. */ member in struct:iovec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
uio.h 46 void *iov_base; /* Pointer to data. */ member in struct:iovec
  /system/core/liblog/
logger_write.c 306 tag = android_lookupEventTag_len(m, &len, get4LE(vec[0].iov_base));
319 const char* tag = vec[0].iov_base;
331 tag = ((const char*)vec[1].iov_base);
461 vec[0].iov_base = (unsigned char*)&prio;
463 vec[1].iov_base = (void*)tag;
465 vec[2].iov_base = (void*)msg;
541 vec[0].iov_base = &tag;
543 vec[1].iov_base = (void*)payload;
554 vec[0].iov_base = &tag;
556 vec[1].iov_base = (void*)payload
    [all...]
pmsg_writer.c 113 if (SNET_EVENT_LOG_TAG != get4LE(vec[0].iov_base)) {
152 newVec[0].iov_base = (unsigned char*)&pmsgHeader;
154 newVec[1].iov_base = (unsigned char*)&header;
158 newVec[i].iov_base = vec[i - headerLength].iov_base;
246 vec[0].iov_base = &prio;
248 vec[1].iov_base = (unsigned char*)tag;
271 vec[2].iov_base = (unsigned char*)buf;
  /art/runtime/base/
safe_copy.cc 34 .iov_base = dst,
56 src_iovs[iovecs_used].iov_base = const_cast<char*>(cur);
  /external/elfutils/backends/
aarch64_initreg.c 61 iovec.iov_base = &gregs;
78 iovec.iov_base = &fregs;
  /external/ltp/testcases/kernel/syscalls/readv/
readv01.c 76 memset(rd_iovec[0].iov_base, 0x00, CHUNK);
83 vec = rd_iovec[0].iov_base;
  /external/valgrind/memcheck/tests/linux/
getregset.c 64 iov.iov_base = buf;
68 assert(iov.iov_base == buf);
  /external/valgrind/memcheck/tests/
sendmsg.c 37 iov[0].iov_base = "one";
39 iov[1].iov_base = "two";
  /system/bt/vendor_libs/linux/interface/
h4_protocol.cc 38 iov[0].iov_base = &type;
40 iov[1].iov_base = (void *)data;
  /system/core/libmemunreachable/
LeakPipe.cpp 34 iov.iov_base = &data;
68 iov.iov_base = &data;
  /external/ltp/testcases/kernel/io/direct_io/
diotest_routines.c 70 fillbuf(iv->iov_base, iv->iov_len, (char)value);
98 if (bufcmp(iv1->iov_base, iv2->iov_base, iv1->iov_len) < 0) {
100 i, (char *)iv1->iov_base,
101 (char *)iv2->iov_base);
  /external/ltp/testcases/kernel/fs/ftest/
ftest04.c 253 if ((r_iovec[i].iov_base = malloc(r_ioveclen)) == NULL) {
265 if ((val0_iovec[i].iov_base = malloc(w_ioveclen)) == NULL) {
275 if ((val_iovec[i].iov_base = malloc(w_ioveclen)) == NULL) {
276 tst_brkm(TBROK, NULL, "\tmalloc failed(iov_base)");
317 memset(val0_iovec[i].iov_base, val0,
319 memset(val_iovec[i].iov_base, val,
358 (r_iovec[i].iov_base,
359 val0_iovec[i].iov_base,
387 (r_iovec[i].iov_base,
388 val_iovec[i].iov_base,
    [all...]
ftest08.c 258 if ((r_iovec[i].iov_base = malloc(r_ioveclen)) == NULL) {
259 tst_brkm(TBROK, NULL, "\tmalloc failed(iov_base)");
270 if ((val0_iovec[i].iov_base = malloc(w_ioveclen)) == NULL) {
280 if ((val_iovec[i].iov_base = malloc(w_ioveclen)) == NULL) {
281 tst_brkm(TBROK, NULL, "\tmalloc failed(iov_base)");
322 memset(val0_iovec[i].iov_base, val0,
324 memset(val_iovec[i].iov_base, val,
365 (r_iovec[i].iov_base,
366 val0_iovec[i].iov_base,
396 (r_iovec[i].iov_base,
    [all...]
  /external/selinux/libselinux/src/
setrans_client.c 101 iov[0].iov_base = &function;
103 iov[1].iov_base = &data1_size;
105 iov[2].iov_base = &data2_size;
107 iov[3].iov_base = (char *)data1;
109 iov[4].iov_base = (char *)data2;
141 resp_hdr[0].iov_base = &func;
143 resp_hdr[1].iov_base = &data_size;
145 resp_hdr[2].iov_base = ret_val;
163 resp_data.iov_base = data;
  /system/core/debuggerd/libdebuggerd/arm64/
machine.cpp 36 io.iov_base = &regs;
69 io.iov_base = &r;
80 io.iov_base = &f;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwrite.c 71 iov.iov_base = (void *)buf;
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fputs.c 76 iov.iov_base = __UNCONST(s);
fwrite.c 79 iov.iov_base = __UNCONST(buf);
  /external/c-ares/
ares_writev.c 67 memcpy (bp, iov[i].iov_base, iov[i].iov_len);
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
ptrace.cc 79 regset_io.iov_base = &regs;
87 regset_io.iov_base = &fpregs;
99 regset_io.iov_base = &regs;
107 regset_io.iov_base = &fpregs;

Completed in 876 milliseconds

1 2 3 4 5 67 8 91011>>