Home
last modified time | relevance | path

Searched refs:pos_h (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDlinux_syscall_hooks.h1002 #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/
HDlinux_systrace_args.c2124 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()
HDlinux_proto.h1023 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/
HDlinux32_systrace_args.c2263 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()
HDlinux32_proto.h1103 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/
HDlinux_systrace_args.c2339 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()
HDlinux_proto.h1121 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/
HDlinux_file.c1065 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/
HDsanitizer_common_syscalls.inc1650 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) {