HomeSort by relevance Sort by last modified time
    Searched refs:readv (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /bionic/libc/arch-arm/syscalls/
readv.S 5 ENTRY(readv) function
16 END(readv)
  /bionic/libc/arch-arm64/syscalls/
readv.S 5 ENTRY(readv) function
14 END(readv)
  /bionic/libc/arch-mips/syscalls/
readv.S 5 ENTRY(readv) function
19 END(readv)
  /bionic/libc/arch-x86_64/syscalls/
readv.S 5 ENTRY(readv) function
15 END(readv)
  /bootable/recovery/otafault/
test.cpp 29 int readv = ota_read(fd, buf, 4); local
30 printf("Read returned %d\n", readv);
  /external/strace/tests/
readv.test 3 # Check decoding and dumping of readv and writev syscalls.
33 run_strace_match_diff -a16 -e trace=readv,writev \
35 run_strace_match_diff -a16 -e trace=readv,writev \
37 run_strace_match_diff -a16 -e trace=readv,writev \
39 run_strace_match_diff -a16 -e trace=readv,writev \
44 run_strace_match_diff -a16 -e trace=readv,writev \
46 run_strace_match_diff -a16 -e trace=readv,writev \
65 run_strace_match_diff -a16 -e trace=readv,writev \
strace-S.test 7 run_prog ../readv > /dev/null
16 run_strace -c -w -S "$sortby" ../readv > /dev/null
readv.c 2 * Check decoding of readv and writev syscalls.
65 rc = readv(fds[0], efault, 42);
66 tprintf("readv(%d, %p, 42) = %ld %s (%m)\n",
126 assert(readv(fds[0], r_iov, ARRAY_SIZE(r0_iov_)) == (int) r_len);
127 tprintf("readv(%d, [{iov_base=\"%s\", iov_len=%u}], %u) = %u\n"
147 assert(readv(fds[0], r_iov, ARRAY_SIZE(r1_iov_)) == (int) w_len - (int) r_len);
148 tprintf("readv(%d, [{iov_base=\"%s\", iov_len=%u}"
  /external/strace/tests-m32/
readv.test 3 # Check decoding and dumping of readv and writev syscalls.
33 run_strace_match_diff -a16 -e trace=readv,writev \
35 run_strace_match_diff -a16 -e trace=readv,writev \
37 run_strace_match_diff -a16 -e trace=readv,writev \
39 run_strace_match_diff -a16 -e trace=readv,writev \
44 run_strace_match_diff -a16 -e trace=readv,writev \
46 run_strace_match_diff -a16 -e trace=readv,writev \
65 run_strace_match_diff -a16 -e trace=readv,writev \
strace-S.test 7 run_prog ../readv > /dev/null
16 run_strace -c -w -S "$sortby" ../readv > /dev/null
readv.c 2 * Check decoding of readv and writev syscalls.
65 rc = readv(fds[0], efault, 42);
66 tprintf("readv(%d, %p, 42) = %ld %s (%m)\n",
126 assert(readv(fds[0], r_iov, ARRAY_SIZE(r0_iov_)) == (int) r_len);
127 tprintf("readv(%d, [{iov_base=\"%s\", iov_len=%u}], %u) = %u\n"
147 assert(readv(fds[0], r_iov, ARRAY_SIZE(r1_iov_)) == (int) w_len - (int) r_len);
148 tprintf("readv(%d, [{iov_base=\"%s\", iov_len=%u}"
  /external/strace/tests-mx32/
readv.test 3 # Check decoding and dumping of readv and writev syscalls.
33 run_strace_match_diff -a16 -e trace=readv,writev \
35 run_strace_match_diff -a16 -e trace=readv,writev \
37 run_strace_match_diff -a16 -e trace=readv,writev \
39 run_strace_match_diff -a16 -e trace=readv,writev \
44 run_strace_match_diff -a16 -e trace=readv,writev \
46 run_strace_match_diff -a16 -e trace=readv,writev \
65 run_strace_match_diff -a16 -e trace=readv,writev \
strace-S.test 7 run_prog ../readv > /dev/null
16 run_strace -c -w -S "$sortby" ../readv > /dev/null
readv.c 2 * Check decoding of readv and writev syscalls.
65 rc = readv(fds[0], efault, 42);
66 tprintf("readv(%d, %p, 42) = %ld %s (%m)\n",
126 assert(readv(fds[0], r_iov, ARRAY_SIZE(r0_iov_)) == (int) r_len);
127 tprintf("readv(%d, [{iov_base=\"%s\", iov_len=%u}], %u) = %u\n"
147 assert(readv(fds[0], r_iov, ARRAY_SIZE(r1_iov_)) == (int) w_len - (int) r_len);
148 tprintf("readv(%d, [{iov_base=\"%s\", iov_len=%u}"
  /bionic/libc/arch-mips64/syscalls/
readv.S 5 ENTRY(readv) function
25 END(readv)
  /bionic/tests/headers/posix/
sys_uio_h.c 41 FUNCTION(readv, ssize_t (*f)(int, const struct iovec*, int));
  /external/fio/os/windows/posix/include/sys/
uio.h 13 ssize_t readv(int fildes, const struct iovec *iov, int iovcnt);
  /system/core/liblog/include/log/
uio.h 41 extern int readv(int fd, struct iovec* vecs, int count);
  /bionic/libc/arch-x86/syscalls/
readv.S 5 ENTRY(readv) function
39 END(readv)
  /external/compiler-rt/test/asan/TestCases/Posix/
readv.cc 4 // Test the readv() interceptor.
28 readv(fd, iov, 2);
  /libcore/ojluni/src/main/java/sun/nio/ch/
NativeDispatcher.java 55 abstract long readv(FileDescriptor fd, long address, int len) method in class:NativeDispatcher
SocketDispatcher.java 46 long readv(FileDescriptor fd, long address, int len) throws IOException { method in class:SocketDispatcher
  /external/ltp/testcases/kernel/syscalls/readv/
readv01.c 24 * Testcase to check the basic functionality of the readv(2) system call.
27 * Create a IO vector, and attempt to readv() various components of it.
71 if (readv(fd, rd_iovec, 0) == -1)
72 tst_resm(TFAIL | TERRNO, "readv failed unexpectedly");
74 tst_resm(TPASS, "readv read 0 io vectors");
78 if (readv(fd, rd_iovec, 3) != CHUNK) {
79 tst_resm(TFAIL, "readv failed reading %d bytes, "
93 tst_resm(TPASS, "readv passed reading %d bytes "
readv02.c 25 * Testcase to check the error conditions of the readv(2) system call.
28 * readv()
31 * Create a IO vector, and attempt to readv() various components of it.
117 if (readv(fd[0], rd_iovec, 1) < 0) {
119 tst_resm(TFAIL, "readv() set an illegal errno:"
125 tst_resm(TFAIL, "Error: readv returned a positive "
131 if (readv(fd[0], (rd_iovec + 6), 3) < 0) {
140 tst_resm(TFAIL, "Error: readv() partially "
144 tst_resm(TFAIL, "Error: readv returned a positive "
149 if (readv(fd[1], (rd_iovec + 9), 1) < 0)
    [all...]
  /system/core/liblog/
uio.c 25 LIBLOG_ABI_PUBLIC int readv(int fd, struct iovec* vecs, int count) { function

Completed in 422 milliseconds

1 2 3 4 5 6