Searched refs:pprev (Results 1 - 4 of 4) sorted by relevance

/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dlist.h537 struct hlist_node *next, **pprev; member in struct:hlist_node
546 h->pprev = NULL;
551 return !h->pprev;
562 struct hlist_node **pprev = n->pprev; local
563 *pprev = next;
565 next->pprev = pprev;
572 n->pprev = LIST_POISON2;
588 first->pprev
[all...]
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dlist.h539 struct hlist_node *next, **pprev; member in struct:hlist_node
548 h->pprev = NULL;
553 return !h->pprev;
564 struct hlist_node **pprev = n->pprev; local
565 *pprev = next;
567 next->pprev = pprev;
574 n->pprev = LIST_POISON2;
590 first->pprev
[all...]
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dlist.h544 struct hlist_node *next, * *pprev; member in struct:hlist_node
553 h->pprev = NULL;
558 return !h->pprev;
569 struct hlist_node **pprev = n->pprev; local
570 *pprev = next;
572 next->pprev = pprev;
580 n->pprev = LIST_POISON2;
596 first->pprev
[all...]
/seL4-camkes-master/projects/camkes-tool/libsel4camkes/src/
H A Ddma.c282 for (region_t *pprev = NULL, *p = head; p != NULL; pprev = p, p = p->next) {
300 assert(pprev != NULL);
307 remove_node(pprev, p);
342 p = pprev;

Completed in 157 milliseconds