Searched refs:topo_nodehash_t (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h56 } topo_nodehash_t; typedef in typeref:struct:topo_nodehash
65 topo_nodehash_t *tn_phash; /* parent hash bucket for this node */
138 extern int topo_node_hash(topo_nodehash_t *, topo_instance_t);
H A Dtopo_node.c81 * | tn_phash ---> | topo_nodehash_t |
86 * | | th_list (siblings) ----->| topo_nodehash_t |
133 topo_nodehash_t *nhp;
190 topo_mod_free(hmod, nhp, sizeof (topo_nodehash_t));
275 node_create_seterror(topo_mod_t *mod, tnode_t *pnode, topo_nodehash_t *nhp,
290 topo_mod_free(mod, nhp, sizeof (topo_nodehash_t));
300 topo_nodehash_t *nhp;
318 if ((nhp = topo_mod_zalloc(mod, sizeof (topo_nodehash_t))) == NULL)
351 topo_nodehash_t *nhp;
380 topo_mod_free(mod, nhp, sizeof (topo_nodehash_t));
[all...]
H A Dtopo_list.c145 topo_nodehash_t *nhp;
163 topo_nodehash_t *nhp;
H A Dtopo_snap.c428 topo_nodehash_t *nhp;
459 topo_mod_free(mod, nhp, sizeof (topo_nodehash_t));
H A Dtopo_2xml.c280 topo_nodehash_t *nhp;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c57 topo_nodehash_t hash;
58 topo_nodehash_t *curr_hash;
837 state->curr_hash = (topo_nodehash_t *)node.tn_children.l_next;
855 if (mdb_vread(&(state->hash), sizeof (topo_nodehash_t),
856 (uintptr_t)state->curr_hash) != sizeof (topo_nodehash_t)) {
858 mdb_warn("failed to read topo_nodehash_t at %p",
879 (topo_nodehash_t *)(state->hash.th_list.l_next);

Completed in 170 milliseconds