Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/amd64/linux32/
Dlinux32_sysent.c115 …{ AS(fchown_args), (sy_call_t *)sys_fchown, AUE_FCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 95 = fc…
227 …{ AS(fchown_args), (sy_call_t *)sys_fchown, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 207 = fch…
/freebsd-12-stable/sys/i386/linux/
Dlinux_sysent.c115 …{ AS(fchown_args), (sy_call_t *)sys_fchown, AUE_FCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 95 = fc…
227 …{ AS(fchown_args), (sy_call_t *)sys_fchown, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 207 = fch…
/freebsd-12-stable/sys/arm64/linux/
Dlinux_sysent.c75 …{ AS(fchown_args), (sy_call_t *)sys_fchown, AUE_FCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 55 = fc…
/freebsd-12-stable/sys/amd64/linux/
Dlinux_sysent.c113 …{ AS(fchown_args), (sy_call_t *)sys_fchown, AUE_FCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 93 = fc…
/freebsd-12-stable/sys/kern/
Dinit_sysent.c175 …{ AS(fchown_args), (sy_call_t *)sys_fchown, AUE_FCHOWN, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
Dvfs_syscalls.c2961 sys_fchown(struct thread *td, struct fchown_args *uap) in sys_fchown() function
/freebsd-12-stable/sys/compat/freebsd32/
Dfreebsd32_sysent.c182 …{ AS(fchown_args), (sy_call_t *)sys_fchown, AUE_FCHOWN, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
/freebsd-12-stable/sys/sys/
Dsysproto.h1890 int sys_fchown(struct thread *, struct fchown_args *);