Home
last modified time | relevance | path

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

/titanic_50/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) in topo_tree_create()
115 tp->tt_walk->tw_root = rp; in topo_tree_create()
116 tp->tt_walk->tw_thp = thp; in topo_tree_create()
134 if (tp->tt_walk != NULL) in topo_tree_destroy()
135 topo_mod_free(mod, tp->tt_walk, sizeof (topo_walk_t)); in topo_tree_destroy()
H A Dtopo_tree.h85 topo_walk_t *tt_walk; /* private walker */ member
H A Dtopo_snap.c435 twp = tp->tt_walk; in topo_snap_destroy()