Home
last modified time | relevance | path

Searched refs:tqh_last (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dtailq.h62 struct type **tqh_last; /* addr of last next element */ \
81 (*(((struct headname *)((head)->tqh_last))->tqh_last))
84 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
103 (head)->tqh_last = &(head)->tqh_first; \
111 (head)->tqh_last = &(elm)->field.tqe_next; \
118 (elm)->field.tqe_prev = (head)->tqh_last; \
119 *(head)->tqh_last = (elm); \
120 (head)->tqh_last = &(elm)->field.tqe_next; \
128 (head)->tqh_last = &(elm)->field.tqe_next; \
145 (head)->tqh_last = (elm)->field.tqe_prev; \
[all …]
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-queue.h131 struct type **tqh_last; /* addr of last next element */ \
145 (head)->tqh_last = &(head)->tqh_first; \
153 (head)->tqh_last = &(elm)->field.tqe_next; \
160 (elm)->field.tqe_prev = (head)->tqh_last; \
161 *(head)->tqh_last = (elm); \
162 (head)->tqh_last = &(elm)->field.tqe_next; \
170 (head)->tqh_last = &(elm)->field.tqe_next; \
180 (head)->tqh_last = (elm)->field.tqe_prev; \
/titanic_50/usr/src/uts/common/io/drm/
H A Dqueue.h417 struct type **tqh_last; /* addr of last next element */ \
443 if (*(head)->tqh_last != NULL) \
467 *(head1)->tqh_last = (head2)->tqh_first; \
468 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
469 (head1)->tqh_last = (head2)->tqh_last; \
502 (head)->tqh_last = &TAILQ_FIRST((head)); \
512 (head)->tqh_last = &TAILQ_NEXT((elm), field); \
537 (head)->tqh_last = &TAILQ_NEXT((elm), field); \
547 (elm)->field.tqe_prev = (head)->tqh_last; \
548 *(head)->tqh_last = (elm); \
[all …]
/titanic_50/usr/src/cmd/sendmail/db/include/
H A Dqueue.h137 struct type **tqh_last; /* addr of last next element */ \
155 (head)->tqh_last = &(head)->tqh_first; \
163 (head)->tqh_last = &(elm)->field.tqe_next; \
170 (elm)->field.tqe_prev = (head)->tqh_last; \
171 *(head)->tqh_last = (elm); \
172 (head)->tqh_last = &(elm)->field.tqe_next; \
180 (head)->tqh_last = &(elm)->field.tqe_next; \
197 (head)->tqh_last = (elm)->field.tqe_prev; \
/titanic_50/usr/src/uts/common/sys/
H A Dqueue.h424 type **tqh_last; /* addr of last next element */ \
448 if (*(head)->tqh_last != NULL) \
462 (head)->tqh_last != &(elm)->field.tqe_next) \
478 (head)->tqh_last = &(head)->tqh_first; \
488 (head)->tqh_last = &(elm)->field.tqe_next; \
497 (elm)->field.tqe_prev = (head)->tqh_last; \
498 *(head)->tqh_last = (elm); \
499 (head)->tqh_last = &(elm)->field.tqe_next; \
509 (head)->tqh_last = &(elm)->field.tqe_next; \
531 (head)->tqh_last = (elm)->field.tqe_prev; \
[all …]
/titanic_50/usr/src/cmd/ssh/include/
H A Dsys-queue.h381 struct type **tqh_last; /* addr of last next element */ \
400 (*(((struct headname *)((head)->tqh_last))->tqh_last))
403 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
422 (head)->tqh_last = &(head)->tqh_first; \
430 (head)->tqh_last = &(elm)->field.tqe_next; \
437 (elm)->field.tqe_prev = (head)->tqh_last; \
438 *(head)->tqh_last = (elm); \
439 (head)->tqh_last = &(elm)->field.tqe_next; \
447 (head)->tqh_last = &(elm)->field.tqe_next; \
464 (head)->tqh_last = (elm)->field.tqe_prev; \
[all …]
/titanic_50/usr/src/cmd/sendmail/db/
H A Ddb.h428 struct __dbc **tqh_last; member
432 struct __dbc **tqh_last; member
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c400 vcp->iod_rqlist.tqh_last = &vcp->iod_rqlist.tqh_first; in smb_vc_create()