Home
last modified time | relevance | path

Searched refs:fchmodat_args (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_syscalls.c2957 struct fchmodat_args { struct
2965 sys_fchmodat(struct thread *td, struct fchmodat_args *uap) in sys_fchmodat() argument
H A Dinit_sysent.c559 …{ .sy_narg = AS(fchmodat_args), .sy_call = (sy_call_t *)sys_fchmodat, .sy_auevent = AUE_FCHMODAT, …
H A Dsystrace_args.c2625 struct fchmodat_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h1408 struct fchmodat_args { struct
2196 int sys_fchmodat(struct thread *, struct fchmodat_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c560 …{ .sy_narg = AS(fchmodat_args), .sy_call = (sy_call_t *)sys_fchmodat, .sy_auevent = AUE_FCHMODAT, …
H A Dfreebsd32_systrace_args.c2514 struct fchmodat_args *p = params; in systrace_args()