Searched refs:th_modhash (Results 1 – 4 of 4) sorted by relevance
168 topo_modhash_t *mhp = thp->th_modhash; in topo_mod_lookup()224 if (topo_modhash_lookup(thp->th_modhash, name) != NULL) in topo_mod_create()272 thp->th_modhash = mhp; in topo_modhash_create()280 topo_modhash_t *mhp = thp->th_modhash; in topo_modhash_destroy()289 thp->th_modhash = NULL; in topo_modhash_destroy()312 topo_modhash_t *mhp = thp->th_modhash; in topo_modhash_load()345 mhp = thp->th_modhash; in topo_modhash_unload()381 topo_modhash_t *mhp = thp->th_modhash; in topo_modhash_unload_all()
116 topo_modhash_t *th_modhash; /* Module hash */ member
148 if ((thp->th_modhash = topo_modhash_create(thp)) == NULL) in topo_open()256 if (thp->th_modhash != NULL) in topo_close()
131 mdb_printf("%-12s 0x%-34p %-30s\n", "th_modhash", th.th_modhash, in topo_handle()640 if (mdb_vread(&tmh, sizeof (topo_modhash_t), (uintptr_t)th.th_modhash) in tmod_walk_init()