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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_list.c33 * An additional dt_list_t is used to store the head (dl_next) and tail
50 q->dl_next = NULL;
53 assert(p->dl_next == NULL);
54 p->dl_next = q;
56 assert(dlp->dl_next == NULL);
57 dlp->dl_next = q;
65 dt_list_t *q = dlp->dl_next; /* q = head list element */
67 dlp->dl_next = p;
69 p->dl_next = q;
86 if (p == NULL || p->dl_next
[all...]
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
H A Dmem_mdesc.c169 dlp->dl_next = bm->bm_dlist;
380 dlp->dl_next = bmp->bm_dlist;
495 nl = dl->dl_next;
H A Dmem.c251 dl = dl->dl_next;
/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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Liblist/
H A DKid.pm180 if ( ($Config{'dlsrc'} =~ /dl_next/ && $Config{'osvers'} lt '4_0')

Completed in 33 milliseconds