Home
last modified time | relevance | path

Searched refs:tvdiff (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/tools/tools/ath/athalq/
H A Dtxdiff.pl13 sub tvdiff($$$$) { subroutine
27 printf "%d\t| %s\n", tvdiff($tv_sec, $tv_usec, $1, $2), $_;
/freebsd-13.1/contrib/ntp/libntp/
H A Dsystime.c381 struct timeval tvdiff; in update_uwtmp() local
403 tvdiff = abs_tval(sub_tval(timetv, tvlast)); in update_uwtmp()
404 if (tvdiff.tv_sec > 0) { in update_uwtmp()
/freebsd-13.1/contrib/tnftp/src/
H A Dftp.c590 struct timeval tvthen, tvnow, tvdiff; in copy_bytes() local
633 timersub(&tvnow, &tvthen, &tvdiff); in copy_bytes()
634 if (tvdiff.tv_sec > 0) in copy_bytes()
636 usleep(1000000 - tvdiff.tv_usec); in copy_bytes()