Searched refs:topo_modhash_t (Results 1 – 4 of 4) sorted by relevance
113 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()265 if ((mhp = topo_hdl_zalloc(thp, sizeof (topo_modhash_t))) == NULL) 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()298 topo_modhash_lookup(topo_modhash_t *mhp, const char *name) in topo_modhash_lookup()[all …]
91 extern topo_modhash_t *topo_modhash_create(topo_hdl_t *);93 extern topo_mod_t *topo_modhash_lookup(topo_modhash_t *, const char *);
45 typedef struct topo_modhash topo_modhash_t; typedef120 topo_modhash_t *th_modhash; /* Module hash */
42 static topo_modhash_t tmh;641 if (mdb_vread(&tmh, sizeof (topo_modhash_t), (uintptr_t)th.th_modhash) in tmod_walk_init()