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

/freebsd-10.0-release/contrib/dtc/
H A Dlivetree.c145 new_node->children = new_child->next_sibling;
147 new_child->next_sibling = NULL;
172 assert(first->next_sibling == NULL);
174 first->next_sibling = list;
195 child->next_sibling = NULL;
200 p = &((*p)->next_sibling);
589 tbl[i]->next_sibling = tbl[i+1];
590 tbl[n-1]->next_sibling = NULL;
H A Ddtc.h150 struct node *next_sibling; member in struct:node
168 for ((c) = (n)->children; (c); (c) = (c)->next_sibling)
H A Dchecks.c245 for (child2 = child->next_sibling;
247 child2 = child2->next_sibling)

Completed in 127 milliseconds