Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dvfs_syscalls.c3009 struct fchmodat_args { struct
3017 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.c2609 struct fchmodat_args *p = params; in systrace_args()
/src/sys/sys/
H A Dsysproto.h1400 struct fchmodat_args { struct
2240 int sys_fchmodat(struct thread *, struct fchmodat_args *);
/src/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.c2498 struct fchmodat_args *p = params; in systrace_args()