Home
last modified time | relevance | path

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

/trueos/sys/contrib/altq/altq/
HDaltq_var.h156 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/trueos/contrib/openbsm/compat/
HDqueue.h446 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/trueos/crypto/openssh/openbsd-compat/
HDsys-queue.h433 #define TAILQ_EMPTY(head) \ macro
/trueos/sys/sys/
HDqueue.h553 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro