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

  /src/sys/dev/usb/
usb_subr.c 327 int curidx, lastidx, curaidx = 0; local in function:usbd_find_idesc
329 for (curidx = lastidx = -1; end - p >= sizeof(*desc);) {
332 DPRINTFN(4, "idx=%jd(%jd) altidx=%jd(%jd)", ifaceidx, curidx,
351 curidx++;
356 if (ifaceidx == curidx && altidx == curaidx)
372 int curidx; local in function:usbd_find_edesc
380 curidx = -1;
399 curidx++;
400 if (curidx == endptidx)
  /src/sys/arch/mips/sibyte/dev/
sbmac.c 861 int curidx; local in function:sbdma_rx_process
882 curidx = d->sbdma_rem_index;
893 if (curidx == hwidx)
900 dscp = &(d->sbdma_dscrtable[curidx]);
901 m = d->sbdma_ctxtable[curidx];
902 d->sbdma_ctxtable[curidx] = NULL;
976 int curidx; local in function:sbdma_tx_process
995 curidx = d->sbdma_rem_index;
1006 if (curidx == hwidx)
1013 m = d->sbdma_ctxtable[curidx];
    [all...]

Completed in 13 milliseconds