Searched defs:fchownat_args (Results 1 – 2 of 2) sorted by relevance
2959 struct fchownat_args { struct2968 sys_fchownat(struct thread *td, struct fchownat_args *uap) in sys_fchownat() argument
1427 struct fchownat_args { struct1428 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];1429 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];1430 char uid_l_[PADL_(uid_t)]; uid_t uid; char uid_r_[PADR_(uid_t)];1431 char gid_l_[PADL_(gid_t)]; gid_t gid; char gid_r_[PADR_(gid_t)];1432 char flag_l_[PADL_(int)]; int flag; char flag_r_[PADR_(int)];