lchmod_args
{ .sy_narg = AS(lchmod_args), .sy_call = (sy_call_t *)sys_lchmod, .sy_auevent = AUE_LCHMOD, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 274 = lchmod */
struct lchmod_args *p = params;
{ .sy_narg = AS(lchmod_args), .sy_call = (sy_call_t *)sys_lchmod, .sy_auevent = AUE_LCHMOD, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 274 = lchmod */
struct lchmod_args *p = params;
sys_lchmod(struct thread *td, struct lchmod_args *uap)
int sys_lchmod(struct thread *, struct lchmod_args *);