Searched refs:timesp (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/compat/linux/
H A Dlinux_misc.c790 struct timespec times[2], *timesp = NULL; local
834 timesp = times;
853 error = kern_futimens(td, dfd, timesp, UIO_SYSSPACE);
855 error = kern_utimensat(td, dfd, path, UIO_SYSSPACE, timesp,

Completed in 101 milliseconds