Home
last modified time | relevance | path

Searched defs:iovcnt (Results 1 – 12 of 12) sorted by relevance

/external/ltp/testcases/kernel/syscalls/preadv/
Dpreadv.h25 int preadv(int fd, const struct iovec *iov, int iovcnt, off_t offset) in preadv()
/external/ltp/testcases/kernel/syscalls/pwritev/
Dpwritev.h25 int pwritev(int fd, const struct iovec *iov, int iovcnt, off_t offset) in pwritev()
/external/openssh/
Datomicio.c107 const struct iovec *_iov, int iovcnt, in atomiciov6()
177 const struct iovec *_iov, int iovcnt) in atomiciov()
/external/ltp/include/lapi/
Dpwritev2.h18 ssize_t pwritev2(int fd, const struct iovec *iov, int iovcnt, off_t offset, in pwritev2()
Dpreadv2.h22 ssize_t preadv2(int fd, const struct iovec *iov, int iovcnt, off_t offset, in preadv2()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_writev.c28 ares_ssize_t ares_writev(ares_socket_t s, const struct iovec *iov, int iovcnt) in ares_writev()
/external/ltp/testcases/kernel/syscalls/writev/
Dwritev01.c48 int iovcnt; member
/external/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg01.c90 int iovcnt; /* # elements in iovec */ member
/external/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg01.c96 int iovcnt; member
/external/usrsctp/usrsctplib/
Duser_socket.c625 copyiniov(struct iovec *iovp, u_int iovcnt, struct iovec **iov, int error) in copyiniov()
3044 int iovcnt; local
3198 int iovcnt; local
/external/llvm-project/compiler-rt/include/sanitizer/
Dnetbsd_syscall_hooks.h629 #define __sanitizer_syscall_pre_readv(fd, iovp, iovcnt) \ argument
632 #define __sanitizer_syscall_post_readv(res, fd, iovp, iovcnt) \ argument
635 #define __sanitizer_syscall_pre_writev(fd, iovp, iovcnt) \ argument
638 #define __sanitizer_syscall_post_writev(res, fd, iovp, iovcnt) \ argument
1533 #define __sanitizer_syscall_pre_preadv(fd, iovp, iovcnt, PAD, offset) \ argument
1537 #define __sanitizer_syscall_post_preadv(res, fd, iovp, iovcnt, PAD, offset) \ argument
1541 #define __sanitizer_syscall_pre_pwritev(fd, iovp, iovcnt, PAD, offset) \ argument
1545 #define __sanitizer_syscall_post_pwritev(res, fd, iovp, iovcnt, PAD, offset) \ argument
/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc138 ssize_t writev(int fd, const struct iovec* iov, int iovcnt) { in writev()