Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dqueue.h86 struct type **le_prev; /* address of previous next element */ \
102 (listelm)->field.le_next->field.le_prev = \
105 (elm)->field.le_prev = &(listelm)->field.le_next; \
109 (elm)->field.le_prev = (listelm)->field.le_prev; \
111 *(listelm)->field.le_prev = (elm); \
112 (listelm)->field.le_prev = &(elm)->field.le_next; \
117 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
119 (elm)->field.le_prev = &(head)->lh_first; \
124 (elm)->field.le_next->field.le_prev = \
125 (elm)->field.le_prev; \
[all …]
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dqueue.h445 LIST_FIRST((head))->field.le_prev != \
458 if (*(elm)->field.le_prev != (elm)) \
471 LIST_FIRST(head2)->field.le_prev = \
515 LIST_NEXT((listelm), field)->field.le_prev = \
523 (elm)->field.le_prev = (listelm)->field.le_prev; \
525 *(listelm)->field.le_prev = (elm); \
534 (elm)->field.le_prev = &LIST_FIRST((head)); \
541 __containerof((elm)->field.le_prev, \
546 QMD_SAVELINK(oldprev, (elm)->field.le_prev); \
550 LIST_NEXT((elm), field)->field.le_prev = \
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dqueue.h428 LIST_FIRST((head))->field.le_prev != \
435 LIST_NEXT((elm), field)->field.le_prev != \
441 if (*(elm)->field.le_prev != (elm)) \
481 LIST_NEXT((listelm), field)->field.le_prev = \
489 (elm)->field.le_prev = (listelm)->field.le_prev; \
491 *(listelm)->field.le_prev = (elm); \
500 (elm)->field.le_prev = &LIST_FIRST((head)); \
507 __containerof((elm)->field.le_prev, \
512 QMD_SAVELINK(oldprev, (elm)->field.le_prev); \
516 LIST_NEXT((elm), field)->field.le_prev = \
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-queue.h91 struct type **le_prev; /* address of previous next element */ \
103 (listelm)->field.le_next->field.le_prev = \
106 (elm)->field.le_prev = &(listelm)->field.le_next; \
111 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
113 (elm)->field.le_prev = &(head)->lh_first; \
118 (elm)->field.le_next->field.le_prev = \
119 (elm)->field.le_prev; \
120 *(elm)->field.le_prev = (elm)->field.le_next; \
/illumos-gate/usr/src/uts/common/sys/
H A Dqueue.h496 (elm)->field.le_next->field.le_prev != \
499 if (*(elm)->field.le_prev != (elm)) \
503 (elm)->field.le_prev = (void *)1L;
518 LIST_NEXT((listelm), field)->field.le_prev = \
521 (elm)->field.le_prev = &LIST_NEXT((listelm), field); \
527 (elm)->field.le_prev = (listelm)->field.le_prev; \
529 *(listelm)->field.le_prev = (elm); \
539 (elm)->field.le_prev = &LIST_FIRST((head)); \
546 LIST_NEXT((elm), field)->field.le_prev = \
547 (elm)->field.le_prev; \
[all …]
H A Dsunldi_impl.h122 struct ldi_event *le_prev; member
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c481 lhp->lh_events->le_prev = lep; in handle_event_add()
494 if (lep->le_prev) in handle_event_remove()
495 lep->le_prev->le_next = lep->le_next; in handle_event_remove()
497 lep->le_next->le_prev = lep->le_prev; in handle_event_remove()