Home
last modified time | relevance | path

Searched refs:topo_modhash_t (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c110 topo_modhash_lock(topo_modhash_t *mhp) in topo_modhash_lock()
116 topo_modhash_unlock(topo_modhash_t *mhp) in topo_modhash_unlock()
168 topo_modhash_t *mhp = thp->th_modhash; in topo_mod_lookup()
255 topo_modhash_t *
258 topo_modhash_t *mhp; in topo_modhash_create()
260 if ((mhp = topo_hdl_zalloc(thp, sizeof (topo_modhash_t))) == NULL) in topo_modhash_create()
266 topo_hdl_free(thp, mhp, sizeof (topo_modhash_t)); in topo_modhash_create()
280 topo_modhash_t *mhp = thp->th_modhash; in topo_modhash_destroy()
288 topo_hdl_free(thp, mhp, sizeof (topo_modhash_t)); in topo_modhash_destroy()
293 topo_modhash_lookup(topo_modhash_t *mhp, const char *name) in topo_modhash_lookup()
[all …]
H A Dtopo_module.h93 extern topo_modhash_t *topo_modhash_create(topo_hdl_t *);
95 extern topo_mod_t *topo_modhash_lookup(topo_modhash_t *, const char *);
H A Dtopo_tree.h42 typedef struct topo_modhash topo_modhash_t; typedef
116 topo_modhash_t *th_modhash; /* Module hash */
/titanic_44/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c41 static topo_modhash_t tmh;
640 if (mdb_vread(&tmh, sizeof (topo_modhash_t), (uintptr_t)th.th_modhash) in tmod_walk_init()