Searched refs:riovcnt (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1819 riovcnt, flags) \ argument 1822 (long)(riovcnt), (long)(flags)) 1824 rvec, riovcnt, flags) \ argument 1827 (long)(riovcnt), (long)(flags)) 1829 riovcnt, flags) \ argument 1832 (long)(riovcnt), (long)(flags)) 1834 rvec, riovcnt, flags) \ argument 1837 (long)(riovcnt), (long)(flags)) 3078 long riovcnt, long flags); 3081 long rvec, long riovcnt, [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 3097 long riovcnt, long flags) {} 3101 const void *rvec, long riovcnt, long flags) { 3110 long riovcnt, long flags) {} 3114 const void *rvec, long riovcnt, long flags) {
|
H A D | sanitizer_common_interceptors.inc | 6665 uptr liovcnt, __sanitizer_iovec *remote_iov, uptr riovcnt, 6669 remote_iov, riovcnt, flags); 6671 riovcnt, flags); 6678 uptr liovcnt, __sanitizer_iovec *remote_iov, uptr riovcnt, 6682 remote_iov, riovcnt, flags); 6684 riovcnt, flags);
|
/freebsd/sys/arm64/linux/ |
H A D | linux_systrace_args.c | 2028 iarg[a++] = p->riovcnt; /* l_ulong */ in systrace_args() 2040 iarg[a++] = p->riovcnt; /* l_ulong */ in systrace_args()
|
/freebsd/sys/amd64/linux/ |
H A D | linux_systrace_args.c | 2400 iarg[a++] = p->riovcnt; /* l_ulong */ in systrace_args() 2412 iarg[a++] = p->riovcnt; /* l_ulong */ in systrace_args()
|
/freebsd/sys/i386/linux/ |
H A D | linux_systrace_args.c | 2538 iarg[a++] = p->riovcnt; /* l_ulong */ in systrace_args() 2550 iarg[a++] = p->riovcnt; /* l_ulong */ in systrace_args()
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_systrace_args.c | 2507 iarg[a++] = p->riovcnt; /* l_ulong */ in systrace_args() 2519 iarg[a++] = p->riovcnt; /* l_ulong */ in systrace_args()
|