Home
last modified time | relevance | path

Searched refs:le2 (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/tools/ctf/common/
H A Dlist.c82 list_t *le, **le2; in list_remove() local
88 for (le = *list, le2 = list; le; le2 = &le->l_next, le = le->l_next) { in list_remove()
90 *le2 = le->l_next; in list_remove()
/titanic_44/usr/src/tools/ctf/cvt/
H A Dtdata.c268 tdata_label_cmp(labelent_t *le1, labelent_t *le2) in tdata_label_cmp() argument
270 return (le1->le_idx - le2->le_idx); in tdata_label_cmp()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c723 struct zap_leaf_entry *le2; in zap_leaf_rehash_entry() local
732 *chunkp != CHAIN_END; chunkp = &le2->le_next) { in zap_leaf_rehash_entry()
733 le2 = ZAP_LEAF_ENTRY(l, *chunkp); in zap_leaf_rehash_entry()
734 if (le2->le_cd > le->le_cd) in zap_leaf_rehash_entry()