Lines Matching defs:timesp
579 struct timespec *timesp, int lflags)
588 if (timesp != NULL) {
592 if (timesp[0].tv_nsec == UTIME_OMIT &&
593 timesp[1].tv_nsec == UTIME_OMIT)
604 UIO_USERSPACE, timesp, UIO_SYSSPACE, flags));
609 return (kern_futimens(td, dfd, timesp, UIO_SYSSPACE));
616 struct timespec times[2], *timesp;
630 timesp = times;
632 timesp = NULL;
635 timesp, args->flags));
671 struct timespec times[2], *timesp;
685 timesp = times;
687 timesp = NULL;
690 timesp, args->flags));