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

/freebsd-10-stable/contrib/openbsm/compat/
H A Dqueue.h165 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h205 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c342 SLIST_FOREACH_SAFE(elem, priv, elems, elem_temp) { function
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
H A Dqueue.h196 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10-stable/sys/sys/
H A Dqueue.h217 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10-stable/sys/net/
H A Dflowtable.c800 SLIST_FOREACH_SAFE(fle, flist, f_next, fle1) { function
/freebsd-10-stable/sys/kern/
H A Dkern_sysctl.c441 SLIST_FOREACH_SAFE(p, SYSCTL_CHILDREN(parent), oid_link, tmp) { function
476 SLIST_FOREACH_SAFE(p, function

Completed in 78 milliseconds