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

/freebsd-11.0-release/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.c601 struct libusb20_config *pconf; local
606 pconf = libusb20_dev_alloc_config(pdev, libusb20_dev_get_config_index(pdev));
607 if (pconf == NULL)
610 *config = pconf->desc.bConfigurationValue;
612 free(pconf);
620 struct libusb20_config *pconf; local
636 pconf = libusb20_dev_alloc_config(pdev, i);
637 if (pconf == NULL)
639 found = (pconf->desc.bConfigurationValue
641 free(pconf);
[all...]
/freebsd-11.0-release/sys/dev/usb/
H A Dusb_request.h40 uint8_t *pconf);
H A Dusb_request.c1913 usbd_req_get_config(struct usb_device *udev, struct mtx *mtx, uint8_t *pconf) argument
1922 return (usbd_do_request(udev, mtx, &req, pconf));
/freebsd-11.0-release/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h192 struct ieee802_1x_cp_conf *pconf);
H A Dieee802_1x_kay.c2843 struct ieee802_1x_cp_conf *pconf)
2845 pconf->protect = kay->macsec_protect;
2846 pconf->replay_protect = kay->macsec_replay_protect;
2847 pconf->validate = kay->macsec_validate;
2842 ieee802_1x_kay_cp_conf(struct ieee802_1x_kay *kay, struct ieee802_1x_cp_conf *pconf) argument
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipnat_y.y136 | file pconf ';'
413 pconf: IPNY_PROXY { yysetdict(proxies); } label

Completed in 83 milliseconds