Lines Matching refs:timeval
299 bintime2timeval(const struct bintime *_bt, struct timeval *_tv) in bintime2timeval()
307 timeval2bintime(const struct timeval *_tv, struct bintime *_bt) in timeval2bintime()
332 static __inline struct timeval
335 struct timeval _tv; in sbttotv()
343 tvtosbt(struct timeval _tv) in tvtosbt()
448 struct timeval it_interval; /* timer interval */
449 struct timeval it_value; /* current value */
541 void microuptime(struct timeval *tvp);
554 void microtime(struct timeval *tvp);
558 void getmicrouptime(struct timeval *tvp);
571 void getmicrotime(struct timeval *tvp);
573 void getboottime(struct timeval *boottime);
578 int itimerfix(struct timeval *tv);
579 int ppsratecheck(struct timeval *, int *, int);
580 int ratecheck(struct timeval *, const struct timeval *);
581 void timevaladd(struct timeval *t1, const struct timeval *t2);
582 void timevalsub(struct timeval *t1, const struct timeval *t2);
583 int tvtohz(struct timeval *tv);
611 int utimes(const char *, const struct timeval *);
614 int adjtime(const struct timeval *, struct timeval *);
616 int futimes(int, const struct timeval *);
617 int futimesat(int, const char *, const struct timeval [2]);
618 int lutimes(const char *, const struct timeval *);
619 int settimeofday(const struct timeval *, const struct timezone *);
624 int gettimeofday(struct timeval *, struct timezone *);