Searched refs:pos_h (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| HD | linux_syscall_hooks.h | 1002 #define __sanitizer_syscall_pre_preadv(fd, vec, vlen, pos_l, pos_h) \ argument 1004 (long)(pos_l), (long)(pos_h)) 1005 #define __sanitizer_syscall_post_preadv(res, fd, vec, vlen, pos_l, pos_h) \ argument 1008 (long)(pos_h)) 1009 #define __sanitizer_syscall_pre_pwritev(fd, vec, vlen, pos_l, pos_h) \ argument 1011 (long)(pos_l), (long)(pos_h)) 1012 #define __sanitizer_syscall_post_pwritev(res, fd, vec, vlen, pos_l, pos_h) \ argument 1015 (long)(pos_h)) 2569 long pos_l, long pos_h); 2571 long vlen, long pos_l, long pos_h); [all …]
|
| /freebsd-11-stable/sys/amd64/linux/ |
| HD | linux_systrace_args.c | 2124 iarg[4] = p->pos_h; /* l_ulong */ in systrace_args() 2135 iarg[4] = p->pos_h; /* l_ulong */ in systrace_args() 2408 iarg[4] = p->pos_h; /* l_ulong */ in systrace_args() 2420 iarg[4] = p->pos_h; /* l_ulong */ in systrace_args()
|
| HD | linux_proto.h | 1023 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1030 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1191 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1199 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member
|
| /freebsd-11-stable/sys/amd64/linux32/ |
| HD | linux32_systrace_args.c | 2263 iarg[4] = p->pos_h; /* l_ulong */ in systrace_args() 2274 iarg[4] = p->pos_h; /* l_ulong */ in systrace_args() 2669 iarg[4] = p->pos_h; /* l_ulong */ in systrace_args() 2681 iarg[4] = p->pos_h; /* l_ulong */ in systrace_args()
|
| HD | linux32_proto.h | 1103 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1110 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1343 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1351 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member
|
| /freebsd-11-stable/sys/i386/linux/ |
| HD | linux_systrace_args.c | 2339 iarg[4] = p->pos_h; /* l_ulong */ in systrace_args() 2350 iarg[4] = p->pos_h; /* l_ulong */ in systrace_args() 2745 iarg[4] = p->pos_h; /* l_ulong */ in systrace_args() 2757 iarg[4] = p->pos_h; /* l_ulong */ in systrace_args()
|
| HD | linux_proto.h | 1121 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1128 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1361 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member 1369 char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)]; member
|
| /freebsd-11-stable/sys/compat/linux/ |
| HD | linux_file.c | 1065 offset = (((off_t)uap->pos_h << (sizeof(offset) * 4)) << in linux_preadv() 1093 offset = (((off_t)uap->pos_h << (sizeof(offset) * 4)) << in linux_pwritev()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_syscalls.inc | 1650 long pos_l, long pos_h) {} 1653 long pos_l, long pos_h) { 1660 long pos_l, long pos_h) {} 1663 long vlen, long pos_l, long pos_h) {
|