Searched defs:futimes_args (Results 1 – 2 of 2) sorted by relevance
3251 struct futimes_args { struct3257 sys_futimes(struct thread *td, struct futimes_args *uap) in sys_futimes() argument
577 struct futimes_args { struct578 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];579 …har tptr_l_[PADL_(struct timeval *)]; struct timeval * tptr; char tptr_r_[PADR_(struct timeval *)];