Home
last modified time | relevance | path

Searched defs:futimesat_args (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_syscalls.c3362 struct futimesat_args { struct
3369 sys_futimesat(struct thread *td, struct futimesat_args *uap) in sys_futimesat() argument
/freebsd/sys/sys/
H A Dsysproto.h1426 struct futimesat_args { struct
1427 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
1428 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];
1429 …nst struct timeval *)]; const struct timeval * times; char times_r_[PADR_(const struct timeval *)];