Searched refs:topo_nodehash_t (Results 1 – 6 of 6) sorted by relevance
| /titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
| H A D | topo_node.c | 133 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 D | topo_tree.h | 56 } 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 D | topo_list.c | 145 topo_nodehash_t *nhp; in topo_child_first() 163 topo_nodehash_t *nhp; in topo_child_next()
|
| H A D | topo_snap.c | 428 topo_nodehash_t *nhp; in topo_snap_destroy() 459 topo_mod_free(mod, nhp, sizeof (topo_nodehash_t)); in topo_snap_destroy()
|
| H A D | topo_2xml.c | 280 topo_nodehash_t *nhp; in txml_print_range()
|
| /titanic_41/usr/src/cmd/mdb/common/modules/libtopo/ |
| H A D | libtopo.c | 57 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()
|