Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c113 topo_modhash_lock(topo_modhash_t *mhp) in topo_modhash_lock()
119 topo_modhash_unlock(topo_modhash_t *mhp) in topo_modhash_unlock()
171 topo_modhash_t *mhp = thp->th_modhash; in topo_mod_lookup()
260 topo_modhash_t *
263 topo_modhash_t *mhp; in topo_modhash_create()
271 topo_hdl_free(thp, mhp, sizeof (topo_modhash_t)); in topo_modhash_create()
285 topo_modhash_t *mhp = thp->th_modhash; in topo_modhash_destroy()
293 topo_hdl_free(thp, mhp, sizeof (topo_modhash_t)); in topo_modhash_destroy()
317 topo_modhash_t *mhp = thp->th_modhash; in topo_modhash_load()
345 topo_modhash_t *mhp; in topo_modhash_unload()
[all …]
H A Dtopo_module.h91 extern topo_modhash_t *topo_modhash_create(topo_hdl_t *);
93 extern topo_mod_t *topo_modhash_lookup(topo_modhash_t *, const char *);
H A Dtopo_tree.h45 typedef struct topo_modhash topo_modhash_t; typedef
120 topo_modhash_t *th_modhash; /* Module hash */
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c42 static topo_modhash_t tmh;
641 if (mdb_vread(&tmh, sizeof (topo_modhash_t), (uintptr_t)th.th_modhash) in tmod_walk_init()