Searched refs:lchmod_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/kern/ |
| HD | vfs_syscalls.c | 2487 struct lchmod_args { struct 2493 sys_lchmod(struct thread *td, struct lchmod_args *uap) in sys_lchmod() argument
|
| HD | init_sysent.c | 322 …{ AS(lchmod_args), (sy_call_t *)sys_lchmod, AUE_LCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 274 = l…
|
| HD | systrace_args.c | 1393 struct lchmod_args *p = params; in systrace_args()
|
| /freebsd-11-stable/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 329 …{ AS(lchmod_args), (sy_call_t *)sys_lchmod, AUE_LCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 274 = l…
|
| HD | freebsd32_systrace_args.c | 1357 struct lchmod_args *p = params; in systrace_args()
|
| /freebsd-11-stable/sys/sys/ |
| HD | sysproto.h | 752 struct lchmod_args { struct 1962 int sys_lchmod(struct thread *, struct lchmod_args *);
|