Home
last modified time | relevance | path

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

/kernel/lib/topology/include/lib/
A Dsystem-topology.h74 bool Validate(zbi_topology_node_t* nodes, int count) const;
/kernel/lib/topology/
A Dsystem-topology.cpp15 if (flat_nodes == nullptr || count == 0 || !Validate(flat_nodes, static_cast<int>(count))) { in Update()
83 bool Graph::Validate(zbi_topology_node_t* nodes, int count) const { in Validate() function in system_topology::Graph

Completed in 9 milliseconds