Searched refs:chmod_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_syscalls.c | 2728 struct chmod_args { struct 2734 sys_chmod(struct thread *td, struct chmod_args *uap) in sys_chmod() argument
|
| H A D | init_sysent.c | 67 …{ AS(chmod_args), (sy_call_t *)sys_chmod, AUE_CHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 15 = chmod…
|
| H A D | systrace_args.c | 106 struct chmod_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 74 …{ AS(chmod_args), (sy_call_t *)sys_chmod, AUE_CHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 15 = chmod…
|
| H A D | freebsd32_systrace_args.c | 109 struct chmod_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 83 struct chmod_args { struct 1805 int sys_chmod(struct thread *, struct chmod_args *);
|