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 326 int curidx, lastidx, curaidx = 0; local in function:usbd_find_idesc
328 for (curidx = lastidx = -1; end - p >= sizeof(*desc);) {
331 DPRINTFN(4, "idx=%jd(%jd) altidx=%jd(%jd)", ifaceidx, curidx,
350 curidx++;
355 if (ifaceidx == curidx && altidx == curaidx)
371 int curidx; local in function:usbd_find_edesc
379 curidx = -1;
398 curidx++;
399 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 14 milliseconds