Searched refs:pconf (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/lib/libusb/
H A Dlibusb10_desc.c98 struct libusb20_config *pconf; local
119 pconf = libusb20_dev_alloc_config(pdev, config_index);
121 if (pconf == NULL)
124 nalt = nif = pconf->num_interface;
126 nextra = N_ALIGN(pconf->extra.len);
130 pinf = pconf->interface + i;
167 free(pconf);
181 pconfd->bLength = pconf->desc.bLength;
182 pconfd->bDescriptorType = pconf->desc.bDescriptorType;
183 pconfd->wTotalLength = pconf
[all...]
H A Dlibusb10.c602 struct libusb20_config *pconf; local
607 pconf = libusb20_dev_alloc_config(pdev, libusb20_dev_get_config_index(pdev));
608 if (pconf == NULL)
611 *config = pconf->desc.bConfigurationValue;
613 free(pconf);
621 struct libusb20_config *pconf; local
637 pconf = libusb20_dev_alloc_config(pdev, i);
638 if (pconf == NULL)
640 found = (pconf->desc.bConfigurationValue
642 free(pconf);
[all...]
/freebsd-10-stable/sys/dev/usb/
H A Dusb_request.h40 uint8_t *pconf);
H A Dusb_request.c1930 usbd_req_get_config(struct usb_device *udev, struct mtx *mtx, uint8_t *pconf) argument
1939 return (usbd_do_request(udev, mtx, &req, pconf));
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipnat_y.y139 | file pconf ';'
416 pconf: IPNY_PROXY { yysetdict(proxies); } label

Completed in 96 milliseconds