Home
last modified time | relevance | path

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.h309 char **usb_cfg_str_descr; member
408 _NOTE(DATA_READABLE_WITHOUT_LOCK(usba_device::usb_cfg_str_descr))
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c676 (usba_device_struct.usb_cfg_str_descr)) { in usba_device()
682 usba_device_struct.usb_cfg_str_descr)) == -1) { in usba_device()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c743 if (usba_device->usb_cfg_str_descr) { in usba_free_usba_device()
746 (void *)usba_device->usb_cfg_str_descr); in usba_free_usba_device()
750 if (usba_device->usb_cfg_str_descr[i]) { in usba_free_usba_device()
752 usba_device->usb_cfg_str_descr[i], in usba_free_usba_device()
754 usb_cfg_str_descr[i]) + 1); in usba_free_usba_device()
758 kmem_free(usba_device->usb_cfg_str_descr, in usba_free_usba_device()
H A Dhubdi.c315 usba_device->usb_cfg_str_descr = kmem_zalloc(sizeof (uchar_t *), in usba_hubdi_bind_root_hub()
386 kmem_free(usba_device->usb_cfg_str_descr, sizeof (uchar_t *)); in usba_hubdi_bind_root_hub()
440 kmem_free(usba_device->usb_cfg_str_descr, sizeof (uchar_t *)); in usba_hubdi_unbind_root_hub()
5901 child_ud->usb_cfg_str_descr in hubd_get_this_config_cloud()
5906 child_ud->usb_cfg_str_descr in hubd_get_this_config_cloud()
5978 child_ud->usb_cfg_str_descr = str_descr; in hubd_get_all_device_config_cloud()
8050 str = usba_device->usb_cfg_str_descr[ in usba_hubdi_ioctl()
H A Dusbai_register.c761 usb_cfg_str_descr[this_cfg_ndx]; in usba_build_descr_tree()