Searched refs:prev_ei (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | hidparser.c | 1617 entity_item_t *curr_ei, *cache_ei, *prev_ei, *tmp_ei; in hidparser_ItemList() local 1620 curr_ei = cache_ei = prev_ei = tmp_ei = NULL; in hidparser_ItemList() 1651 if (prev_ei == NULL) { in hidparser_ItemList() 1652 prev_ei = curr_ei; in hidparser_ItemList() 1656 if (prev_ei->entity_item_type == in hidparser_ItemList() 1658 prev_ei->info.child = curr_ei; in hidparser_ItemList() 1660 prev_ei->entity_item_right_sibling = in hidparser_ItemList() 1681 if (prev_ei == NULL) { in hidparser_ItemList() 1689 if (prev_ei->entity_item_type == in hidparser_ItemList() 1699 (void *)curr_ei, (void *)prev_ei, in hidparser_ItemList() [all …]
|
H A D | README | 436 then cache_ei will point to the third collection, it's prev_ei will point to 437 the second collection and it's prev_ei will point to the root collection. As 521 child of prev_ei = 0xcab84db0, cache_ei being 0xcab84db0 659 child of prev_ei = 0xcab84750, cache_ei being 0xcab84750 711 child of prev_ei = 0xcab7ad30, cache_ei being 0xcab7ad30 773 right sibling of prev_ei = 0xcab7ad60, cache_ei being 0xc 787 right sibling of prev_ei = 0xcab7ecc8, cache_ei being 0xc 870 child of prev_ei = 0xcab7ea88, cache_ei being 0xcab7ea88 909 child of prev_ei = 0xcab7aaf0, cache_ei being 0xcab7aaf0 948 child of prev_ei = 0xcab7ea28, cache_ei being 0xcab7ea28 [all …]
|