Home
last modified time | relevance | path

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

/freebsd/usr.bin/dtc/
H A Dfdt.cc1032 for (auto &c : child_nodes()) in sort()
1192 for (auto &c : child_nodes()) in write()
1226 for (auto &c : child_nodes()) in write_dts()
1268 for (auto &c : n->child_nodes()) in collect_names_recursive()
1370 for (auto &c : n->child_nodes()) in assign_phandles()
1447 for (auto &c : target->child_nodes()) in resolve_cross_references()
1583 for (auto &cn : n.child_nodes()) in garbage_collect_marked_nodes()
1992 for (auto &c : node->child_nodes()) in reassign_fragment_numbers()
2215 for (auto &c : n->child_nodes()) in parse_dts()
H A Dfdt.hh578 inline child_range child_nodes() in child_nodes() function in dtc::fdt::node