Searched refs:le2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_linux_list_sort.c41 struct list_head *le1, *le2; local
46 le2 = *(__DECONST(struct list_head **, d2));
47 return ((thunk->cmp)(thunk->priv, le1, le2));
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.c82 list_t *le, **le2; local
88 for (le = *list, le2 = list; le; le2 = &le->l_next, le = le->l_next) {
90 *le2 = le->l_next;
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtdata.c274 labelent_t *le2 = arg2; local
275 return (le1->le_idx - le2->le_idx);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c715 struct zap_leaf_entry *le2; local
724 *chunkp != CHAIN_END; chunkp = &le2->le_next) {
725 le2 = ZAP_LEAF_ENTRY(l, *chunkp);
726 if (le2->le_cd > le->le_cd)

Completed in 70 milliseconds