Searched refs:SM_TAILQ_FIRST (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dtailq.h77 #define SM_TAILQ_FIRST(head) ((head)->tqh_first) macro
86 (SM_TAILQ_FIRST(head) == SM_TAILQ_END(head))
89 for((var) = SM_TAILQ_FIRST(head); \
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dmonitor.c224 Mon_cur_ctx = SM_TAILQ_FIRST(&Mon_ctx_head);
H A Dworker.c352 ctx = SM_TAILQ_FIRST(&WRK_CTX_HEAD);
573 ctx = SM_TAILQ_FIRST(&WRK_CTX_HEAD);

Completed in 44 milliseconds