Home
last modified time | relevance | path

Searched defs:LIST_FOREACH (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h162 #define LIST_FOREACH(var, head, field) \ macro
/freebsd/contrib/libevent/compat/sys/
H A Dqueue.h162 #define LIST_FOREACH(var, head, field) \ macro
/freebsd/contrib/openbsm/compat/
H A Dqueue.h359 #define LIST_FOREACH(var, head, field) \ macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h281 #define LIST_FOREACH(var, head, field) \ macro
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h505 #define LIST_FOREACH(var, head, field) \ macro
/freebsd/sys/sys/
H A Dqueue.h541 #define LIST_FOREACH(var, head, field) \ macro
/freebsd/sys/kern/
H A Dsubr_vmem.c1626 LIST_FOREACH(bt, fl, bt_freelist) { in LIST_FOREACH() function