Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c171 topo_modhash_t *mhp = thp->th_modhash; in topo_mod_lookup()
229 if (topo_modhash_lookup(thp->th_modhash, name) != NULL) in topo_mod_create()
277 thp->th_modhash = mhp; in topo_modhash_create()
285 topo_modhash_t *mhp = thp->th_modhash; in topo_modhash_destroy()
294 thp->th_modhash = NULL; in topo_modhash_destroy()
317 topo_modhash_t *mhp = thp->th_modhash; in topo_modhash_load()
350 mhp = thp->th_modhash; in topo_modhash_unload()
386 topo_modhash_t *mhp = thp->th_modhash; in topo_modhash_unload_all()
H A Dtopo_tree.h120 topo_modhash_t *th_modhash; /* Module hash */ member
H A Dtopo_snap.c196 if ((thp->th_modhash = topo_modhash_create(thp)) == NULL) in topo_open()
303 if (thp->th_modhash != NULL) in topo_close()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c132 mdb_printf("%-12s 0x%-34p %-30s\n", "th_modhash", th.th_modhash, in topo_handle()
641 if (mdb_vread(&tmh, sizeof (topo_modhash_t), (uintptr_t)th.th_modhash) in tmod_walk_init()