Searched refs:tt_root (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_tree.c | 120 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 D | topo_tree.h | 84 struct topo_node *tt_root; /* root node */ member
|
H A D | topo_builtin.c | 140 rnode = tp->tt_root; in topo_builtin_create()
|
H A D | topo_snap.c | 434 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 D | topo_2xml.c | 343 tp->tt_root); in topo_xml_print()
|
H A D | topo_subr.c | 222 return (tp->tt_root); in topo_hdl_root()
|
/titanic_44/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 337 *((tnode_t **)arg) = tree->tt_root; in find_tree_root()
|