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

1 2 3 4

  /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)
  /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));
  /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);
  /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...]
readv03.c 26 * Testcase to check the error condition of the readv(2) system call
30 * readv()
34 * call readv() when fd refers to a directory.
93 if (readv(fd, rd_iovec, 1) < 0) {
101 tst_resm(TFAIL, "Error: readv returned a positive "
  /bionic/libc/include/sys/
uio.h 38 ssize_t readv(int __fd, const struct iovec* __iov, int __count);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
uio.h 117 ssize_t readv(int, const struct iovec *, int);
  /bionic/tests/
sys_uio_test.cpp 37 ASSERT_EQ(10, readv(tf.fd, ios, 2));
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2015-1805/
poc.c 43 readv(fd[0], iovs, BUFS);
  /external/openssh/
atomicio.c 98 * ensure all of data on socket comes through. f==readv || f==writev
119 pfd.events = f == readv ? POLLIN : POLLOUT;

Completed in 1186 milliseconds

1 2 3 4