Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c134 topo_nodehash_t *nhp; in topo_node_destroy()
194 topo_mod_free(hmod, nhp, sizeof (topo_nodehash_t)); in topo_node_destroy()
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()
469 topo_nodehash_t *nhp; in topo_node_bind()
[all …]
H A Dtopo_tree.h59 } 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 Dtopo_list.c148 topo_nodehash_t *nhp; in topo_child_first()
166 topo_nodehash_t *nhp; in topo_child_next()
H A Dtopo_snap.c476 topo_nodehash_t *nhp; in topo_snap_destroy()
507 topo_mod_free(mod, nhp, sizeof (topo_nodehash_t)); in topo_snap_destroy()
H A Dtopo_2xml.c421 topo_nodehash_t *nhp; in txml_print_range()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c58 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()