Home
last modified time | relevance | path

Searched refs:TAILQ_FOREACH_REVERSE_SAFE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/autofs/
H A Dcommon.h56 #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ macro
H A Dcommon.c311 TAILQ_FOREACH_REVERSE_SAFE(n2, in node_expand_includes()
/dragonfly/lib/libssh/openbsd-compat/
H A Dsys-queue.h117 #undef TAILQ_FOREACH_REVERSE_SAFE
548 #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ macro
/dragonfly/sys/netgraph7/netflow/
H A Dnetflow.c465 TAILQ_FOREACH_REVERSE_SAFE(fle, &hsh->head, fhead, fle_hash, fle1) { in ng_netflow_flow_add()