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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h294 char **usb_cfg_str_descr; member in struct:usba_device
369 _NOTE(DATA_READABLE_WITHOUT_LOCK(usba_device::usb_cfg_str_descr))
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c608 (usba_device_struct.usb_cfg_str_descr)) {
614 usba_device_struct.usb_cfg_str_descr)) == -1) {
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c730 if (usba_device->usb_cfg_str_descr) {
732 "deallocating usb_cfg_str_descr: 0x%p",
733 (void *)usba_device->usb_cfg_str_descr);
737 if (usba_device->usb_cfg_str_descr[i]) {
739 usba_device->usb_cfg_str_descr[i],
741 usb_cfg_str_descr[i]) + 1);
745 kmem_free(usba_device->usb_cfg_str_descr,
H A Dhubdi.c317 usba_device->usb_cfg_str_descr = kmem_zalloc(sizeof (uchar_t *),
390 kmem_free(usba_device->usb_cfg_str_descr, sizeof (uchar_t *));
439 kmem_free(usba_device->usb_cfg_str_descr, sizeof (uchar_t *));
5639 child_ud->usb_cfg_str_descr
5644 child_ud->usb_cfg_str_descr
5716 child_ud->usb_cfg_str_descr = str_descr;
7732 str = usba_device->usb_cfg_str_descr[
H A Dusbai_register.c759 usb_cfg_str_descr[this_cfg_ndx];

Completed in 415 milliseconds