Home
last modified time | relevance | path

Searched refs:tqe_prev (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dtailq.h106 (head)->tqh_first->field.tqe_prev = \
116 (elm)->field.tqe_prev = (head)->tqh_last; \
123 (elm)->field.tqe_next->field.tqe_prev = \
132 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
134 *(listelm)->field.tqe_prev = (elm); \
140 (elm)->field.tqe_next->field.tqe_prev = \
141 (elm)->field.tqe_prev; \
143 (head)->tqh_last = (elm)->field.tqe_prev; \
149 (elm2)->field.tqe_next->field.tqe_prev = \
153 (elm2)->field.tqe_prev = (elm)->field.tqe_prev; \
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dqueue.h158 (head)->tqh_first->field.tqe_prev = \
163 (elm)->field.tqe_prev = &(head)->tqh_first; \
168 (elm)->field.tqe_prev = (head)->tqh_last; \
175 (elm)->field.tqe_next->field.tqe_prev = \
180 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
184 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
186 *(listelm)->field.tqe_prev = (elm); \
192 (elm)->field.tqe_next->field.tqe_prev = \
193 (elm)->field.tqe_prev; \
195 (head)->tqh_last = (elm)->field.tqe_prev; \
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-queue.h135 struct type **tqe_prev; /* address of previous next element */ \
148 (elm)->field.tqe_next->field.tqe_prev = \
153 (elm)->field.tqe_prev = &(head)->tqh_first; \
158 (elm)->field.tqe_prev = (head)->tqh_last; \
165 (elm)->field.tqe_next->field.tqe_prev = \
170 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
175 (elm)->field.tqe_next->field.tqe_prev = \
176 (elm)->field.tqe_prev; \
178 (head)->tqh_last = (elm)->field.tqe_prev; \
179 *(elm)->field.tqe_prev = (elm)->field.tqe_next; \
/illumos-gate/usr/src/boot/sys/sys/
H A Dqueue.h573 TAILQ_FIRST((head))->field.tqe_prev != \
591 if (*(elm)->field.tqe_prev != (elm)) \
665 TAILQ_NEXT((elm), field)->field.tqe_prev = \
679 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
681 *(listelm)->field.tqe_prev = (elm); \
690 TAILQ_FIRST((head))->field.tqe_prev = \
695 (elm)->field.tqe_prev = &TAILQ_FIRST((head)); \
703 (elm)->field.tqe_prev = (head)->tqh_last; \
724 TAILQ_NEXT((elm), field)->field.tqe_prev = \
725 (elm)->field.tqe_prev; \
[all …]
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dqueue.h607 TAILQ_FIRST((head))->field.tqe_prev != \
625 if (*(elm)->field.tqe_prev != (elm)) \
699 TAILQ_NEXT((elm), field)->field.tqe_prev = \
713 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
715 *(listelm)->field.tqe_prev = (elm); \
724 TAILQ_FIRST((head))->field.tqe_prev = \
729 (elm)->field.tqe_prev = &TAILQ_FIRST((head)); \
737 (elm)->field.tqe_prev = (head)->tqh_last; \
758 TAILQ_NEXT((elm), field)->field.tqe_prev = \
759 (elm)->field.tqe_prev; \
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dqueue.h806 (elm)->field.tqe_next->field.tqe_prev != \
810 if (*(elm)->field.tqe_prev != (elm)) \
820 (elm)->field.tqe_prev = (void *)1L;
838 TAILQ_FIRST((head))->field.tqe_prev = \
850 (elm)->field.tqe_prev = (head)->tqh_last; \
859 TAILQ_NEXT((elm), field)->field.tqe_prev = \
870 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
872 *(listelm)->field.tqe_prev = (elm); \
881 TAILQ_NEXT((elm), field)->field.tqe_prev = \
882 (elm)->field.tqe_prev; \
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h266 struct __db_env **tqe_prev; member
497 struct __dbc **tqe_prev; member