Lines Matching defs:totlen
140 int totlen = 0;
153 totlen = uimin(buflen, sizeof(devd));
154 memcpy(&devd, buf, totlen);
157 memcpy(buf, &devd, totlen);
163 totlen = usb_makestrdesc(sd, len, "rod nevada");
167 totlen = usb_makestrdesc(sd, len, "RUMPUSBHC root hub");
193 totlen = buflen;
199 totlen = len;
207 totlen = uimin(len, sizeof(ps));
208 memcpy(buf, &ps, totlen);
216 return totlen;
225 int len, totlen;
232 len = totlen = UGETW(req->wLength);
244 totlen = uimin(len, USB_DEVICE_DESCRIPTOR_SIZE);
245 memset(buf, 0, totlen);
251 memcpy(buf, &uddesc, totlen);
267 totlen = ufdesc.ufd_size;
288 totlen = usb_makestrdesc(sd, len,
292 totlen = usb_makestrdesc(sd, len,
323 totlen = 0;
391 xfer->ux_actlen = totlen;