Searched refs:sys_lchmod (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | init_sysent.c | 326 …{ AS(lchmod_args), (sy_call_t *)sys_lchmod, AUE_LCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 274 = l…
|
| H A D | vfs_syscalls.c | 2773 sys_lchmod(struct thread *td, struct lchmod_args *uap) in sys_lchmod() function
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 333 …{ AS(lchmod_args), (sy_call_t *)sys_lchmod, AUE_LCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 274 = l…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1948 int sys_lchmod(struct thread *, struct lchmod_args *);
|