Searched refs:lf_next (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_lineno.c90 STAILQ_INSERT_TAIL(&li->li_lflist, lf, lf_next);
436 STAILQ_FOREACH_SAFE(lf, &li->li_lflist, lf_next, tlf) {
437 STAILQ_REMOVE(&li->li_lflist, lf, _Dwarf_LineFile, lf_next);
460 STAILQ_FOREACH_SAFE(lf, &li->li_lflist, lf_next, tlf) {
462 _Dwarf_LineFile, lf_next);
723 STAILQ_FOREACH(lf, &li->li_lflist, lf_next) {
773 STAILQ_FOREACH_SAFE(lf, &li->li_lflist, lf_next, tlf) {
775 lf_next);
H A Ddwarf_lineno.c146 i < *srccount && lf != NULL; i++, lf = STAILQ_NEXT(lf, lf_next)) {
264 i++, lf = STAILQ_NEXT(lf, lf_next))
H A Ddwarf_pro_lineno.c184 STAILQ_INSERT_TAIL(&li->li_lflist, lf, lf_next);
H A D_libdwarf.h185 STAILQ_ENTRY(_Dwarf_LineFile) lf_next; /* Next file in list. */ member in struct:_Dwarf_LineFile
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap_leaf.h151 uint16_t lf_next; /* next in free list, or CHAIN_END */ member in struct:zap_leaf_chunk::zap_leaf_free
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c148 lc->l_free.lf_next = BSWAP_16(lc->l_free.lf_next);
171 ZAP_LEAF_CHUNK(l, i).l_free.lf_next = i+1;
173 ZAP_LEAF_CHUNK(l, ZAP_LEAF_NUMCHUNKS(l)-1).l_free.lf_next = CHAIN_END;
195 ZAP_LEAF_CHUNK(l, chunk).l_free.lf_next;
211 zlf->lf_next = zap_leaf_phys(l)->l_hdr.lh_freelist;
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1423 uint16_t lf_next; /* next in free list, or CHAIN_END */ member in struct:zap_leaf_chunk::zap_leaf_free

Completed in 131 milliseconds