Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dvfs_syscalls.c2728 struct chmod_args { struct
2734 sys_chmod(struct thread *td, struct chmod_args *uap) in sys_chmod() argument
H A Dinit_sysent.c67 …{ AS(chmod_args), (sy_call_t *)sys_chmod, AUE_CHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 15 = chmod…
H A Dsystrace_args.c106 struct chmod_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c74 …{ AS(chmod_args), (sy_call_t *)sys_chmod, AUE_CHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 15 = chmod…
H A Dfreebsd32_systrace_args.c109 struct chmod_args *p = params; in systrace_args()
/freebsd-12.1/sys/sys/
H A Dsysproto.h83 struct chmod_args { struct
1805 int sys_chmod(struct thread *, struct chmod_args *);