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

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c110 topo_modhash_lock(topo_modhash_t *mhp)
116 topo_modhash_unlock(topo_modhash_t *mhp)
168 topo_modhash_t *mhp = thp->th_modhash;
255 topo_modhash_t *
258 topo_modhash_t *mhp;
260 if ((mhp = topo_hdl_zalloc(thp, sizeof (topo_modhash_t))) == NULL)
266 topo_hdl_free(thp, mhp, sizeof (topo_modhash_t));
280 topo_modhash_t *mhp = thp->th_modhash;
288 topo_hdl_free(thp, mhp, sizeof (topo_modhash_t));
293 topo_modhash_lookup(topo_modhash_t *mh
[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 in typeref:struct:topo_modhash
116 topo_modhash_t *th_modhash; /* Module hash */
/opensolaris-onvv-gate/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)
643 mdb_warn("failed to read topo_modhash_t at %p", wsp->walk_addr);

Completed in 95 milliseconds