/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1001 #define __sanitizer_syscall_pre_preadv(fd, vec, vlen, pos_l, pos_h) \ argument 1003 (long)(pos_l), (long)(pos_h)) 1004 #define __sanitizer_syscall_post_preadv(res, fd, vec, vlen, pos_l, pos_h) \ argument 1006 (long)(vlen), (long)(pos_l), \ 1008 #define __sanitizer_syscall_pre_pwritev(fd, vec, vlen, pos_l, pos_h) \ argument 1010 (long)(pos_l), (long)(pos_h)) 1011 #define __sanitizer_syscall_post_pwritev(res, fd, vec, vlen, pos_l, pos_h) \ argument 1013 (long)(vlen), (long)(pos_l), \ 2585 long pos_l, long pos_h); 2587 long vlen, long pos_l, long pos_h); [all …]
|
/freebsd/sys/arm64/linux/ |
H A D | linux_systrace_args.c | 555 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 566 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2190 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2202 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args()
|
H A D | linux_proto.h | 301 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 308 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1105 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1113 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member
|
/freebsd/sys/amd64/linux/ |
H A D | linux_systrace_args.c | 2279 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2290 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2573 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2585 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args()
|
H A D | linux_proto.h | 1124 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1131 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1298 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1306 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member
|
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 1034 offset = pos_from_hilo(uap->pos_h, uap->pos_l); in linux_preadv() 1061 offset = pos_from_hilo(uap->pos_h, uap->pos_l); in linux_pwritev()
|
/freebsd/sys/i386/linux/ |
H A D | linux_systrace_args.c | 2431 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2442 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2847 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2859 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args()
|
H A D | linux_proto.h | 1190 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1197 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1436 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1444 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_systrace_args.c | 2400 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2411 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2816 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2828 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args()
|
H A D | linux32_proto.h | 1196 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1203 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1442 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1450 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 1788 (long fd, const __sanitizer_iovec *vec, long vlen, long pos_l, long pos_h) {} 1791 (long res, long fd, const __sanitizer_iovec *vec, long vlen, long pos_l, 1800 (long fd, const __sanitizer_iovec *vec, long vlen, long pos_l, long pos_h) {} 1803 (long res, long fd, const __sanitizer_iovec *vec, long vlen, long pos_l,
|