/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 1007 (long)(pos_h)) 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 1014 (long)(pos_h)) 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 | 556 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args() 567 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args() 2191 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args() 2203 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args()
|
H A D | linux_proto.h | 302 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 309 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1106 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1114 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member
|
/freebsd/sys/amd64/linux/ |
H A D | linux_systrace_args.c | 2280 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args() 2291 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args() 2574 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args() 2586 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args()
|
H A D | linux_proto.h | 1125 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1132 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1299 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1307 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_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 | 2432 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args() 2443 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args() 2848 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args() 2860 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args()
|
H A D | linux_proto.h | 1191 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1198 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1437 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1445 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_systrace_args.c | 2401 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args() 2412 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args() 2817 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args() 2829 iarg[a++] = p->pos_h; /* l_ulong */ in systrace_args()
|
H A D | linux32_proto.h | 1197 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1204 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1443 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1451 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_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) {} 1792 long pos_h) { 1800 (long fd, const __sanitizer_iovec *vec, long vlen, long pos_l, long pos_h) {} 1804 long pos_h) {
|