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

/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.h213 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro
H A Dpfctl_parser.c1099 if (addrs && SIMPLEQ_EMPTY(nodes))
/freebsd-12-stable/sys/dev/ubsec/
H A Dubsec.c90 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro
515 while (!SIMPLEQ_EMPTY(&sc->sc_freequeue)) {
609 while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) {
652 while (!SIMPLEQ_EMPTY(&sc->sc_qchip2)) {
993 if (SIMPLEQ_EMPTY(&sc->sc_freequeue)) {
1598 while (!SIMPLEQ_EMPTY(&sc->sc_queue2)) {
1920 while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) {
2043 while (!SIMPLEQ_EMPTY(&sc->sc_q2free)) {
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h81 #undef SIMPLEQ_EMPTY macro
359 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/freebsd-12-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/freebsd-12-stable/contrib/libevent/compat/sys/
H A Dqueue.h233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro

Completed in 115 milliseconds