Searched refs:tofd (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Drenameat.h37 renameat(int fromfd, const char *from, int tofd, const char *to) argument
41 if (fromfd != tofd) {
/freebsd-current/usr.bin/patch/
H A Dutil.c166 int tofd, fromfd; local
169 tofd = open(to, O_CREAT|O_TRUNC|O_WRONLY, 0666);
170 if (tofd < 0)
176 if (write(tofd, buf, i) != i)
179 close(tofd);
/freebsd-current/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2553 #define __sanitizer_syscall_pre_renameat(fromfd, from, tofd, to) \
2555 (long long)(from), (long long)(tofd), \
2557 #define __sanitizer_syscall_post_renameat(res, fromfd, from, tofd, to) \
2559 (long long)(from), (long long)(tofd), \
4773 long long tofd, long long to);
4775 long long from, long long tofd,
/freebsd-current/lib/libsys/
H A D_libsys.h840 int __sys_fhlinkat(struct fhandle * fhp, int tofd, const char * to);
/freebsd-current/sys/kern/
H A Dvfs_syscalls.c4491 int tofd; member in struct:fhlinkat_args
4499 return (kern_fhlinkat(td, uap->tofd, uap->to, UIO_USERSPACE, uap->fhp));
H A Dsystrace_args.c3254 iarg[a++] = p->tofd; /* int */
/freebsd-current/sys/sys/
H A Dsysproto.h1764 char tofd_l_[PADL_(int)]; int tofd; char tofd_r_[PADR_(int)]; member in struct:fhlinkat_args
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c3167 iarg[a++] = p->tofd; /* int */

Completed in 344 milliseconds