Searched defs:cloud (Results 1 - 1 of 1) sorted by relevance
/solaris-userland-s11u3/components/libusb/ugen/src/ |
H A D | libusbugen.c | 92 uint_t iface, char *cloud); 96 uint_t iface, uint_t alt, char *cloud); 100 int iface, int alt, int ep, char *cloud); 1672 * parses config cloud for each config 1724 /* parse each config cloud */ 1761 * parse config descriptor and get cloud 1771 char *cloud; local 1811 if ((cloud = malloc(hdl->device->config[index].wTotalLength)) == 1817 /* get complete cloud */ 1821 0, (char *)cloud, 1909 usb_parse_interface(usb_dev_handle_impl_t *hdl, uint_t index, uint_t iface, char *cloud) argument 1993 usb_parse_alternate(usb_dev_handle_impl_t *hdl, uint_t index, uint_t iface, uint_t alt, char *cloud) argument 2118 usb_parse_endpoint(usb_dev_handle_impl_t *hdl, int index, int iface, int alt, int ep, char *cloud) argument [all...] |
Completed in 17 milliseconds