Home
last modified time | relevance | path

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

/illumos-gate/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()
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 Dtopo_tree.h88 struct topo_node *tt_root; /* root node */ member
H A Dtopo_builtin.c139 rnode = tp->tt_root; in topo_builtin_create()
H A Dtopo_snap.c482 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 Dtopo_2xml.c478 tp->tt_root); in topo_xml_print()
H A Dtopo_subr.c230 return (tp->tt_root); in topo_hdl_root()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c338 *((tnode_t **)arg) = tree->tt_root; in find_tree_root()