Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c656 entity_item_params[0]; in hidparser_get_main_item_data_descr_main()
671 entity_item_params[0]; in hidparser_get_main_item_data_descr_main()
1345 entity->entity_item_params[0] & 0xFF : 0x00)); in hidparser_print_entity()
2063 entity->entity_item_params = kmem_zalloc(len, KM_SLEEP); in hidparser_allocate_entity()
2064 (void) bcopy(text, entity->entity_item_params, len); in hidparser_allocate_entity()
2267 if (current->entity_item_params != NULL) in hidparser_free_report_descr_handle()
2268 kmem_free(current->entity_item_params, in hidparser_free_report_descr_handle()
2279 if (current->entity_item_params != NULL) { in hidparser_free_report_descr_handle()
2280 kmem_free(current->entity_item_params, in hidparser_free_report_descr_handle()
/illumos-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser_impl.h68 char *entity_item_params; member
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c953 prt_usb_hid_item_data((uintptr_t)item->entity_item_params, in prt_usb_hid_item_params()