Searched refs:res_tv (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/tools/tools/usbtest/
H A Dusb_modem_test.c175 struct timeval res_tv; local
215 timersub(&sub_tv, &ref_tv, &res_tv);
217 if ((res_tv.tv_sec < 0) || (res_tv.tv_sec >= (int)duration))
272 struct timeval res_tv; local
333 timersub(&sub_tv, &ref_tv, &res_tv);
335 if ((res_tv.tv_sec < 0) || (res_tv.tv_sec >= (int)duration))
H A Dusb_control_ep_test.c242 struct timeval res_tv; local
286 timersub(&sub_tv, &ref_tv, &res_tv);
288 if ((res_tv.tv_sec < 0) || (res_tv.tv_sec >= (int)duration))
384 struct timeval res_tv; local
445 timersub(&sub_tv, &ref_tv, &res_tv);
447 if ((res_tv.tv_sec < 0) || (res_tv.tv_sec >= (int)duration))
H A Dusb_msc_test.c498 struct timeval res_tv; local
832 timersub(&sub_tv, &ref_tv, &res_tv);
834 if ((res_tv.tv_sec < 0) || (res_tv.tv_sec >= (int)p->duration))

Completed in 109 milliseconds