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

/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c256 usb_cfg_descr_t *cfg_descrp = NULL; /* configuration descriptor */ local
280 cfg_descrp = (usb_cfg_descr_t *)(rdata);
282 if (cfg_descrp != NULL) {
284 cfg_descrp->bConfigurationValue);
286 cfg_descrp->bMaxPower);
288 cfg_descrp->bNumInterfaces);
290 (cfg_descrp->bmAttributes & 0x20) ? TRUE : FALSE);
292 (cfg_descrp->bmAttributes & 0x40) ? TRUE : FALSE);

Completed in 28 milliseconds