Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c133 topo_nodehash_t *nhp; in topo_node_destroy()
190 topo_mod_free(hmod, nhp, sizeof (topo_nodehash_t)); in topo_node_destroy()
275 node_create_seterror(topo_mod_t *mod, tnode_t *pnode, topo_nodehash_t *nhp, in node_create_seterror()
290 topo_mod_free(mod, nhp, sizeof (topo_nodehash_t)); in node_create_seterror()
300 topo_nodehash_t *nhp; in topo_node_range_create()
318 if ((nhp = topo_mod_zalloc(mod, sizeof (topo_nodehash_t))) == NULL) in topo_node_range_create()
351 topo_nodehash_t *nhp; in topo_node_range_destroy()
380 topo_mod_free(mod, nhp, sizeof (topo_nodehash_t)); in topo_node_range_destroy()
390 topo_nodehash_t *nhp; in topo_node_lookup()
418 topo_node_hash(topo_nodehash_t *nhp, topo_instance_t inst) in topo_node_hash()
[all …]
H A Dtopo_tree.h56 } topo_nodehash_t; typedef
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_list.c145 topo_nodehash_t *nhp; in topo_child_first()
163 topo_nodehash_t *nhp; in topo_child_next()
H A Dtopo_snap.c428 topo_nodehash_t *nhp; in topo_snap_destroy()
459 topo_mod_free(mod, nhp, sizeof (topo_nodehash_t)); in topo_snap_destroy()
H A Dtopo_2xml.c280 topo_nodehash_t *nhp; in txml_print_range()
/titanic_53/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; in tnh_walk_init()
855 if (mdb_vread(&(state->hash), sizeof (topo_nodehash_t), in tnh_walk_step()
856 (uintptr_t)state->curr_hash) != sizeof (topo_nodehash_t)) { in tnh_walk_step()
879 (topo_nodehash_t *)(state->hash.th_list.l_next); in tnh_walk_step()