Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/dtc/
Dfdt.hh869 void collect_names_recursive(node_ptr &n, node_path &path);
Dfdt.cc1194 device_tree::collect_names_recursive(node_ptr &n, node_path &path) in collect_names_recursive() function in dtc::fdt::device_tree
1222 collect_names_recursive(c, path); in collect_names_recursive()
1266 collect_names_recursive(root, p); in collect_names()