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

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_list.c174 index = topo_node_hash(node->tn_phash, node->tn_instance) + 1;
175 for (nhp = node->tn_phash; nhp != NULL; nhp = topo_list_next(nhp)) {
H A Dtopo_tree.h65 topo_nodehash_t *tn_phash; /* parent hash bucket for this node */ member in struct:topo_node
H A Dtopo_node.c81 * | tn_phash ---> | topo_nodehash_t |
151 nhp = node->tn_phash;
488 node->tn_phash = nhp;
589 node->tn_phash = nhp;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c301 mdb_printf("%-12s 0x%-34p %-30s\n", "tn_phash", tn.tn_phash,

Completed in 97 milliseconds