Home
last modified time | relevance | path

Searched refs:readv (Results 1 – 25 of 57) sorted by relevance

123

/external/fio/os/windows/posix/include/sys/
Duio.h13 ssize_t readv(int fildes, const struct iovec *iov, int iovcnt);
/external/compiler-rt/test/asan/TestCases/Posix/
Dreadv.cc28 readv(fd, iov, 2); in main()
/external/valgrind/memcheck/tests/
Dwritev1.stderr.exp-solaris14 Syscall param readv(vector) points to unaddressable byte(s)
Dwritev1.c76 if (readv(fd, wr_iovec, -1) < 0) { in main()
/external/selinux/libselinux/src/
Dsetrans_client.c147 while (((count = readv(fd, resp_hdr, 3)) < 0) && (errno == EINTR)) ; in receive_response()
165 while (((count = readv(fd, &resp_data, 1))) < 0 && (errno == EINTR)) ; in receive_response()
/external/selinux/policycoreutils/mcstrans/src/
Dmcstransd.c213 while (((count = readv(fd, req_hdr, 3)) < 0) && (errno == EINTR)); in service_request()
249 while (((count = readv(fd, req_data, 2)) < 0) && (errno == EINTR)); in service_request()
/external/libpcap/lbl/
Dos-sunos4.h134 int readv(int, struct iovec *, int);
/external/tcpdump/lbl/
Dos-sunos4.h134 int readv(int, struct iovec *, int);
/external/strace/
Dio.c120 SYS_FUNC(readv) in SYS_FUNC() argument
Dsys_func.h188 extern SYS_FUNC(readv);
/external/ltrace/etc/
Dsyscalls.conf115 ulong readv(int,addr,int);
/external/fio/engines/
Dsync.c292 ret = readv(f->fd, sd->iovecs, sd->queued); in fio_vsyncio_commit()
/external/strace/linux/32/
Dsyscallent.h69 [ 65] = { 3, TD, SEN(readv), "readv" },
/external/strace/linux/64/
Dsyscallent.h66 [ 65] = { 3, TD, SEN(readv), "readv" },
/external/strace/linux/s390x/
Dsyscallent.h168 [145] = { 3, TD, SEN(readv), "readv" },
/external/strace/linux/avr32/
Dsyscallent.h154 [126] = { 3, TD, SEN(readv), "readv" },
/external/strace/linux/mips/
Dsyscallent-n32.h21 [6018] = { 3, TD, SEN(readv), "readv" },
Dsyscallent-n64.h21 [5018] = { 3, TD, SEN(readv), "readv" },
/external/strace/linux/xtensa/
Dsyscallent.h20 [ 24] = { 3, TD, SEN(readv), "readv" },
/external/strace/linux/x86_64/
Dsyscallent.h20 [ 19] = { 3, TD, SEN(readv), "readv" },
/external/strace/linux/ia64/
Dsyscallent.h165 [1146] = { 5, TD, SEN(readv), "readv" },
/external/strace/linux/s390/
Dsyscallent.h176 [145] = { 3, TD, SEN(readv), "readv" },
/external/strace/linux/sparc/
Dsyscallent.h121 [120] = { 3, TD, SEN(readv), "readv" },
/external/strace/linux/hppa/
Dsyscallent.h150 [145] = { 3, TD, SEN(readv), "readv" },
/external/strace/linux/powerpc64/
Dsyscallent.h174 [145] = { 3, TD, SEN(readv), "readv" },

123