| /src/sys/compat/linux/ |
| H A D | linux_file.c | 824 .newdfd = args->newdfd, in linux_renameat() 835 int olddfd, newdfd; in linux_renameat2() local 870 newdfd = (args->newdfd == LINUX_AT_FDCWD) ? AT_FDCWD : args->newdfd; in linux_renameat2() 871 return (kern_renameat(td, olddfd, args->oldname, newdfd, in linux_renameat2() 890 dfd = (args->newdfd == LINUX_AT_FDCWD) ? AT_FDCWD : args->newdfd; in linux_symlinkat() 980 int olddfd, newdfd, flag; in linux_linkat() local 990 newdfd = (args->newdfd == LINUX_AT_FDCWD) ? AT_FDCWD : args->newdfd; in linux_linkat() 991 return (kern_linkat(td, olddfd, newdfd, args->oldname, in linux_linkat()
|
| /src/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 1592 #define __sanitizer_syscall_pre_symlinkat(oldname, newdfd, newname) \ argument 1593 __sanitizer_syscall_pre_impl_symlinkat((long)(oldname), (long)(newdfd), \ 1595 #define __sanitizer_syscall_post_symlinkat(res, oldname, newdfd, newname) \ argument 1597 (long)(newdfd), (long)(newname)) 1598 #define __sanitizer_syscall_pre_linkat(olddfd, oldname, newdfd, newname, \ argument 1601 (long)(newdfd), (long)(newname), \ 1603 #define __sanitizer_syscall_post_linkat(res, olddfd, oldname, newdfd, newname, \ argument 1606 (long)(newdfd), (long)(newname), \ 1608 #define __sanitizer_syscall_pre_renameat(olddfd, oldname, newdfd, newname) \ argument 1610 (long)(newdfd), (long)(newname)) [all …]
|
| /src/sys/arm64/linux/ |
| H A D | linux_systrace_args.c | 294 iarg[a++] = p->newdfd; /* l_int */ in systrace_args() 304 iarg[a++] = p->newdfd; /* l_int */ in systrace_args() 315 iarg[a++] = p->newdfd; /* l_int */ in systrace_args() 2096 iarg[a++] = p->newdfd; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 184 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member 190 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member 197 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member 1051 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2750 PRE_SYSCALL(symlinkat)(const void *oldname, long newdfd, const void *newname) { 2758 (long res, const void *oldname, long newdfd, const void *newname) {} 2761 (long olddfd, const void *oldname, long newdfd, const void *newname, 2770 (long res, long olddfd, const void *oldname, long newdfd, const void *newname, 2774 (long olddfd, const void *oldname, long newdfd, const void *newname) { 2782 (long res, long olddfd, const void *oldname, long newdfd, const void *newname) {
|
| /src/sys/amd64/linux/ |
| H A D | linux_systrace_args.c | 2014 iarg[a++] = p->newdfd; /* l_int */ in systrace_args() 2024 iarg[a++] = p->newdfd; /* l_int */ in systrace_args() 2034 iarg[a++] = p->newdfd; /* l_int */ in systrace_args() 2468 iarg[a++] = p->newdfd; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 971 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member 977 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member 983 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member 1237 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member
|
| /src/sys/i386/linux/ |
| H A D | linux_systrace_args.c | 2167 iarg[a++] = p->newdfd; /* l_int */ in systrace_args() 2177 iarg[a++] = p->newdfd; /* l_int */ in systrace_args() 2187 iarg[a++] = p->newdfd; /* l_int */ in systrace_args() 2608 iarg[a++] = p->newdfd; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 1038 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member 1044 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member 1050 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member 1297 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member
|
| /src/sys/amd64/linux32/ |
| H A D | linux32_systrace_args.c | 2132 iarg[a++] = p->newdfd; /* l_int */ in systrace_args() 2142 iarg[a++] = p->newdfd; /* l_int */ in systrace_args() 2152 iarg[a++] = p->newdfd; /* l_int */ in systrace_args() 2577 iarg[a++] = p->newdfd; /* l_int */ in systrace_args()
|
| H A D | linux32_proto.h | 1040 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member 1046 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member 1052 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member 1303 char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)]; member
|