Lines Matching defs:tv
201 struct timeval tv;
410 tv.tv_sec = 5;
411 tv.tv_usec = 0;
415 xdr_u_int, (char *)&thetime, tv);
642 (void) gettimeofday(&tv, 0);
645 tv.tv_sec += (tv.tv_sec > 500000) ? 1 : 0;
646 delta = (thetime > tv.tv_sec) ? thetime - tv.tv_sec :
647 tv.tv_sec - thetime;
648 td->tv_sec = (thetime < tv.tv_sec) ? - delta : delta;