Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dsys-queue.h404 #define TAILQ_EMPTY(head) \ macro
/titanic_41/usr/src/uts/common/io/drm/
H A Dqueue.h476 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/titanic_41/usr/src/uts/common/sys/
H A Dqueue.h551 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro