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

/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.h189 #define SIMPLEQ_FIRST STAILQ_FIRST macro
195 for((var) = SIMPLEQ_FIRST(head); \
H A Dparse.y1396 for (ti = SIMPLEQ_FIRST(&$5.init_nodes);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h76 #undef SIMPLEQ_FIRST macro
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); \
/freebsd-11-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-11-stable/sys/dev/ubsec/
H A Dubsec.c89 #define SIMPLEQ_FIRST STAILQ_FIRST macro
517 q = SIMPLEQ_FIRST(&sc->sc_freequeue);
609 q = SIMPLEQ_FIRST(&sc->sc_qchip);
652 q2 = SIMPLEQ_FIRST(&sc->sc_qchip2);
767 q = SIMPLEQ_FIRST(&sc->sc_queue);
778 q2 = SIMPLEQ_FIRST(&sc->sc_queue);
803 q = SIMPLEQ_FIRST(&sc->sc_queue);
1061 q = SIMPLEQ_FIRST(&sc->sc_freequeue);
1662 q = SIMPLEQ_FIRST(&sc->sc_queue2);
1982 q = SIMPLEQ_FIRST(
[all...]

Completed in 75 milliseconds