Home
last modified time | relevance | path

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 */ in set_usb_properties() local
275 cfg_descrp = (usb_cfg_descr_t *)(rdata); in set_usb_properties()
277 if (cfg_descrp != NULL) { in set_usb_properties()
279 cfg_descrp->bConfigurationValue); in set_usb_properties()
281 cfg_descrp->bMaxPower); in set_usb_properties()
283 cfg_descrp->bNumInterfaces); in set_usb_properties()
285 (cfg_descrp->bmAttributes & 0x20) ? TRUE : FALSE); in set_usb_properties()
287 (cfg_descrp->bmAttributes & 0x40) ? TRUE : FALSE); in set_usb_properties()