HomeSort by: relevance | last modified time | path
    Searched defs:xtime (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdqueue.c 400 unsigned short xtime; local in function:dwc2_find_multi_uframe
414 xtime = hsotg->frame_usecs[i];
417 * if we add this frame remaining time to xtime we may
420 if (xtime + hsotg->frame_usecs[j] < utime) {
425 if (xtime >= utime) {
443 xtime += hsotg->frame_usecs[j];
445 if (xtime < utime &&
  /src/sys/fs/cd9660/
iso.h 163 char xtime [ISODCL (45, 61)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes
  /src/sys/dev/ic/
wdc.c 1210 int xtime = 0; local in function:__wdcwait
1225 if (++xtime > timeout) {
1228 xtime, status,
1238 if (xtime > 0 && (atadebug_mask & DEBUG_DELAY))
1239 printf("__wdcwait: did busy-wait, time=%d\n", xtime);
1246 if (!cold && xtime > WDCNDELAY_DEBUG) {
1253 chp->ch_channel, WDCDELAY * xtime);
1258 WDCDELAY * xtime);
1321 int xtime; local in function:wdc_dmawait
1323 for (xtime = 0; xtime < timeout * 1000 / WDCDELAY; xtime++)
    [all...]
mvsata.c 2845 int xtime; local in function:mvsata_edma_wait
2847 for (xtime = 0; xtime < timeout * 10; xtime++) {

Completed in 17 milliseconds