Searched refs:le_next (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dqueue.h87 struct type *le_next; /* next element */ \
92 #define LIST_NEXT(elm, field) ((elm)->field.le_next)
103 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
104 (listelm)->field.le_next->field.le_prev = \
105 &(elm)->field.le_next; \
106 (listelm)->field.le_next = (elm); \
107 (elm)->field.le_prev = &(listelm)->field.le_next; \
112 (elm)->field.le_next = (listelm); \
114 (listelm)->field.le_prev = &(elm)->field.le_next; \
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-queue.h92 struct type *le_next; /* next element */ \
104 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
105 (listelm)->field.le_next->field.le_prev = \
106 &(elm)->field.le_next; \
107 (listelm)->field.le_next = (elm); \
108 (elm)->field.le_prev = &(listelm)->field.le_next; \
112 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
113 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
119 if ((elm)->field.le_next !
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h82 uint16_t le_next; /* next entry in hash chain */ member in struct:zap_leaf_chunk::zap_leaf_entry
/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Dzap_leaf.h80 grub_uint16_t le_next; /* next entry in hash chain */ member in struct:zap_leaf_chunk::zap_leaf_entry
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_dispatch.c243 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)
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c610 chunk != CHAIN_END; chunk = le->le_next) {
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c2416 chunk != CHAIN_END; chunk = grub_zfs_to_cpu16 (le->le_next, endian))

Completed in 41 milliseconds