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

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c168 topo_modhash_t *mhp = thp->th_modhash;
224 if (topo_modhash_lookup(thp->th_modhash, name) != NULL)
272 thp->th_modhash = mhp;
280 topo_modhash_t *mhp = thp->th_modhash;
289 thp->th_modhash = NULL;
312 topo_modhash_t *mhp = thp->th_modhash;
345 mhp = thp->th_modhash;
381 topo_modhash_t *mhp = thp->th_modhash;
H A Dtopo_tree.h116 topo_modhash_t *th_modhash; /* Module hash */ member in struct:topo_hdl
H A Dtopo_snap.c148 if ((thp->th_modhash = topo_modhash_create(thp)) == NULL)
256 if (thp->th_modhash != NULL)
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c131 mdb_printf("%-12s 0x%-34p %-30s\n", "th_modhash", th.th_modhash,
640 if (mdb_vread(&tmh, sizeof (topo_modhash_t), (uintptr_t)th.th_modhash)

Completed in 99 milliseconds