Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/include/sm/
H A Dtailq.h71 struct type **tqe_prev; /* address of previous next element */ \
84 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
108 (head)->tqh_first->field.tqe_prev = \
113 (elm)->field.tqe_prev = &(head)->tqh_first; \
118 (elm)->field.tqe_prev = (head)->tqh_last; \
125 (elm)->field.tqe_next->field.tqe_prev = \
130 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
134 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
136 *(listelm)->field.tqe_prev = (elm); \
137 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
[all …]
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dqueue.h143 struct type **tqe_prev; /* address of previous next element */ \
160 (head)->tqh_first->field.tqe_prev = \
165 (elm)->field.tqe_prev = &(head)->tqh_first; \
170 (elm)->field.tqe_prev = (head)->tqh_last; \
177 (elm)->field.tqe_next->field.tqe_prev = \
182 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
186 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
188 *(listelm)->field.tqe_prev = (elm); \
189 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
194 (elm)->field.tqe_next->field.tqe_prev = \
[all …]
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-queue.h137 struct type **tqe_prev; /* address of previous next element */ \
150 (elm)->field.tqe_next->field.tqe_prev = \
155 (elm)->field.tqe_prev = &(head)->tqh_first; \
160 (elm)->field.tqe_prev = (head)->tqh_last; \
167 (elm)->field.tqe_next->field.tqe_prev = \
172 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
177 (elm)->field.tqe_next->field.tqe_prev = \
178 (elm)->field.tqe_prev; \
180 (head)->tqh_last = (elm)->field.tqe_prev; \
181 *(elm)->field.tqe_prev = (elm)->field.tqe_next; \
/titanic_41/usr/src/uts/common/io/drm/
H A Dqueue.h427 struct type **tqe_prev; /* address of previous next element */ \
437 TAILQ_FIRST((head))->field.tqe_prev != \
449 TAILQ_NEXT((elm), field)->field.tqe_prev != \
455 if (*(elm)->field.tqe_prev != (elm)) \
468 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
509 TAILQ_NEXT((elm), field)->field.tqe_prev = \
516 (elm)->field.tqe_prev = &TAILQ_NEXT((listelm), field); \
523 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
525 *(listelm)->field.tqe_prev = (elm); \
526 (listelm)->field.tqe_prev = &TAILQ_NEXT((elm), field); \
[all …]
/titanic_41/usr/src/cmd/ssh/include/
H A Dsys-queue.h390 struct type **tqe_prev; /* address of previous next element */ \
403 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
427 (head)->tqh_first->field.tqe_prev = \
432 (elm)->field.tqe_prev = &(head)->tqh_first; \
437 (elm)->field.tqe_prev = (head)->tqh_last; \
444 (elm)->field.tqe_next->field.tqe_prev = \
449 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
453 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
455 *(listelm)->field.tqe_prev = (elm); \
456 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dqueue.h434 type **tqe_prev; /* address of previous next element */\
444 (head)->tqh_first->field.tqe_prev != &(head)->tqh_first) \
453 (elm)->field.tqe_next->field.tqe_prev != \
457 if (*(elm)->field.tqe_prev != (elm)) \
467 (elm)->field.tqe_prev = (void *)1L;
485 (head)->tqh_first->field.tqe_prev = \
490 (elm)->field.tqe_prev = &(head)->tqh_first; \
497 (elm)->field.tqe_prev = (head)->tqh_last; \
506 (elm)->field.tqe_next->field.tqe_prev = \
511 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
[all …]
/titanic_41/usr/src/cmd/sendmail/db/
H A Ddb.h266 struct __db_env **tqe_prev; member
497 struct __dbc **tqe_prev; member