Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c72 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 52 = fc…
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c111 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 91 = fc…
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c114 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 94 = fc…
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c114 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 94 = fc…
/freebsd-12.1/sys/kern/
H A Dinit_sysent.c176 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
H A Dvfs_syscalls.c2809 sys_fchmod(struct thread *td, struct fchmod_args *uap) in sys_fchmod() function
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c183 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
/freebsd-12.1/sys/sys/
H A Dsysproto.h1878 int sys_fchmod(struct thread *, struct fchmod_args *);