Home
last modified time | relevance | path

Searched refs:child_nodes (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/usr.bin/dtc/
Dfdt.cc1007 for (auto &c : child_nodes()) in sort()
1148 for (auto &c : child_nodes()) in write()
1182 for (auto &c : child_nodes()) in write_dts()
1220 for (auto &c : n->child_nodes()) in collect_names_recursive()
1322 for (auto &c : n->child_nodes()) in assign_phandles()
1399 for (auto &c : target->child_nodes()) in resolve_cross_references()
1534 for (auto &cn : n.child_nodes()) in garbage_collect_marked_nodes()
1912 for (auto &c : node->child_nodes()) in reassign_fragment_numbers()
2122 for (auto &c : n->child_nodes()) in parse_dts()
Dfdt.hh580 inline child_range child_nodes() in child_nodes() function in dtc::fdt::node