Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dvfs_syscalls.c3028 struct lchmod_args { struct
3034 sys_lchmod(struct thread *td, struct lchmod_args *uap) in sys_lchmod() argument
H A Dinit_sysent.c343 …{ .sy_narg = AS(lchmod_args), .sy_call = (sy_call_t *)sys_lchmod, .sy_auevent = AUE_LCHMOD, .sy_fl…
H A Dsystrace_args.c1296 struct lchmod_args *p = params; in systrace_args()
/src/sys/sys/
H A Dsysproto.h699 struct lchmod_args { struct
2085 int sys_lchmod(struct thread *, struct lchmod_args *);
/src/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c344 …{ .sy_narg = AS(lchmod_args), .sy_call = (sy_call_t *)sys_lchmod, .sy_auevent = AUE_LCHMOD, .sy_fl…
H A Dfreebsd32_systrace_args.c1267 struct lchmod_args *p = params; in systrace_args()