| /freebsd-12-stable/sys/dev/sound/isa/ |
| D | mss.h | 61 #define MIX_ENT(name, reg_l, pol_l, pos_l, len_l, reg_r, pol_r, pos_r, len_r) \ argument 62 {{reg_l, pol_l, pos_l, len_l}, {reg_r, pol_r, pos_r, len_r}} 64 #define PMIX_ENT(name, reg_l, pos_l, len_l, reg_r, pos_r, len_r) \ argument 65 {{reg_l, 0, pos_l, len_l}, {reg_r, 0, pos_r, len_r}}
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| D | 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 1007 (long)(vlen), (long)(pos_l), \ 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 1014 (long)(vlen), (long)(pos_l), \ 2571 long pos_l, long pos_h); 2573 long vlen, long pos_l, long pos_h); [all …]
|
| /freebsd-12-stable/sys/arm64/linux/ |
| D | linux_systrace_args.c | 487 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args() 498 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args() 2083 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args() 2095 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args()
|
| D | linux_proto.h | 257 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 264 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1043 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1051 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member
|
| /freebsd-12-stable/sys/amd64/linux/ |
| D | linux_systrace_args.c | 2180 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args() 2191 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args() 2464 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args() 2476 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args()
|
| D | linux_proto.h | 1063 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1070 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1231 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1239 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member
|
| /freebsd-12-stable/sys/compat/linux/ |
| D | linux_file.c | 1011 (sizeof(offset) * 4)) | uap->pos_l; in linux_preadv() 1039 (sizeof(offset) * 4)) | uap->pos_l; in linux_pwritev()
|
| /freebsd-12-stable/sys/i386/linux/ |
| D | linux_systrace_args.c | 2354 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args() 2365 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args() 2760 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args() 2772 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args()
|
| D | linux_proto.h | 1136 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1143 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1376 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1384 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member
|
| /freebsd-12-stable/sys/amd64/linux32/ |
| D | linux32_systrace_args.c | 2289 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args() 2300 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args() 2695 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args() 2707 iarg[3] = p->pos_l; /* l_ulong */ in systrace_args()
|
| D | linux32_proto.h | 1129 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1136 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1369 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member 1377 char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)]; member
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | 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) {
|