Searched defs:dl_next (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_list.h38 struct dt_list *dl_next; member in struct:dt_list
42 #define dt_list_next(elem) ((void *)(((dt_list_t *)(elem))->dl_next))
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem_mdesc.h55 struct mem_dimm_list *dl_next; member in struct:mem_dimm_list
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c99 dirlist_t *dl_next; member in struct:dirlist_s
182 n2 = n1->dl_next;
208 node_new->dl_next = node_new;
236 node_p = &(endnode->dl_next);
273 node->dl_next = *listhead;
275 node->dl_next = node;
277 node_p = &(node->dl_next);
332 thisdir = listhead->dl_next;
337 thisdir = thisdir->dl_next;
359 n1 = n1->dl_next;
[all...]

Completed in 16 milliseconds