Searched refs:SIMPLEQ_FIRST (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.h211 #define SIMPLEQ_FIRST STAILQ_FIRST macro
217 for((var) = SIMPLEQ_FIRST(head); \
H A Dparse.y1409 for (ti = SIMPLEQ_FIRST(&$5.init_nodes);
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h79 #undef SIMPLEQ_FIRST macro
357 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro
359 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
363 for((var) = SIMPLEQ_FIRST(head); \
368 for ((var) = SIMPLEQ_FIRST(head); \
/freebsd-12-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h231 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro
233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
237 for((var) = SIMPLEQ_FIRST(head); \
/freebsd-12-stable/contrib/libevent/compat/sys/
H A Dqueue.h231 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro
233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
237 for((var) = SIMPLEQ_FIRST(head); \
/freebsd-12-stable/sys/dev/ubsec/
H A Dubsec.c91 #define SIMPLEQ_FIRST STAILQ_FIRST macro
518 q = SIMPLEQ_FIRST(&sc->sc_freequeue);
610 q = SIMPLEQ_FIRST(&sc->sc_qchip);
653 q2 = SIMPLEQ_FIRST(&sc->sc_qchip2);
768 q = SIMPLEQ_FIRST(&sc->sc_queue);
779 q2 = SIMPLEQ_FIRST(&sc->sc_queue);
804 q = SIMPLEQ_FIRST(&sc->sc_queue);
999 q = SIMPLEQ_FIRST(&sc->sc_freequeue);
1601 q = SIMPLEQ_FIRST(&sc->sc_queue2);
1921 q = SIMPLEQ_FIRST(
[all...]

Completed in 170 milliseconds