Home
last modified time | relevance | path

Searched refs:CIRCLEQ_FIRST (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dsys-queue.h114 #undef CIRCLEQ_FIRST
499 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) macro
505 (CIRCLEQ_FIRST(head) == CIRCLEQ_END(head))
508 for((var) = CIRCLEQ_FIRST(head); \
/titanic_44/usr/src/cmd/sendmail/db/include/
H A Dqueue.h216 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) macro
/titanic_44/usr/src/uts/common/sys/
H A Dqueue.h660 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) macro