Searched refs:l_next (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_util.c36 * An additional ctf_list_t is used to store the head (l_next) and tail
48 q->l_next = NULL;
51 p->l_next = q;
53 lp->l_next = q;
64 ctf_list_t *q = lp->l_next; /* q = head list element */
66 lp->l_next = p;
68 p->l_next = q;
86 p->l_prev->l_next = p->l_next;
88 lp->l_next
[all...]
H A Dctf_impl.h119 struct ctf_list *l_next; /* next pointer or head pointer */ member in struct:ctf_list
300 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next))

Completed in 44 milliseconds