Searched refs:tt_walk (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.c98 if ((tp->tt_walk = topo_mod_zalloc(mod, sizeof (topo_walk_t))) == NULL)
115 tp->tt_walk->tw_root = rp;
116 tp->tt_walk->tw_thp = thp;
134 if (tp->tt_walk != NULL)
135 topo_mod_free(mod, tp->tt_walk, sizeof (topo_walk_t));
H A Dtopo_tree.h85 topo_walk_t *tt_walk; /* private walker */ member in struct:topo_tree
H A Dtopo_snap.c435 twp = tp->tt_walk;

Completed in 98 milliseconds