/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | queue.h | 85 struct type *le_next; /* next element */ \ 90 #define LIST_NEXT(elm, field) ((elm)->field.le_next) 101 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \ 102 (listelm)->field.le_next->field.le_prev = \ 103 &(elm)->field.le_next; \ 104 (listelm)->field.le_next = (elm); \ 105 (elm)->field.le_prev = &(listelm)->field.le_next; \ 110 (elm)->field.le_next = (listelm); \ 112 (listelm)->field.le_prev = &(elm)->field.le_next; \ 116 if (((elm)->field.le_next = (head)->lh_first) != NULL) \ [all …]
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-queue.h | 90 struct type *le_next; /* next element */ \ 102 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \ 103 (listelm)->field.le_next->field.le_prev = \ 104 &(elm)->field.le_next; \ 105 (listelm)->field.le_next = (elm); \ 106 (elm)->field.le_prev = &(listelm)->field.le_next; \ 110 if (((elm)->field.le_next = (head)->lh_first) != NULL) \ 111 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\ 117 if ((elm)->field.le_next != NULL) \ 118 (elm)->field.le_next->field.le_prev = \ [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zap_leaf.c | 138 le->le_next = BSWAP_16(le->le_next); in zap_leaf_byteswap() 397 *chunkp != CHAIN_END; chunkp = &le->le_next) { in zap_leaf_lookup() 446 chunk != CHAIN_END; chunk = le->le_next) { in zap_leaf_lookup_closest() 549 *zeh->zeh_chunkp = le->le_next; in zap_entry_remove() 577 chunk != CHAIN_END; chunk = le->le_next) { in zap_entry_create() 590 chunk != CHAIN_END; chunk = le->le_next) { in zap_entry_create() 663 chunk != CHAIN_END; chunk = le->le_next) { in zap_entry_normalization_conflict() 703 *chunkp != CHAIN_END; chunkp = &le2->le_next) { in zap_leaf_rehash_entry() 709 le->le_next = *chunkp; in zap_leaf_rehash_entry() 841 chunk = le->le_next; in zap_leaf_stats()
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_dispatch.c | 243 for (p = hp->head.lh_first; p != NULL; p = p->links.le_next) 313 for (p = hp->head.lh_first; p != NULL; p = p->links.le_next)
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | queue.h | 411 struct type *le_next; /* next element */ \ 417 class type *le_next; /* next element */ \ 436 &((elm)->field.le_next)) \ 503 #define LIST_NEXT(elm, field) ((elm)->field.le_next) 508 QUEUE_TYPEOF(type), field.le_next)) 511 QMD_SAVELINK(oldnext, (elm)->field.le_next); \
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | queue.h | 443 struct type *le_next; /* next element */ \ 449 class type *le_next; /* next element */ \ 459 #define LIST_NEXT(elm, field) ((elm)->field.le_next) 462 __containerof((elm)->field.le_prev, type, field.le_next)) 495 if ((elm)->field.le_next && \ 496 (elm)->field.le_next->field.le_prev != \ 497 &(elm)->field.le_next) \ 502 (elm)->field.le_next = (void *)1L; \
|
H A D | sunldi_impl.h | 121 struct ldi_event *le_next; member
|
/illumos-gate/usr/src/contrib/bhyve/sys/ |
H A D | queue.h | 428 struct type *le_next; /* next element */ \ 434 class type *le_next; /* next element */ \ 453 &((elm)->field.le_next)) \ 537 #define LIST_NEXT(elm, field) ((elm)->field.le_next) 542 QUEUE_TYPEOF(type), field.le_next)) 545 QMD_SAVELINK(oldnext, (elm)->field.le_next); \
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zap_leaf.h | 80 uint16_t le_next; /* next entry in hash chain */ member
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zap_leaf.h | 135 uint16_t le_next; /* next entry in hash chain */ member
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | driver_lyr.c | 480 lep->le_next = lhp->lh_events; in handle_event_add() 495 lep->le_prev->le_next = lep->le_next; in handle_event_remove() 496 if (lep->le_next) in handle_event_remove() 497 lep->le_next->le_prev = lep->le_prev; in handle_event_remove() 499 lhp->lh_events = lep->le_next; in handle_event_remove()
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_connect.c | 95 for ((var) = (head)->lh_first; (var); (var) = (var)->field.le_next)
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1553 uint16_t le_next; /* next entry in hash chain */ member
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 674 chunk != CHAIN_END; chunk = le->le_next) { in zap_leaf_lookup()
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 2687 *chunkp != CHAIN_END; chunkp = &le->le_next) { in zap_leaf_lookup()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 852 zlc->l_entry.le_next); in zap_leaf()
|