Lines Matching refs:timeval
48 struct timeval { struct
204 struct timeval it_interval; /* timer interval */
205 struct timeval it_value; /* current value */
360 extern void hrt2tv(hrtime_t, struct timeval *);
361 extern hrtime_t tv2hrt(struct timeval *);
362 extern int itimerfix(struct timeval *, int);
364 extern void timevaladd(struct timeval *, struct timeval *);
365 extern void timevalsub(struct timeval *, struct timeval *);
366 extern void timevalfix(struct timeval *);
379 int adjtime(struct timeval *, struct timeval *);
384 int futimesat(int, const char *, const struct timeval *);
391 int utimes(const char *, const struct timeval *);
419 int settimeofday(struct timeval *);
421 int settimeofday(struct timeval *, void *);
432 int gettimeofday(struct timeval *);
434 int gettimeofday(struct timeval *_RESTRICT_KYWD, void *_RESTRICT_KYWD);