Searched refs:curr_ei (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | hidparser.c | 1583 entity_item_t *curr_ei, *cache_ei, *prev_ei, *tmp_ei; in hidparser_ItemList() local 1586 curr_ei = cache_ei = prev_ei = tmp_ei = NULL; in hidparser_ItemList() 1594 if (hidparser_MainItem(&curr_ei, scan_ifp) == in hidparser_ItemList() 1603 if (curr_ei->entity_item_type == R_ITEM_COLLECTION) { in hidparser_ItemList() 1605 *item_ptr = curr_ei; in hidparser_ItemList() 1608 curr_ei->prev_coll = cache_ei; in hidparser_ItemList() 1609 cache_ei = curr_ei; in hidparser_ItemList() 1615 (void *)cache_ei, (void *)curr_ei); in hidparser_ItemList() 1618 prev_ei = curr_ei; in hidparser_ItemList() 1624 prev_ei->info.child = curr_ei; in hidparser_ItemList() [all …]
|
H A D | README | 401 curr_ei). 'hidparser_MainItem()' will allocate an entity_item structure and 414 hidparser: Start Collection:cache_ei = 0xcab8d220, curr_ei = 0xcab8d220 457 hidparser: Start Collection:cache_ei = 0xcab84db0, curr_ei = 0xcab84db0 520 hidparser: Main Item: token = 0x80, curr_ei = 0xcab7ecf8 will be the 535 hidparser: End Collection: cache_ei = 0xcab84db0, curr_ei = 0xcab84630 548 hidparser: Start Collection:cache_ei = 0xcab84750, curr_ei = 0xcab84750 658 hidparser: Main Item: token = 0x80, curr_ei = 0xcab7e098 will be the 666 hidparser: End Collection: cache_ei = 0xcab84750, curr_ei = 0xcab7af40 673 hidparser: Start Collection:cache_ei = 0xcab7ad30, curr_ei = 0xcab7ad30 710 hidparser: Main Item: token = 0x80, curr_ei = 0xcab7ad60 will be the [all …]
|