Searched refs:topo_nodehash_t (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_node.c | 134 topo_nodehash_t *nhp; in topo_node_destroy() 194 topo_mod_free(hmod, nhp, sizeof (topo_nodehash_t)); in topo_node_destroy() 293 node_create_seterror(topo_mod_t *mod, tnode_t *pnode, topo_nodehash_t *nhp, in node_create_seterror() 308 topo_mod_free(mod, nhp, sizeof (topo_nodehash_t)); in node_create_seterror() 318 topo_nodehash_t *nhp; in topo_node_range_create() 336 if ((nhp = topo_mod_zalloc(mod, sizeof (topo_nodehash_t))) == NULL) in topo_node_range_create() 369 topo_nodehash_t *nhp; in topo_node_range_destroy() 398 topo_mod_free(mod, nhp, sizeof (topo_nodehash_t)); in topo_node_range_destroy() 408 topo_nodehash_t *nhp; in topo_node_lookup() 436 topo_node_hash(topo_nodehash_t *nhp, topo_instance_t inst) in topo_node_hash() [all …]
|
H A D | topo_tree.h | 59 } topo_nodehash_t; typedef 68 topo_nodehash_t *tn_phash; /* parent hash bucket for this node */ 144 extern int topo_node_hash(topo_nodehash_t *, topo_instance_t);
|
H A D | topo_list.c | 148 topo_nodehash_t *nhp; in topo_child_first() 166 topo_nodehash_t *nhp; in topo_child_next()
|
H A D | topo_snap.c | 476 topo_nodehash_t *nhp; in topo_snap_destroy() 507 topo_mod_free(mod, nhp, sizeof (topo_nodehash_t)); in topo_snap_destroy()
|
H A D | topo_2xml.c | 421 topo_nodehash_t *nhp; in txml_print_range()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 58 topo_nodehash_t hash; 59 topo_nodehash_t *curr_hash; 838 state->curr_hash = (topo_nodehash_t *)node.tn_children.l_next; in tnh_walk_init() 856 if (mdb_vread(&(state->hash), sizeof (topo_nodehash_t), in tnh_walk_step() 857 (uintptr_t)state->curr_hash) != sizeof (topo_nodehash_t)) { in tnh_walk_step() 880 (topo_nodehash_t *)(state->hash.th_list.l_next); in tnh_walk_step()
|