Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/compat/linux/
Dlinux_misc.c848 struct timespec times[2], *timesp = NULL; in linux_utimensat() local
897 timesp = times; in linux_utimensat()
916 error = kern_futimens(td, dfd, timesp, UIO_SYSSPACE); in linux_utimensat()
918 error = kern_utimensat(td, dfd, path, UIO_SYSSPACE, timesp, in linux_utimensat()