Searched defs:SLIST_FOREACH_SAFE (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/common/
H A D_elftc.h87 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-11-stable/contrib/openbsm/compat/
H A Dqueue.h165 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h205 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c340 SLIST_FOREACH_SAFE(elem, priv, elems, elem_temp) { function
/freebsd-11-stable/sys/sys/
H A Dqueue.h218 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-11-stable/sys/net/
H A Dflowtable.c798 SLIST_FOREACH_SAFE(fle, flist, f_next, fle1) { function
/freebsd-11-stable/sys/kern/
H A Dkern_sysctl.c640 SLIST_FOREACH_SAFE(p, SYSCTL_CHILDREN(parent), oid_link, tmp) { function
675 SLIST_FOREACH_SAFE(p, function

Completed in 100 milliseconds