Searched refs:cache_ei (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | README | 414 hidparser: Start Collection:cache_ei = 0xcab8d220, curr_ei = 0xcab8d220 418 This forms the root collection. 'cache_ei' or the cached entity_item will 436 then cache_ei will point to the third collection, it's prev_ei will point to 438 we move down the first end collection, cache_ei would have changed to second 457 hidparser: Start Collection:cache_ei = 0xcab84db0, curr_ei = 0xcab84db0 521 child of prev_ei = 0xcab84db0, cache_ei being 0xcab84db0 535 hidparser: End Collection: cache_ei = 0xcab84db0, curr_ei = 0xcab84630 539 make cache_ei point to root collection. 548 hidparser: Start Collection:cache_ei = 0xcab84750, curr_ei = 0xcab84750 659 child of prev_ei = 0xcab84750, cache_ei being 0xcab84750 [all …]
|
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() 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() 1631 tmp_ei = cache_ei->prev_coll; in hidparser_ItemList() 1632 cache_ei->entity_item_right_sibling = curr_ei; in hidparser_ItemList() 1637 (void *)cache_ei, (void *)curr_ei); in hidparser_ItemList() 1643 cache_ei = tmp_ei; in hidparser_ItemList() 1666 (void *)cache_ei); in hidparser_ItemList() [all …]
|