Lines Matching refs:tvp
26 utime_ts_from_tval (const struct timeval tvp[2], in utime_ts_from_tval()
29 if (tvp == NULL) in utime_ts_from_tval()
40 TIMEVAL_TO_TIMESPEC (&tvp[0], atime); in utime_ts_from_tval()
41 TIMEVAL_TO_TIMESPEC (&tvp[1], mtime); in utime_ts_from_tval()
47 utime_tvalue_from_tval (const struct timeval tvp[2], in utime_tvalue_from_tval()
50 if (tvp == NULL) in utime_tvalue_from_tval()
56 atime->seconds = tvp[0].tv_sec; in utime_tvalue_from_tval()
57 atime->microseconds = tvp[0].tv_usec; in utime_tvalue_from_tval()
58 mtime->seconds = tvp[1].tv_sec; in utime_tvalue_from_tval()
59 mtime->microseconds = tvp[1].tv_usec; in utime_tvalue_from_tval()
65 hurd_futimes (const file_t port, const struct timeval tvp[2]) in hurd_futimes()
70 utime_ts_from_tval (tvp, &atime, &mtime); in hurd_futimes()
78 utime_tvalue_from_tval (tvp, &atim, &mtim); in hurd_futimes()