Searched defs:futimesat_args (Results 1 – 2 of 2) sorted by relevance
3176 struct futimesat_args { struct3183 sys_futimesat(struct thread *td, struct futimesat_args *uap) in sys_futimesat() argument
1439 struct futimesat_args { struct1440 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];1441 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];1442 … times_l_[PADL_(struct timeval *)]; struct timeval * times; char times_r_[PADR_(struct timeval *)];