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

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c251 usb_cfg_descr_t *cfg_descrp = NULL; /* configuration descriptor */ local
275 cfg_descrp = (usb_cfg_descr_t *)(rdata);
277 if (cfg_descrp != NULL) {
279 cfg_descrp->bConfigurationValue);
281 cfg_descrp->bMaxPower);
283 cfg_descrp->bNumInterfaces);
285 (cfg_descrp->bmAttributes & 0x20) ? TRUE : FALSE);
287 (cfg_descrp->bmAttributes & 0x40) ? TRUE : FALSE);

Completed in 58 milliseconds