Home
last modified time | relevance | path

Searched refs:sys_fchmodat (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/compat/freebsd32/
Dfreebsd32_sysent.c552 …{ AS(fchmodat_args), (sy_call_t *)sys_fchmodat, AUE_FCHMODAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 4…
/freebsd-10-stable/sys/kern/
Dinit_sysent.c526 …{ AS(fchmodat_args), (sy_call_t *)sys_fchmodat, AUE_FCHMODAT, NULL, 0, 0, SYF_CAPENABLED, SY_THR_S…
Dvfs_syscalls.c2791 sys_fchmodat(struct thread *td, struct fchmodat_args *uap) in sys_fchmodat() function
/freebsd-10-stable/sys/sys/
Dsysproto.h2177 int sys_fchmodat(struct thread *, struct fchmodat_args *);