Lines Matching defs:len
686 "usb_get_string(): index=%d langid=0x%x len=%d\n",
1680 int rval, len;
1716 len = (int) sizeof (struct usb_config_descriptor) *
1719 if ((hdl->device->config = calloc(len, 1)) == NULL) {
1769 uint_t iface, len;
1804 "cfg%d: len=%d type=%d total=%d #if=%d cf=%d\n", index,
1855 len = hdl->device->config[index].bNumInterfaces *
1857 if ((hdl->device->config[index].interface = calloc(len, 1)) ==
1914 uint_t alt, max_alt, len;
1943 len = ++max_alt * (int)sizeof (struct usb_interface_descriptor);
1945 calloc(len, 1)) == NULL) {
1996 uint_t ep, len;
2017 "cfg%d.if%d.%d: len=%d type=%d num=%d alt=%d #ep=%d c=%d"
2057 len = if_descr.bNumEndpoints *
2060 endpoint = calloc(len, 1)) == NULL) {