Home
last modified time | relevance | path

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

/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…
/src/sys/kern/
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 Dvfs_syscalls.c3034 sys_lchmod(struct thread *td, struct lchmod_args *uap) in sys_lchmod() function
/src/sys/sys/
H A Dsysproto.h2085 int sys_lchmod(struct thread *, struct lchmod_args *);