Searched defs:list_next (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPutil.h51 #define list_next(elem) (void *)(((plist_t *)(elem))->list_forw) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dlist_impl.h39 struct list_node *list_next; member in struct:list_node
/illumos-gate/usr/src/common/list/
H A Dlist.c46 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head)
51 lnew->list_next = (node)->list_next; \
52 (node)->list_next->list_prev = lnew; \
53 (node)->list_next = lnew; \
58 lnew->list_next = (node); \
60 (node)->list_prev->list_next = lnew; \
65 (node)->list_prev->list_next = (node)->list_next; \
66 (node)->list_next
176 list_next(list_t *list, void *object) function
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugend.h61 struct ugen_devt_list_entry *list_next; member in struct:ugen_devt_list_entry
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_data_structures.h161 #define list_next(p) ((p)->list_next) macro
164 for (p = list_next(h), n = list_next(p); \
166 p = n, n = list_next(p))
170 (ptr)->list_next = (ptr); (ptr)->list_prev = (ptr); \
179 #define list_empty(l) ((l)->list_next == (l))
180 #define list_del(p) { (p)->list_next->list_prev = (p)->list_prev; \
181 (p)->list_prev->list_next = (p)->list_next; }
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2220 uintptr_t list_next; member in struct:mdb_zio::__anon32::__anon33
2646 if (zio.io_parent_list.list_head.list_next !=
/illumos-gate/usr/src/man/man9f/
H A DMakefile971 list_next.9f \
1782 list_next.9f := LINKSRC = list_create.9f

Completed in 134 milliseconds