Home
last modified time | relevance | path

Searched refs:sys_fchown (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/arm/linux/
H A Dlinux_sysent.c115 …{ .sy_narg = AS(fchown_args), .sy_call = (sy_call_t *)sys_fchown, .sy_auevent = AUE_FCHOWN, .sy_fl…
227 …{ .sy_narg = AS(fchown_args), .sy_call = (sy_call_t *)sys_fchown, .sy_auevent = AUE_NULL, .sy_flag…
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysent.c115 …{ .sy_narg = AS(fchown_args), .sy_call = (sy_call_t *)sys_fchown, .sy_auevent = AUE_FCHOWN, .sy_fl…
227 …{ .sy_narg = AS(fchown_args), .sy_call = (sy_call_t *)sys_fchown, .sy_auevent = AUE_NULL, .sy_flag…
/f-stack/freebsd/i386/linux/
H A Dlinux_sysent.c115 …{ .sy_narg = AS(fchown_args), .sy_call = (sy_call_t *)sys_fchown, .sy_auevent = AUE_FCHOWN, .sy_fl…
227 …{ .sy_narg = AS(fchown_args), .sy_call = (sy_call_t *)sys_fchown, .sy_auevent = AUE_NULL, .sy_flag…
/f-stack/freebsd/arm64/linux/
H A Dlinux_sysent.c75 …{ .sy_narg = AS(fchown_args), .sy_call = (sy_call_t *)sys_fchown, .sy_auevent = AUE_FCHOWN, .sy_fl…
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysent.c113 …{ .sy_narg = AS(fchown_args), .sy_call = (sy_call_t *)sys_fchown, .sy_auevent = AUE_FCHOWN, .sy_fl…
/f-stack/freebsd/kern/
H A Dinit_sysent.c181 …{ .sy_narg = AS(fchown_args), .sy_call = (sy_call_t *)sys_fchown, .sy_auevent = AUE_FCHOWN, .sy_fl…
H A Dvfs_syscalls.c3027 sys_fchown(struct thread *td, struct fchown_args *uap) in sys_fchown() function
/f-stack/freebsd/sys/
H A Dsysproto.h1934 int sys_fchown(struct thread *, struct fchown_args *);