Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/linux/
H A Dlinux_sysent.c72 …{ .sy_narg = AS(fchmod_args), .sy_call = (sy_call_t *)sys_fchmod, .sy_auevent = AUE_FCHMOD, .sy_fl…
/f-stack/freebsd/arm/linux/
H A Dlinux_sysent.c114 …{ .sy_narg = AS(fchmod_args), .sy_call = (sy_call_t *)sys_fchmod, .sy_auevent = AUE_FCHMOD, .sy_fl…
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysent.c111 …{ .sy_narg = AS(fchmod_args), .sy_call = (sy_call_t *)sys_fchmod, .sy_auevent = AUE_FCHMOD, .sy_fl…
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysent.c114 …{ .sy_narg = AS(fchmod_args), .sy_call = (sy_call_t *)sys_fchmod, .sy_auevent = AUE_FCHMOD, .sy_fl…
/f-stack/freebsd/i386/linux/
H A Dlinux_sysent.c114 …{ .sy_narg = AS(fchmod_args), .sy_call = (sy_call_t *)sys_fchmod, .sy_auevent = AUE_FCHMOD, .sy_fl…
/f-stack/freebsd/kern/
H A Dinit_sysent.c182 …{ .sy_narg = AS(fchmod_args), .sy_call = (sy_call_t *)sys_fchmod, .sy_auevent = AUE_FCHMOD, .sy_fl…
H A Dvfs_syscalls.c2896 sys_fchmod(struct thread *td, struct fchmod_args *uap) in sys_fchmod() function
/f-stack/freebsd/sys/
H A Dsysproto.h1935 int sys_fchmod(struct thread *, struct fchmod_args *);