Searched refs:sys_chmod (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| 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 | vfs_syscalls.c | 2734 sys_chmod(struct thread *td, struct chmod_args *uap) in sys_chmod() function
|
| /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…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1805 int sys_chmod(struct thread *, struct chmod_args *);
|