Home
last modified time | relevance | path

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

/NextBSD/sys/compat/linux/
HDlinux_misc.c845 struct timespec times[2], *timesp = NULL; in linux_utimensat() local
894 timesp = times; in linux_utimensat()
912 error = kern_futimens(td, dfd, timesp, UIO_SYSSPACE); in linux_utimensat()
914 error = kern_utimensat(td, dfd, path, UIO_SYSSPACE, timesp, in linux_utimensat()