Searched refs:tm_next (Results 1 – 3 of 3) sorted by relevance
300 for (mod = mhp->mh_hash[h]; mod != NULL; mod = mod->tm_next) { in topo_modhash_lookup()326 mod->tm_next = mhp->mh_hash[h]; in topo_modhash_load()353 for (mp = *pp; mp != NULL; mp = mp->tm_next) { in topo_modhash_unload()357 pp = &mp->tm_next; in topo_modhash_unload()361 *pp = mod->tm_next; in topo_modhash_unload()400 *pp = mp->tm_next; in topo_modhash_unload_all()
65 struct topo_mod *tm_next; /* Next module in hash chain */ member
197 mdb_printf("%-12s 0x%-34p %-30s\n", "tm_next", tm.tm_next, in topo_module()684 if (tm->tm_next) in tmod_walk_step()685 wsp->walk_addr = (uintptr_t)tm->tm_next; in tmod_walk_step()