Home
last modified time | relevance | path

Searched refs:sys_lchmod (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dinit_sysent.c337 …{ .sy_narg = AS(lchmod_args), .sy_call = (sy_call_t *)sys_lchmod, .sy_auevent = AUE_LCHMOD, .sy_fl…
H A Dvfs_syscalls.c2942 sys_lchmod(struct thread *td, struct lchmod_args *uap) in sys_lchmod() function
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c338 …{ .sy_narg = AS(lchmod_args), .sy_call = (sy_call_t *)sys_lchmod, .sy_auevent = AUE_LCHMOD, .sy_fl…
/freebsd/sys/sys/
H A Dsysproto.h2032 int sys_lchmod(struct thread *, struct lchmod_args *);