Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ubsec/
H A Dubsec.c90 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro
514 while (!SIMPLEQ_EMPTY(&sc->sc_freequeue)) { in ubsec_detach()
608 while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) { in ubsec_intr()
651 while (!SIMPLEQ_EMPTY(&sc->sc_qchip2)) { in ubsec_intr()
992 if (SIMPLEQ_EMPTY(&sc->sc_freequeue)) { in ubsec_process()
1597 while (!SIMPLEQ_EMPTY(&sc->sc_queue2)) { in ubsec_feed2()
1919 while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) { in ubsec_cleanchip()
2042 while (!SIMPLEQ_EMPTY(&sc->sc_q2free)) { in ubsec_kprocess()
/freebsd-12.1/sbin/pfctl/
H A Dpfctl_parser.h209 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro
H A Dpfctl_parser.c1095 if (addrs && SIMPLEQ_EMPTY(nodes)) in print_tabledef()
/freebsd-12.1/crypto/openssh/openbsd-compat/
H A Dsys-queue.h81 #undef SIMPLEQ_EMPTY
359 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/freebsd-12.1/contrib/libevent/compat/sys/
H A Dqueue.h233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/freebsd-12.1/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro