Home
last modified time | relevance | path

Searched refs:tt_root (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.c120 tp->tt_root = rp; in topo_tree_create()
137 if (tp->tt_root != NULL) { in topo_tree_destroy()
138 assert(tp->tt_root->tn_refs == 1); in topo_tree_destroy()
139 topo_node_rele(tp->tt_root); in topo_tree_destroy()
174 if (topo_file_load(tp->tt_root->tn_enum, tp->tt_root, in topo_tree_enum()
181 if (topo_file_load(tp->tt_root->tn_enum, tp->tt_root, in topo_tree_enum()
183 if (topo_file_load(tp->tt_root->tn_enum, tp->tt_root, in topo_tree_enum()
186 if ((rv = topo_file_load(tp->tt_root->tn_enum, in topo_tree_enum()
187 tp->tt_root, NULL, tp->tt_scheme, 0)) < 0) { in topo_tree_enum()
H A Dtopo_tree.h84 struct topo_node *tt_root; /* root node */ member
H A Dtopo_builtin.c140 rnode = tp->tt_root; in topo_builtin_create()
H A Dtopo_snap.c434 root = tp->tt_root; in topo_snap_destroy()
510 assert(tp->tt_root != NULL); in topo_walk_init()
512 if ((wp = topo_node_walk_init(thp, NULL, tp->tt_root, in topo_walk_init()
H A Dtopo_2xml.c343 tp->tt_root); in topo_xml_print()
H A Dtopo_subr.c222 return (tp->tt_root); in topo_hdl_root()
/titanic_44/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c337 *((tnode_t **)arg) = tree->tt_root; in find_tree_root()