Searched defs:item_ptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1487 entity_item_t **item_ptr)
1498 *item_ptr = NULL;
1499 retval = hidparser_ReportDescriptorDash(item_ptr, scan_ifp);
1529 hidparser_ReportDescriptorDash(entity_item_t ** item_ptr, argument
1533 if ((hidparser_ReportDescriptor(item_ptr, scan_ifp) ==
1544 if (*item_ptr != NULL) {
1545 (void) hidparser_free_report_descr_handle(*item_ptr);
1548 *item_ptr = NULL;
1560 hidparser_ReportDescriptor(entity_item_t ** item_ptr, argument
1572 if (hidparser_ItemList(item_ptr, scan_if
1485 hidparser_main(unsigned char *descriptor, size_t size, entity_item_t **item_ptr) argument
1615 hidparser_ItemList(entity_item_t ** item_ptr, hidparser_tok_t *scan_ifp) argument
1741 hidparser_MainItem(entity_item_t ** item_ptr, hidparser_tok_t *scan_ifp) argument
[all...]

Completed in 71 milliseconds