Home
last modified time | relevance | path

Searched refs:CIRCLEQ_EMPTY (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dsys-queue.h119 #undef CIRCLEQ_EMPTY
504 #define CIRCLEQ_EMPTY(head) \ macro
/titanic_44/usr/src/uts/common/sys/
H A Dqueue.h659 #define CIRCLEQ_EMPTY(head) ((head)->cqh_first == (void *)(head)) macro