Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/openbsd-compat/
HDsys-queue.h76 #undef SIMPLEQ_FIRST
352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro
354 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
358 for((var) = SIMPLEQ_FIRST(head); \
363 for ((var) = SIMPLEQ_FIRST(head); \
/NextBSD/sbin/pfctl/
HDpfctl_parser.h187 #define SIMPLEQ_FIRST STAILQ_FIRST macro
193 for((var) = SIMPLEQ_FIRST(head); \
HDparse.y1363 for (ti = SIMPLEQ_FIRST(&$5.init_nodes);
/NextBSD/contrib/ntp/sntp/libevent/compat/sys/
HDqueue.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); \
/NextBSD/sys/dev/ubsec/
HDubsec.c89 #define SIMPLEQ_FIRST STAILQ_FIRST macro
516 q = SIMPLEQ_FIRST(&sc->sc_freequeue); in ubsec_detach()
608 q = SIMPLEQ_FIRST(&sc->sc_qchip); in ubsec_intr()
651 q2 = SIMPLEQ_FIRST(&sc->sc_qchip2); in ubsec_intr()
766 q = SIMPLEQ_FIRST(&sc->sc_queue); in ubsec_feed()
777 q2 = SIMPLEQ_FIRST(&sc->sc_queue); in ubsec_feed()
802 q = SIMPLEQ_FIRST(&sc->sc_queue); in ubsec_feed()
1060 q = SIMPLEQ_FIRST(&sc->sc_freequeue); in ubsec_process()
1661 q = SIMPLEQ_FIRST(&sc->sc_queue2); in ubsec_feed2()
1981 q = SIMPLEQ_FIRST(&sc->sc_qchip); in ubsec_cleanchip()
[all …]