Home
last modified time | relevance | path

Searched refs:fchmod_args (Results 1 – 14 of 14) 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…
H A Dlinux_systrace_args.c342 struct fchmod_args *p = params; in systrace_args()
/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…
H A Dlinux_systrace_args.c794 struct fchmod_args *p = params; in systrace_args()
/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…
H A Dlinux32_systrace_args.c637 struct fchmod_args *p = params; in systrace_args()
/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…
H A Dlinux_systrace_args.c652 struct fchmod_args *p = params; in systrace_args()
/freebsd-12.1/sys/kern/
H A Dvfs_syscalls.c2803 struct fchmod_args { struct
2809 sys_fchmod(struct thread *td, struct fchmod_args *uap) in sys_fchmod() argument
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 Dsystrace_args.c690 struct fchmod_args *p = params; in systrace_args()
/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 …
H A Dfreebsd32_systrace_args.c693 struct fchmod_args *p = params; in systrace_args()
/freebsd-12.1/sys/sys/
H A Dsysproto.h407 struct fchmod_args { struct
1878 int sys_fchmod(struct thread *, struct fchmod_args *);