Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c424 h = topo_node_hash(nhp, inst); in topo_node_lookup()
436 topo_node_hash(topo_nodehash_t *nhp, topo_instance_t inst) in topo_node_hash() function
481 h = topo_node_hash(nhp, inst); in topo_node_bind()
577 h = topo_node_hash(nhp, inst); in topo_node_facbind()
H A Dtopo_tree.h144 extern int topo_node_hash(topo_nodehash_t *, topo_instance_t);
H A Dtopo_list.c177 index = topo_node_hash(node->tn_phash, node->tn_instance) + 1; in topo_child_next()