HomeSort by relevance Sort by last modified time
    Searched refs:readv (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/libpcap/lbl/
os-sunos4.h 133 int readv(int, struct iovec *, int);
  /external/tcpdump/lbl/
os-sunos4.h 134 int readv(int, struct iovec *, int);
  /external/selinux/libselinux/src/
setrans_client.c 148 while (((count = readv(fd, resp_hdr, 3)) < 0) && (errno == EINTR)) ;
160 /* coveriety doesn't realize that data will be initialized in readv */
166 while (((count = readv(fd, &resp_data, 1))) < 0 && (errno == EINTR)) ;
  /external/selinux/mcstrans/src/
mcstransd.c 202 while (((count = readv(fd, req_hdr, 3)) < 0) && (errno == EINTR));
238 while (((count = readv(fd, req_data, 2)) < 0) && (errno == EINTR));
  /external/ltp/testcases/kernel/io/direct_io/
diotest5.c 26 * readv() and writev() calls.
28 * [1] Direct readv, Buffered writev
29 * [2] Direct writev, Buffered readv
30 * [3] Direct readv, Direct writev
31 * The bufsize should be in n*4k size for direct readv, writev. The offset
132 tst_resm(TFAIL, "lseek before readv failed: %s",
136 if (readv(fd_r, iov2, nvector) < 0) {
137 tst_resm(TFAIL, "readv failed: %s", strerror(errno));
141 tst_resm(TFAIL, "readv/writev comparision failed");
diotest6.c 26 * Tests the combinations of buffered/direct readv(), writev() calls.
148 n = readv(fd_r, iov_r, nvector);
150 tst_resm(TFAIL | TERRNO, "readv failed, ret = %zd", n);
  /external/strace/
io.c 129 SYS_FUNC(readv)
sys_func.h 198 extern SYS_FUNC(readv);
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_streams.c 299 bytes = readv(fd, str->iovCur, str->iovCurCount);
  /device/generic/goldfish/dhcp/common/
socket.cpp 281 ssize_t bytesRead = ::readv(mSocketFd, iov, 3);
  /external/ltp/testcases/kernel/fs/ftest/
ftest04.c 217 /* Stuff for the readv call */
326 if ((xfr = readv(fd, &r_iovec[0], MAXIOVCNT)) < 0) {
329 "\tTest[%d]: readv fail at %x, errno = %d.",
ftest08.c 230 /* Stuff for the readv call */
339 if ((xfr = readv(fd, &r_iovec[0], MAXIOVCNT)) < 0) {
341 NULL, "\tTest[%d]: readv fail at %" PRIx64
ftest03.c 23 * ftest03.c -- test file I/O with readv and writev (ported from SPIE section2/filesuite/ftest4.c, by Airong Zhang)
26 * lseek, readv, writev,
38 * Modified by G. Stevens to use readv and writev.
283 /* Stuff for the readv call */
403 if ((xfr = readv(fd, &r_iovec[0], MAXIOVCNT)) < 0) {
406 "\tTest[%d]: readv fail at %x, errno = %d.",
ftest07.c 23 * ftest07.c -- test file I/O with readv and writev (ported from SPIE,
29 * lseek64, readv, writev,
41 * Modified by G. Stevens to use readv and writev.
283 /* Stuff for the readv call */
398 if ((xfr = readv(fd, &r_iovec[0], MAXIOVCNT)) < 0) {
401 "\tTest[%d]: readv fail at %Lx, errno = %d.",
  /external/strace/linux/32/
syscallent.h 69 [ 65] = { 3, TD, SEN(readv), "readv" },
  /external/strace/linux/64/
syscallent.h 66 [ 65] = { 3, TD, SEN(readv), "readv" },
  /external/strace/linux/avr32/
syscallent.h 155 [126] = { 3, TD, SEN(readv), "readv" },
  /external/strace/linux/hppa/
syscallent.h 151 [145] = { 3, TD, SEN(readv), "readv" },
  /external/strace/linux/ia64/
syscallent.h 152 [1146] = { 3, TD, SEN(readv), "readv" },
  /external/strace/linux/x86_64/
syscallent.h 20 [ 19] = { 3, TD, SEN(readv), "readv" },
  /external/strace/linux/xtensa/
syscallent.h 20 [ 24] = { 3, TD, SEN(readv), "readv" },
  /external/strace/linux/arm/
syscallent.h 175 [145] = { 3, TD, SEN(readv), "readv" },
  /external/strace/linux/i386/
syscallent.h 175 [145] = { 3, TD, SEN(readv), "readv" },
  /external/strace/linux/m68k/
syscallent.h 175 [145] = { 3, TD, SEN(readv), "readv" },
  /external/strace/linux/mips/
syscallent-n32.h 21 [6018] = { 3, TD, SEN(readv), "readv" },

Completed in 2848 milliseconds

12 3 4