Home
last modified time | relevance | path

Searched defs:iovp (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/io/direct_io/
Ddiotest5.c88 struct iovec *iov1, *iov2, *iovp; in runtest() 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/usrsctp/usrsctplib/
Duser_socket.c625 copyiniov(struct iovec *iovp, u_int iovcnt, struct iovec **iov, int error) in copyiniov()