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

/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_control_ep_test.c243 struct timeval res_tv; local
287 timersub(&sub_tv, &ref_tv, &res_tv);
289 if ((res_tv.tv_sec < 0) || (res_tv.tv_sec >= (int)duration))
385 struct timeval res_tv; local
446 timersub(&sub_tv, &ref_tv, &res_tv);
448 if ((res_tv.tv_sec < 0) || (res_tv.tv_sec >= (int)duration))
H A Dusb_modem_test.c176 struct timeval res_tv; local
216 timersub(&sub_tv, &ref_tv, &res_tv);
218 if ((res_tv.tv_sec < 0) || (res_tv.tv_sec >= (int)duration))
273 struct timeval res_tv; local
334 timersub(&sub_tv, &ref_tv, &res_tv);
336 if ((res_tv.tv_sec < 0) || (res_tv.tv_sec >= (int)duration))
H A Dusb_msc_test.c499 struct timeval res_tv; local
833 timersub(&sub_tv, &ref_tv, &res_tv);
835 if ((res_tv.tv_sec < 0) || (res_tv.tv_sec >= (int)p->duration))

Completed in 112 milliseconds