Home | History | Annotate | Download | only in usb

Lines Matching refs:wTotalLength

323 	char *end = p + UGETW(cd->wTotalLength);
367 char *end = p + UGETW(cd->wTotalLength);
556 end = (char *)dev->ud_cdesc + UGETW(dev->ud_cdesc->wTotalLength);
712 kmem_free(dev->ud_cdesc, UGETW(dev->ud_cdesc->wTotalLength));
715 UGETW(dev->ud_bdesc->wTotalLength));
744 len = UGETW(cd.wTotalLength);
767 if (UGETW(cdp->wTotalLength) != UGETW(cd.wTotalLength)) {
768 DPRINTF("bad len %jd", UGETW(cdp->wTotalLength), 0, 0, 0);
779 int blen = UGETW(bd.wTotalLength);
796 UGETW(bdp->wTotalLength) != UGETW(bd.wTotalLength)) {
918 kmem_free(bdp, UGETW(bdp->wTotalLength));
1857 kmem_free(dev->ud_cdesc, UGETW(dev->ud_cdesc->wTotalLength));
1859 kmem_free(dev->ud_bdesc, UGETW(dev->ud_bdesc->wTotalLength));