Searched refs:unflatten_tree (Results 1 – 2 of 2) sorted by relevance
/external/dtc/ |
D | flattree.c | 745 static struct node *unflatten_tree(struct inbuf *dtbuf, in unflatten_tree() function 777 child = unflatten_tree(dtbuf,strbuf, flatname, flags); in unflatten_tree() 929 tree = unflatten_tree(&dtbuf, &strbuf, "", flags); in dt_from_blob()
|
/external/u-boot/scripts/dtc/ |
D | flattree.c | 745 static struct node *unflatten_tree(struct inbuf *dtbuf, in unflatten_tree() function 777 child = unflatten_tree(dtbuf,strbuf, flatname, flags); in unflatten_tree() 929 tree = unflatten_tree(&dtbuf, &strbuf, "", flags); in dt_from_blob()
|