| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_file.c | 778 int error, olddfd, newdfd; in linux_renameat() local 780 olddfd = (args->olddfd == LINUX_AT_FDCWD) ? AT_FDCWD : args->olddfd; in linux_renameat() 782 LCONVPATHEXIST_AT(td, args->oldname, &from, olddfd); in linux_renameat() 794 error = kern_renameat(td, olddfd, from, newdfd, to, UIO_SYSSPACE); in linux_renameat() 970 int error, olddfd, newdfd, follow; in linux_linkat() local 975 olddfd = (args->olddfd == LINUX_AT_FDCWD) ? AT_FDCWD : args->olddfd; in linux_linkat() 977 LCONVPATHEXIST_AT(td, args->oldname, &path, olddfd); in linux_linkat() 987 printf(ARGS(linkat, "%i, %s, %i, %s, %i"), args->olddfd, path, in linux_linkat() 993 error = kern_linkat(td, olddfd, newdfd, path, to, UIO_SYSSPACE, follow); in linux_linkat()
|
| /freebsd-12.1/contrib/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 1590 #define __sanitizer_syscall_pre_linkat(olddfd, oldname, newdfd, newname, \ argument 1592 __sanitizer_syscall_pre_impl_linkat((long)(olddfd), (long)(oldname), \ 1595 #define __sanitizer_syscall_post_linkat(res, olddfd, oldname, newdfd, newname, \ argument 1597 __sanitizer_syscall_post_impl_linkat(res, (long)(olddfd), (long)(oldname), \ 1600 #define __sanitizer_syscall_pre_renameat(olddfd, oldname, newdfd, newname) \ argument 1601 __sanitizer_syscall_pre_impl_renameat((long)(olddfd), (long)(oldname), \ 1603 #define __sanitizer_syscall_post_renameat(res, olddfd, oldname, newdfd, \ argument 1605 __sanitizer_syscall_post_impl_renameat(res, (long)(olddfd), (long)(oldname), \ 2915 void __sanitizer_syscall_pre_impl_linkat(long olddfd, long oldname, long newdfd, 2917 void __sanitizer_syscall_post_impl_linkat(long res, long olddfd, long oldname, [all …]
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_systrace_args.c | 234 iarg[0] = p->olddfd; /* l_int */ in systrace_args() 245 iarg[0] = p->olddfd; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 154 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member 161 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2508 PRE_SYSCALL(linkat)(long olddfd, const void *oldname, long newdfd, 2516 POST_SYSCALL(linkat)(long res, long olddfd, const void *oldname, long newdfd, 2519 PRE_SYSCALL(renameat)(long olddfd, const void *oldname, long newdfd, 2527 POST_SYSCALL(renameat)(long res, long olddfd, const void *oldname, long newdfd,
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_systrace_args.c | 1868 iarg[0] = p->olddfd; /* l_int */ in systrace_args() 1878 iarg[0] = p->olddfd; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 876 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member 882 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_systrace_args.c | 2014 iarg[0] = p->olddfd; /* l_int */ in systrace_args() 2024 iarg[0] = p->olddfd; /* l_int */ in systrace_args()
|
| H A D | linux32_proto.h | 959 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member 965 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_systrace_args.c | 2090 iarg[0] = p->olddfd; /* l_int */ in systrace_args() 2100 iarg[0] = p->olddfd; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 977 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member 983 char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)]; member
|