Home
last modified time | relevance | path

Searched refs:item_ptr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1454 hidparser_main(unsigned char *descriptor, size_t size, entity_item_t **item_ptr) in hidparser_main() argument
1465 *item_ptr = NULL; in hidparser_main()
1466 retval = hidparser_ReportDescriptorDash(item_ptr, scan_ifp); in hidparser_main()
1496 hidparser_ReportDescriptorDash(entity_item_t **item_ptr, in hidparser_ReportDescriptorDash() argument
1500 if ((hidparser_ReportDescriptor(item_ptr, scan_ifp) == in hidparser_ReportDescriptorDash()
1511 if (*item_ptr != NULL) { in hidparser_ReportDescriptorDash()
1512 (void) hidparser_free_report_descr_handle(*item_ptr); in hidparser_ReportDescriptorDash()
1515 *item_ptr = NULL; in hidparser_ReportDescriptorDash()
1527 hidparser_ReportDescriptor(entity_item_t **item_ptr, hidparser_tok_t *scan_ifp) in hidparser_ReportDescriptor() argument
1538 if (hidparser_ItemList(item_ptr, scan_ifp) == HIDPARSER_SUCCESS) { in hidparser_ReportDescriptor()
[all …]
/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c295 do_entry(struct use_item *item_ptr) in do_entry() argument
317 if (handle_use(item_ptr, entry_offset, in do_entry()
836 handle_use(struct use_item *item_ptr, long entry_offset, in handle_use() argument
859 if (item_ptr == NULL) { in handle_use()