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

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

Completed in 61 milliseconds