Home
last modified time | relevance | path

Searched refs:tn_phash (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_list.c177 index = topo_node_hash(node->tn_phash, node->tn_instance) + 1; in topo_child_next()
178 for (nhp = node->tn_phash; nhp != NULL; nhp = topo_list_next(nhp)) { in topo_child_next()
H A Dtopo_tree.h68 topo_nodehash_t *tn_phash; /* parent hash bucket for this node */ member
H A Dtopo_node.c155 nhp = node->tn_phash; in topo_node_destroy()
506 node->tn_phash = nhp; in topo_node_bind()
607 node->tn_phash = nhp; in topo_node_facbind()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c302 mdb_printf("%-12s 0x%-34p %-30s\n", "tn_phash", tn.tn_phash, in topo_node()