Searched defs:SIMPLEQ_EMPTY (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h78 #undef SIMPLEQ_EMPTY macro
354 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.h191 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro
/freebsd-11-stable/sys/dev/ubsec/
H A Dubsec.c88 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro

Completed in 127 milliseconds