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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c297 for (mod = mhp->mh_hash[h]; mod != NULL; mod = mod->tm_next) {
323 mod->tm_next = mhp->mh_hash[h];
350 for (mp = *pp; mp != NULL; mp = mp->tm_next) {
354 pp = &mp->tm_next;
358 *pp = mod->tm_next;
397 *pp = mp->tm_next;
H A Dtopo_module.h65 struct topo_mod *tm_next; /* Next module in hash chain */ member in struct:topo_mod

Completed in 55 milliseconds