Home
last modified time | relevance | path

Searched defs:TAILQ_EMPTY (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/sys/net/altq/
H A Daltq_var.h145 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/freebsd-src/contrib/libevent/compat/sys/
H A Dqueue.h301 #define TAILQ_EMPTY(head) \ macro
/freebsd-src/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h301 #define TAILQ_EMPTY(head) \ macro
/freebsd-src/contrib/openbsm/compat/
H A Dqueue.h445 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/freebsd-src/crypto/openssh/openbsd-compat/
H A Dsys-queue.h528 #define TAILQ_EMPTY(head) \ macro
/freebsd-src/contrib/libarchive/unzip/
H A Dla_queue.h685 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/freebsd-src/sys/sys/
H A Dqueue.h741 #define TAILQ_EMPTY( global() macro