Searched defs:fchown_args (Results 1 – 2 of 2) sorted by relevance
3202 struct fchown_args { struct3209 sys_fchown(struct thread *td, struct fchown_args *uap) in sys_fchown() argument
384 struct fchown_args { struct385 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];386 char uid_l_[PADL_(int)]; int uid; char uid_r_[PADR_(int)];387 char gid_l_[PADL_(int)]; int gid; char gid_r_[PADR_(int)];