Searched refs:mh_hash (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c261 if ((mhp->mh_hash = topo_hdl_zalloc(thp,
284 topo_hdl_free(thp, mhp->mh_hash, sizeof (void *) * mhp->mh_hashlen);
297 for (mod = mhp->mh_hash[h]; mod != NULL; mod = mod->tm_next) {
323 mod->tm_next = mhp->mh_hash[h];
324 mhp->mh_hash[h] = mod;
348 pp = &mhp->mh_hash[h];
386 pp = &mhp->mh_hash[i];
H A Dtopo_module.h49 struct topo_mod **mh_hash; /* hash bucket array */ member in struct:topo_modhash

Completed in 21 milliseconds