Home
last modified time | relevance | path

Searched defs:SIMPLEQ_EMPTY (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/usr.sbin/pfctl/
H A Dpfctl_parser.h192 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dsys-queue.h361 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/dflybsd-src/sys/dev/crypto/ubsec/
H A Dubsec.c83 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro