Home
last modified time | relevance | path

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

/dragonfly/contrib/elftoolchain/common/
HD_elftc.h79 #ifndef LIST_FOREACH_SAFE
80 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/dragonfly/lib/libnvmm/
HDlibnvmm.c50 #define LIST_FOREACH_SAFE LIST_FOREACH_MUTABLE macro
131 LIST_FOREACH_SAFE(ent, areas, list, nxt) { in __area_delete()
/dragonfly/lib/libssh/openbsd-compat/
HDsys-queue.h67 #undef LIST_FOREACH_SAFE
286 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro