Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dvfs_syscalls.c2881 struct fchmodat_args { struct
2889 sys_fchmodat(struct thread *td, struct fchmodat_args *uap) in sys_fchmodat() argument
H A Dinit_sysent.c548 …{ .sy_narg = AS(fchmodat_args), .sy_call = (sy_call_t *)sys_fchmodat, .sy_auevent = AUE_FCHMODAT, …
H A Dsystrace_args.c2645 struct fchmodat_args *p = params; in systrace_args()
/freebsd-13.1/sys/sys/
H A Dsysproto.h1421 struct fchmodat_args { struct
2168 int sys_fchmodat(struct thread *, struct fchmodat_args *);
/freebsd-13.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c568 …{ .sy_narg = AS(fchmodat_args), .sy_call = (sy_call_t *)sys_fchmodat, .sy_auevent = AUE_FCHMODAT, …
H A Dfreebsd32_systrace_args.c2579 struct fchmodat_args *p = params; in systrace_args()