Searched refs:for_each_child_withdel (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/scripts/dtc/ |
H A D | dtc.h | 187 #define for_each_child_withdel(n, c) \ macro 191 for_each_child_withdel(n, c) \
|
H A D | livetree.c | 199 for_each_child_withdel(old_node, old_child) { in merge_nodes() 728 for_each_child_withdel(node, subnode) in sort_subnodes() 736 for_each_child_withdel(node, subnode) in sort_subnodes() 755 for_each_child_withdel(node, c) in sort_node()
|
/openbmc/linux/scripts/dtc/ |
H A D | dtc.h | 253 #define for_each_child_withdel(n, c) \ macro 257 for_each_child_withdel(n, c) \
|
H A D | livetree.c | 206 for_each_child_withdel(old_node, old_child) { in merge_nodes() 773 for_each_child_withdel(node, subnode) in sort_subnodes() 781 for_each_child_withdel(node, subnode) in sort_subnodes() 800 for_each_child_withdel(node, c) in sort_node()
|