Home | History | Annotate | Download | only in libusb

Lines Matching refs:systime

2000 	struct timeval systime;
2011 TIMESPEC_TO_TIMEVAL(&systime, &systime_ts);
2027 if ((cur_tv->tv_sec > systime.tv_sec) ||
2028 (cur_tv->tv_sec == systime.tv_sec &&
2029 cur_tv->tv_usec > systime.tv_usec))