Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_syscalls.c3383 struct futimes_args { struct
3389 sys_futimes(struct thread *td, struct futimes_args *uap) in sys_futimes() argument
/freebsd/sys/sys/
H A Dsysproto.h567 struct futimes_args { struct
568 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
569 …const struct timeval *)]; const struct timeval * tptr; char tptr_r_[PADR_(const struct timeval *)];