Home
last modified time | relevance | path

Searched refs:topo_node_hash (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c406 h = topo_node_hash(nhp, inst); in topo_node_lookup()
418 topo_node_hash(topo_nodehash_t *nhp, topo_instance_t inst) in topo_node_hash() function
463 h = topo_node_hash(nhp, inst); in topo_node_bind()
559 h = topo_node_hash(nhp, inst); in topo_node_facbind()
H A Dtopo_tree.h138 extern int topo_node_hash(topo_nodehash_t *, topo_instance_t);
H A Dtopo_list.c174 index = topo_node_hash(node->tn_phash, node->tn_instance) + 1; in topo_child_next()