Home
last modified time | relevance | path

Searched refs:sys_fchownat (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c561 …{ .sy_narg = AS(fchownat_args), .sy_call = (sy_call_t *)sys_fchownat, .sy_auevent = AUE_FCHOWNAT, …
/freebsd/sys/kern/
H A Dinit_sysent.c560 …{ .sy_narg = AS(fchownat_args), .sy_call = (sy_call_t *)sys_fchownat, .sy_auevent = AUE_FCHOWNAT, …
H A Dvfs_syscalls.c3149 sys_fchownat(struct thread *td, struct fchownat_args *uap) in sys_fchownat() function
/freebsd/sys/sys/
H A Dsysproto.h2241 int sys_fchownat(struct thread *, struct fchownat_args *);