Lines Matching defs:tvp
118 struct timeval *tvp
125 return (get_process_stats(tvp, PS_SELF, (struct procstats *) 0,
348 int gettimeofday(struct timeval *tvp)
370 tvp->tv_sec = mpetime / 1000000LL;
371 tvp->tv_usec = mpetime % 1000000LL;
382 int settimeofday(struct timeval *tvp)
398 big_sec = tvp->tv_sec;
399 big_usec = tvp->tv_usec;
431 struct timeval *tvp,
448 ts.tv_sec = tvp->tv_sec;
449 ts.tv_nsec = 1000 * tvp->tv_usec;
471 rc = SETTIMEOFDAY(tvp, tzp);
480 long tp = tvp->tv_sec;