Home
last modified time | relevance | path

Searched refs:entity_item_params (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser_impl.h68 char *entity_item_params; member
/titanic_44/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c675 entity_item_params[0]; in hidparser_get_main_item_data_descr_main()
690 entity_item_params[0]; in hidparser_get_main_item_data_descr_main()
1374 entity->entity_item_params[0] & 0xFF : 0x00)); in hidparser_print_entity()
2098 entity->entity_item_params = kmem_zalloc(len, KM_SLEEP); in hidparser_allocate_entity()
2099 (void) bcopy(text, entity->entity_item_params, len); in hidparser_allocate_entity()
2302 if (current->entity_item_params != NULL) in hidparser_free_report_descr_handle()
2303 kmem_free(current->entity_item_params, in hidparser_free_report_descr_handle()
2314 if (current->entity_item_params != NULL) { in hidparser_free_report_descr_handle()
2315 kmem_free(current->entity_item_params, in hidparser_free_report_descr_handle()
/titanic_44/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c910 prt_usb_hid_item_data((uintptr_t)item->entity_item_params, in prt_usb_hid_item_params()