Symbol: topo_modhash_t
usr/src/cmd/mdb/common/modules/libtopo/libtopo.c
42
static topo_modhash_t tmh;
usr/src/cmd/mdb/common/modules/libtopo/libtopo.c
641
if (mdb_vread(&tmh, sizeof (topo_modhash_t), (uintptr_t)th.th_modhash)
usr/src/lib/fm/topo/libtopo/common/topo_module.c
113
topo_modhash_lock(topo_modhash_t *mhp)
usr/src/lib/fm/topo/libtopo/common/topo_module.c
119
topo_modhash_unlock(topo_modhash_t *mhp)
usr/src/lib/fm/topo/libtopo/common/topo_module.c
171
topo_modhash_t *mhp = thp->th_modhash;
usr/src/lib/fm/topo/libtopo/common/topo_module.c
260
topo_modhash_t *
usr/src/lib/fm/topo/libtopo/common/topo_module.c
263
topo_modhash_t *mhp;
usr/src/lib/fm/topo/libtopo/common/topo_module.c
265
if ((mhp = topo_hdl_zalloc(thp, sizeof (topo_modhash_t))) == NULL)
usr/src/lib/fm/topo/libtopo/common/topo_module.c
271
topo_hdl_free(thp, mhp, sizeof (topo_modhash_t));
usr/src/lib/fm/topo/libtopo/common/topo_module.c
285
topo_modhash_t *mhp = thp->th_modhash;
usr/src/lib/fm/topo/libtopo/common/topo_module.c
293
topo_hdl_free(thp, mhp, sizeof (topo_modhash_t));
usr/src/lib/fm/topo/libtopo/common/topo_module.c
298
topo_modhash_lookup(topo_modhash_t *mhp, const char *name)
usr/src/lib/fm/topo/libtopo/common/topo_module.c
317
topo_modhash_t *mhp = thp->th_modhash;
usr/src/lib/fm/topo/libtopo/common/topo_module.c
345
topo_modhash_t *mhp;
usr/src/lib/fm/topo/libtopo/common/topo_module.c
386
topo_modhash_t *mhp = thp->th_modhash;
usr/src/lib/fm/topo/libtopo/common/topo_module.h
91
extern topo_modhash_t *topo_modhash_create(topo_hdl_t *);
usr/src/lib/fm/topo/libtopo/common/topo_module.h
93
extern topo_mod_t *topo_modhash_lookup(topo_modhash_t *, const char *);
usr/src/lib/fm/topo/libtopo/common/topo_tree.h
120
topo_modhash_t *th_modhash; /* Module hash */