Searched refs:lchown_args (Results 1 – 4 of 4) sorted by relevance
165 struct lchown_args lchown;
680 struct lchown_args { struct1625 int sys_lchown (struct sysmsg *sysmsg, const struct lchown_args *);
271 { AS(lchown_args), 4, (sy_call_t *)sys_lchown }, /* 254 = lchown */292 { AS(lchown_args), 4, (sy_call_t *)sys_lchown }, /* 275 = netbsd_lchown */
3597 sys_lchown(struct sysmsg *sysmsg, const struct lchown_args *uap) in sys_lchown()