Searched refs:tt_root (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/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() 173 if (topo_file_load(tp->tt_root->tn_enum, tp->tt_root, in topo_tree_enum() 180 if (topo_file_load(tp->tt_root->tn_enum, tp->tt_root, in topo_tree_enum() 182 if (topo_file_load(tp->tt_root->tn_enum, tp->tt_root, in topo_tree_enum() 185 if ((rv = topo_file_load(tp->tt_root->tn_enum, in topo_tree_enum() 186 tp->tt_root, NULL, tp->tt_scheme, 0)) < 0) { in topo_tree_enum()
|
H A D | topo_tree.h | 88 struct topo_node *tt_root; /* root node */ member
|
H A D | topo_builtin.c | 139 rnode = tp->tt_root; in topo_builtin_create()
|
H A D | topo_snap.c | 482 root = tp->tt_root; in topo_snap_destroy() 580 assert(tp->tt_root != NULL); in topo_walk_init() 582 if ((wp = topo_node_walk_init(thp, NULL, tp->tt_root, in topo_walk_init()
|
H A D | topo_2xml.c | 478 tp->tt_root); in topo_xml_print()
|
H A D | topo_subr.c | 230 return (tp->tt_root); in topo_hdl_root()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 338 *((tnode_t **)arg) = tree->tt_root; in find_tree_root()
|