Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dqueue.h214 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dqueue.h932 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) macro
947 for ((var) = CIRCLEQ_FIRST((head)); \