| /src/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 1818 #define __sanitizer_syscall_pre_process_vm_readv(pid, lvec, liovcnt, rvec, \ argument 1821 (long)(pid), (long)(lvec), (long)(liovcnt), (long)(rvec), \ 1823 #define __sanitizer_syscall_post_process_vm_readv(res, pid, lvec, liovcnt, \ argument 1826 res, (long)(pid), (long)(lvec), (long)(liovcnt), (long)(rvec), \ 1828 #define __sanitizer_syscall_pre_process_vm_writev(pid, lvec, liovcnt, rvec, \ argument 1831 (long)(pid), (long)(lvec), (long)(liovcnt), (long)(rvec), \ 1833 #define __sanitizer_syscall_post_process_vm_writev(res, pid, lvec, liovcnt, \ argument 1836 res, (long)(pid), (long)(lvec), (long)(liovcnt), (long)(rvec), \ 3076 void __sanitizer_syscall_pre_impl_process_vm_readv(long pid, long lvec, 3080 long lvec, long liovcnt, [all …]
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 3096 (long pid, const __sanitizer_iovec *lvec, long liovcnt, const void *rvec, 3100 (long res, long pid, const __sanitizer_iovec *lvec, long liovcnt, 3103 if (lvec) 3104 kernel_write_iovec(lvec, liovcnt, res); 3109 (long pid, const __sanitizer_iovec *lvec, long liovcnt, const void *rvec, 3113 (long res, long pid, const __sanitizer_iovec *lvec, long liovcnt, 3116 if (lvec) 3117 kernel_read_iovec(lvec, liovcnt, res);
|
| /src/sys/arm64/linux/ |
| H A D | linux_systrace_args.c | 2032 uarg[a++] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args() 2044 uarg[a++] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args()
|
| H A D | linux_proto.h | 1011 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member 1019 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member
|
| /src/sys/amd64/linux/ |
| H A D | linux_systrace_args.c | 2404 uarg[a++] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args() 2416 uarg[a++] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args()
|
| H A D | linux_proto.h | 1197 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member 1205 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member
|
| /src/sys/i386/linux/ |
| H A D | linux_systrace_args.c | 2544 uarg[a++] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args() 2556 uarg[a++] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args()
|
| H A D | linux_proto.h | 1257 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member 1265 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member
|
| /src/sys/amd64/linux32/ |
| H A D | linux32_systrace_args.c | 2513 uarg[a++] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args() 2525 uarg[a++] = (intptr_t)p->lvec; /* const struct iovec * */ in systrace_args()
|
| H A D | linux32_proto.h | 1263 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member 1271 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… member
|