Searched refs:fchown_args (Results 1 – 4 of 4) sorted by relevance
102 struct fchown_args fchown;
392 struct fchown_args { struct1561 int sys_fchown (struct sysmsg *sysmsg, const struct fchown_args *);
140 { AS(fchown_args), 4, (sy_call_t *)sys_fchown }, /* 123 = fchown */
3615 sys_fchown(struct sysmsg *sysmsg, const struct fchown_args *uap) in sys_fchown()