Searched defs:iovp (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/io/direct_io/ |
D | diotest5.c | 88 struct iovec *iov1, *iov2, *iovp; in runtest() local
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | netbsd_syscall_hooks.h | 629 #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/ |
D | user_socket.c | 625 copyiniov(struct iovec *iovp, u_int iovcnt, struct iovec **iov, int error) in copyiniov()
|