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
|