Searched refs:node_names (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.cc1201 auto iter = node_names.find(name);
1202 if (iter == node_names.end())
1204 node_names.insert(std::make_pair(name, n.get()));
1210 node_names.erase(iter);
1261 node_names.clear();
1434 target = node_names[target_name];
1475 node *nx = node_names[v.string_data];
1483 nx = node_names[s.first];
1723 return node_names[v.string_data];
1991 auto existing = node_names
[all...]
H A Dfdt.hh766 std::unordered_map<std::string, node*> node_names; member in class:dtc::fdt::device_tree
865 * them to the node_paths and node_names vectors so that they can be
/freebsd-11-stable/sbin/hastd/
H A Dparse.y86 static int node_names(char **namesp);
430 if (node_names(&names) != 0)
800 node_names(char **namesp)

Completed in 62 milliseconds