Searched refs:SIMPLEQ_FOREACH (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sbin/pfctl/ |
| HD | pfctl_parser.h | 192 #define SIMPLEQ_FOREACH(var, head, field) \ macro
|
| HD | pfctl_parser.c | 1052 SIMPLEQ_FOREACH(ti, nodes, entries) { in print_tabledef()
|
| HD | parse.y | 4614 SIMPLEQ_FOREACH(ti, &opts->init_nodes, entries) { in process_tabledef()
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | sys-queue.h | 80 #undef SIMPLEQ_FOREACH 357 #define SIMPLEQ_FOREACH(var, head, field) \ macro
|
| /NextBSD/contrib/ntp/sntp/libevent/compat/sys/ |
| HD | queue.h | 236 #define SIMPLEQ_FOREACH(var, head, field) \ macro
|
| /NextBSD/sys/dev/ubsec/ |
| HD | ubsec.c | 91 #define SIMPLEQ_FOREACH STAILQ_FOREACH macro 735 SIMPLEQ_FOREACH(q, &sc->sc_queue, q_next) { in ubsec_feed()
|