Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1001 #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 Dlinux_systrace_args.c556 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 Dlinux_proto.h302 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 Dlinux_systrace_args.c2280 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 Dlinux_proto.h1125 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 Dlinux_file.c1034 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 Dlinux_systrace_args.c2432 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 Dlinux_proto.h1191 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 Dlinux32_systrace_args.c2401 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 Dlinux32_proto.h1197 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 Dsanitizer_common_syscalls.inc1788 (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) {