Searched defs:TAILQ_EMPTY (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/contrib/altq/altq/
H A Daltq_var.h156 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/freebsd-10-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h301 #define TAILQ_EMPTY(head) \ macro
/freebsd-10-stable/contrib/openbsm/compat/
H A Dqueue.h445 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h94 #undef TAILQ_EMPTY macro
433 #define TAILQ_EMPTY(head) \ macro
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
H A Dqueue.h502 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/freebsd-10-stable/sys/sys/
H A Dqueue.h646 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro

Completed in 123 milliseconds