| /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() 2191 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2203 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 1106 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1114 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() 2574 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2586 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 1299 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1307 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 | 1084 * pos_l and pos_h, respectively, contain the in linux_preadv() 1087 offset = pos_from_hilo(uap->pos_h, uap->pos_l); in linux_preadv() 1111 * pos_l and pos_h, respectively, contain the in linux_pwritev() 1114 offset = pos_from_hilo(uap->pos_h, uap->pos_l); in linux_pwritev()
|
| /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() 2817 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2829 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 1443 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1451 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member
|
| /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() 2848 iarg[a++] = p->pos_l; /* l_ulong */ in systrace_args() 2860 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 1437 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1445 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 | 1789 (long fd, const __sanitizer_iovec *vec, long vlen, long pos_l, long pos_h) {} 1792 (long res, long fd, const __sanitizer_iovec *vec, long vlen, long pos_l, 1801 (long fd, const __sanitizer_iovec *vec, long vlen, long pos_l, long pos_h) {} 1804 (long res, long fd, const __sanitizer_iovec *vec, long vlen, long pos_l,
|