Searched refs:item_ptr (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | hidparser.c | 1487 entity_item_t **item_ptr) in hidparser_main() argument 1498 *item_ptr = NULL; in hidparser_main() 1499 retval = hidparser_ReportDescriptorDash(item_ptr, scan_ifp); in hidparser_main() 1529 hidparser_ReportDescriptorDash(entity_item_t ** item_ptr, in hidparser_ReportDescriptorDash() argument 1533 if ((hidparser_ReportDescriptor(item_ptr, scan_ifp) == in hidparser_ReportDescriptorDash() 1544 if (*item_ptr != NULL) { in hidparser_ReportDescriptorDash() 1545 (void) hidparser_free_report_descr_handle(*item_ptr); in hidparser_ReportDescriptorDash() 1548 *item_ptr = NULL; in hidparser_ReportDescriptorDash() 1560 hidparser_ReportDescriptor(entity_item_t ** item_ptr, in hidparser_ReportDescriptor() argument 1572 if (hidparser_ItemList(item_ptr, scan_ifp) == HIDPARSER_SUCCESS) { in hidparser_ReportDescriptor() [all …]
|
/titanic_44/usr/src/lib/libxcurses/src/tic/ |
H A D | ticparse.c | 457 handle_use(item_ptr, entry_offset) in handle_use() argument 458 struct use_item *item_ptr; in handle_use() 478 if (item_ptr == NULL) { 543 do_entry(item_ptr) in do_entry() argument 544 struct use_item *item_ptr; in do_entry() 566 if (handle_use(item_ptr, entry_offset) < 0)
|
/titanic_44/usr/src/cmd/tic/ |
H A D | tic_parse.c | 279 do_entry(item_ptr) in do_entry() argument 280 struct use_item *item_ptr; in do_entry() 302 if (handle_use(item_ptr, entry_offset, 828 handle_use(item_ptr, entry_offset, Booleans, Numbers, Strings) in handle_use() argument 830 struct use_item *item_ptr; 855 if (item_ptr == NULL) {
|