Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dinit_sysent.c326 …{ AS(lchmod_args), (sy_call_t *)sys_lchmod, AUE_LCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 274 = l…
H A Dvfs_syscalls.c2773 sys_lchmod(struct thread *td, struct lchmod_args *uap) in sys_lchmod() function
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c333 …{ 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 Dsysproto.h1948 int sys_lchmod(struct thread *, struct lchmod_args *);