| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_file.c | 901 .olddfd = args->olddfd, in linux_renameat() 915 int error, olddfd, newdfd; in linux_renameat2() local 938 olddfd = (args->olddfd == LINUX_AT_FDCWD) ? AT_FDCWD : args->olddfd; in linux_renameat2() 941 return (kern_renameat(td, olddfd, args->oldname, newdfd, in linux_renameat2() 944 LCONVPATHEXIST_AT(td, args->oldname, &from, olddfd); in linux_renameat2() 951 error = kern_renameat(td, olddfd, from, newdfd, to, UIO_SYSSPACE); in linux_renameat2() 1135 int error, olddfd, newdfd, follow; in linux_linkat() local 1140 olddfd = (args->olddfd == LINUX_AT_FDCWD) ? AT_FDCWD : args->olddfd; in linux_linkat() 1145 return (kern_linkat(td, olddfd, newdfd, args->oldname, in linux_linkat() 1148 LCONVPATHEXIST_AT(td, args->oldname, &path, olddfd); in linux_linkat() [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 1589 #define __sanitizer_syscall_pre_linkat(olddfd, oldname, newdfd, newname, \ argument 1591 __sanitizer_syscall_pre_impl_linkat((long)(olddfd), (long)(oldname), \ 1594 #define __sanitizer_syscall_post_linkat(res, olddfd, oldname, newdfd, newname, \ argument 1596 __sanitizer_syscall_post_impl_linkat(res, (long)(olddfd), (long)(oldname), \ 1599 #define __sanitizer_syscall_pre_renameat(olddfd, oldname, newdfd, newname) \ argument 1600 __sanitizer_syscall_pre_impl_renameat((long)(olddfd), (long)(oldname), \ 1602 #define __sanitizer_syscall_post_renameat(res, olddfd, oldname, newdfd, \ argument 1604 __sanitizer_syscall_post_impl_renameat(res, (long)(olddfd), (long)(oldname), \ 2916 void __sanitizer_syscall_pre_impl_linkat(long olddfd, long oldname, long newdfd, 2918 void __sanitizer_syscall_post_impl_linkat(long res, long olddfd, long oldname, [all …]
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_systrace_args.c | 288 iarg[0] = p->olddfd; /* l_int */ in systrace_args() 299 iarg[0] = p->olddfd; /* l_int */ in systrace_args() 2075 iarg[0] = p->olddfd; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 184 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member 191 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member 1037 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_systrace_args.c | 1993 iarg[0] = p->olddfd; /* l_int */ in systrace_args() 2003 iarg[0] = p->olddfd; /* l_int */ in systrace_args() 2447 iarg[0] = p->olddfd; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 952 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member 958 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member 1218 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_systrace_args.c | 2116 iarg[0] = p->olddfd; /* l_int */ in systrace_args() 2126 iarg[0] = p->olddfd; /* l_int */ in systrace_args() 2559 iarg[0] = p->olddfd; /* l_int */ in systrace_args()
|
| H A D | linux32_proto.h | 1024 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member 1030 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member 1287 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_systrace_args.c | 2159 iarg[0] = p->olddfd; /* l_int */ in systrace_args() 2169 iarg[0] = p->olddfd; /* l_int */ in systrace_args() 2598 iarg[0] = p->olddfd; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 1021 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member 1027 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member 1280 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2509 PRE_SYSCALL(linkat)(long olddfd, const void *oldname, long newdfd, 2517 POST_SYSCALL(linkat)(long res, long olddfd, const void *oldname, long newdfd, 2520 PRE_SYSCALL(renameat)(long olddfd, const void *oldname, long newdfd, 2528 POST_SYSCALL(renameat)(long res, long olddfd, const void *oldname, long newdfd,
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_systrace_args.c | 2135 iarg[0] = p->olddfd; /* l_int */ in systrace_args() 2145 iarg[0] = p->olddfd; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 1024 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member 1030 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member
|