Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c168 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()
H A Dtopo_tree.h116 topo_modhash_t *th_modhash; /* Module hash */ member
H A Dtopo_snap.c148 if ((thp->th_modhash = topo_modhash_create(thp)) == NULL) in topo_open()
256 if (thp->th_modhash != NULL) in topo_close()
/titanic_44/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c131 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()