| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 1809 #define __sanitizer_syscall_pre_process_vm_readv(pid, lvec, liovcnt, rvec, \ argument 1812 (long)(pid), (long)(lvec), (long)(liovcnt), (long)(rvec), \ 1814 #define __sanitizer_syscall_post_process_vm_readv(res, pid, lvec, liovcnt, \ argument 1817 res, (long)(pid), (long)(lvec), (long)(liovcnt), (long)(rvec), \ 1819 #define __sanitizer_syscall_pre_process_vm_writev(pid, lvec, liovcnt, rvec, \ argument 1822 (long)(pid), (long)(lvec), (long)(liovcnt), (long)(rvec), \ 1824 #define __sanitizer_syscall_post_process_vm_writev(res, pid, lvec, liovcnt, \ argument 1827 res, (long)(pid), (long)(lvec), (long)(liovcnt), (long)(rvec), \ 3055 void __sanitizer_syscall_pre_impl_process_vm_readv(long pid, long lvec, 3059 long lvec, long liovcnt, [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2805 PRE_SYSCALL(process_vm_readv)(long pid, const __sanitizer_iovec *lvec, 2810 const __sanitizer_iovec *lvec, long liovcnt, 2813 if (lvec) kernel_write_iovec(lvec, liovcnt, res); 2817 PRE_SYSCALL(process_vm_writev)(long pid, const __sanitizer_iovec *lvec, 2822 const __sanitizer_iovec *lvec, long liovcnt, 2825 if (lvec) kernel_read_iovec(lvec, liovcnt, res);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_systrace_args.c | 2013 uarg[1] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args() 2025 uarg[1] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args()
|
| H A D | linux_proto.h | 999 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member 1007 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_systrace_args.c | 2385 uarg[1] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args() 2397 uarg[1] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args()
|
| H A D | linux_proto.h | 1180 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member 1188 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_systrace_args.c | 2497 uarg[1] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args() 2509 uarg[1] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args()
|
| H A D | linux32_proto.h | 1249 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member 1257 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_systrace_args.c | 2536 uarg[1] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args() 2548 uarg[1] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args()
|
| H A D | linux_proto.h | 1242 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member 1250 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member
|