Searched refs:fd1 (Results 51 - 54 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2518 #define __sanitizer_syscall_pre_linkat(fd1, name1, fd2, name2, flags) \
2519 __sanitizer_syscall_pre_impl_linkat((long long)(fd1), (long long)(name1), \
2522 #define __sanitizer_syscall_post_linkat(res, fd1, name1, fd2, name2, flags) \
2523 __sanitizer_syscall_post_impl_linkat(res, (long long)(fd1), \
4642 void __sanitizer_syscall_pre_impl_linkat(long long fd1, long long name1,
4645 void __sanitizer_syscall_post_impl_linkat(long long res, long long fd1,
/freebsd-11-stable/sys/kern/
H A Dsystrace_args.c2867 iarg[0] = p->fd1; /* int */
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c2801 iarg[0] = p->fd1; /* int */
/freebsd-11-stable/sys/sys/
H A Dsysproto.h1532 char fd1_l_[PADL_(int)]; int fd1; char fd1_r_[PADR_(int)]; member in struct:linkat_args

Completed in 143 milliseconds

123