Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dsys-queue.h78 #undef SIMPLEQ_EMPTY
361 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
412 if (!SIMPLEQ_EMPTY((head2))) { \
/freebsd-12-stable/sys/dev/ubsec/
Dubsec.c90 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro
515 while (!SIMPLEQ_EMPTY(&sc->sc_freequeue)) { in ubsec_detach()
609 while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) { in ubsec_intr()
652 while (!SIMPLEQ_EMPTY(&sc->sc_qchip2)) { in ubsec_intr()
993 if (SIMPLEQ_EMPTY(&sc->sc_freequeue)) { in ubsec_process()
1598 while (!SIMPLEQ_EMPTY(&sc->sc_queue2)) { in ubsec_feed2()
1920 while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) { in ubsec_cleanchip()
2043 while (!SIMPLEQ_EMPTY(&sc->sc_q2free)) { in ubsec_kprocess()
/freebsd-12-stable/sbin/pfctl/
Dpfctl_parser.h220 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro
Dpfctl_parser.c1100 if (addrs && SIMPLEQ_EMPTY(nodes)) in print_tabledef()
/freebsd-12-stable/contrib/libevent/compat/sys/
Dqueue.h233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/freebsd-12-stable/contrib/ntp/sntp/libevent/compat/sys/
Dqueue.h233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro