Searched defs:fchown_args (Results 1 – 2 of 2) sorted by relevance
3148 struct fchown_args { struct3155 sys_fchown(struct thread *td, struct fchown_args *uap) in sys_fchown() argument
392 struct fchown_args { struct393 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];394 char uid_l_[PADL_(int)]; int uid; char uid_r_[PADR_(int)];395 char gid_l_[PADL_(int)]; int gid; char gid_r_[PADR_(int)];