Home
last modified time | relevance | path

Searched refs:tm_next (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c300 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()
H A Dtopo_module.h65 struct topo_mod *tm_next; /* Next module in hash chain */ member
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c197 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()