Lines Matching defs:timeval
52 struct timeval {
208 struct timeval it_interval; /* timer interval */
209 struct timeval it_value; /* current value */
274 * timeval, timestruc) to clock ticks and vice versa.
367 extern void hrt2tv(hrtime_t, struct timeval *);
368 extern hrtime_t tv2hrt(struct timeval *);
369 extern int itimerfix(struct timeval *, int);
371 extern void timevaladd(struct timeval *, struct timeval *);
372 extern void timevalsub(struct timeval *, struct timeval *);
373 extern void timevalfix(struct timeval *);
386 int adjtime(struct timeval *, struct timeval *);
391 int futimesat(int, const char *, const struct timeval *);
398 int utimes(const char *, const struct timeval *);
426 int settimeofday(struct timeval *);
428 int settimeofday(struct timeval *, void *);
439 int gettimeofday(struct timeval *);
441 int gettimeofday(struct timeval *_RESTRICT_KYWD, void *_RESTRICT_KYWD);