Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_linux_list_sort.c40 struct list_head *le1, *le2; in drm_le_cmp() local
45 le2 = *(__DECONST(struct list_head **, d2)); in drm_le_cmp()
46 return ((thunk->cmp)(thunk->priv, le1, le2)); in drm_le_cmp()
/freebsd/cddl/contrib/opensolaris/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()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtdata.c274 labelent_t *le2 = arg2; in tdata_label_cmp() local
275 return (le1->le_idx - le2->le_idx); in tdata_label_cmp()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c729 struct zap_leaf_entry *le2; in zap_leaf_rehash_entry() local
738 *chunkp != CHAIN_END; chunkp = &le2->le_next) { in zap_leaf_rehash_entry()
739 le2 = ZAP_LEAF_ENTRY(l, *chunkp); in zap_leaf_rehash_entry()
740 if (le2->le_cd > le->le_cd) in zap_leaf_rehash_entry()
/freebsd/contrib/libfido2/
H A DNEWS191 ** fix zero-ing of le1 and le2 when talking to a U2F device.
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2583 struct list_head *le1, *le2; in linux_le_cmp() local
2588 le2 = *(__DECONST(struct list_head **, d2)); in linux_le_cmp()
2589 return ((thunk->cmp)(thunk->priv, le1, le2)); in linux_le_cmp()