Searched refs:list_node (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/projects/util_libs/libutils/include/utils/
H A Dlist.h21 struct list_node *head;
77 struct list_node { struct
79 struct list_node *next;
82 int list_prepend_node(list_t *l, struct list_node *node);
83 int list_append_node(list_t *l, struct list_node *node);
/seL4-camkes-master/projects/util_libs/libutils/src/
H A Dlist.c18 typedef struct list_node node_t;
/seL4-camkes-master/projects/projects_libs/libfdtgen/
H A Dfdtgen.c344 struct list_node *a = l->head;
346 struct list_node *next = a->next;

Completed in 31 milliseconds