Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/openbsd-compat/
H A Dsys-queue.h79 #undef SIMPLEQ_FIRST
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.1/sbin/pfctl/
H A Dpfctl_parser.h207 #define SIMPLEQ_FIRST STAILQ_FIRST macro
213 for((var) = SIMPLEQ_FIRST(head); \
H A Dparse.y1400 for (ti = SIMPLEQ_FIRST(&$5.init_nodes);
/freebsd-12.1/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.1/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.1/sys/dev/ubsec/
H A Dubsec.c91 #define SIMPLEQ_FIRST STAILQ_FIRST macro
517 q = SIMPLEQ_FIRST(&sc->sc_freequeue); in ubsec_detach()
609 q = SIMPLEQ_FIRST(&sc->sc_qchip); in ubsec_intr()
652 q2 = SIMPLEQ_FIRST(&sc->sc_qchip2); in ubsec_intr()
767 q = SIMPLEQ_FIRST(&sc->sc_queue); in ubsec_feed()
778 q2 = SIMPLEQ_FIRST(&sc->sc_queue); in ubsec_feed()
803 q = SIMPLEQ_FIRST(&sc->sc_queue); in ubsec_feed()
998 q = SIMPLEQ_FIRST(&sc->sc_freequeue); in ubsec_process()
1600 q = SIMPLEQ_FIRST(&sc->sc_queue2); in ubsec_feed2()
1920 q = SIMPLEQ_FIRST(&sc->sc_qchip); in ubsec_cleanchip()
[all …]