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

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.c120 tp->tt_root = rp;
137 if (tp->tt_root != NULL) {
138 assert(tp->tt_root->tn_refs == 1);
139 topo_node_rele(tp->tt_root);
174 if (topo_file_load(tp->tt_root->tn_enum, tp->tt_root,
181 if (topo_file_load(tp->tt_root->tn_enum, tp->tt_root,
183 if (topo_file_load(tp->tt_root->tn_enum, tp->tt_root,
[all...]
H A Dtopo_tree.h84 struct topo_node *tt_root; /* root node */ member in struct:topo_tree
H A Dtopo_builtin.c140 rnode = tp->tt_root;
H A Dtopo_snap.c434 root = tp->tt_root;
510 assert(tp->tt_root != NULL);
512 if ((wp = topo_node_walk_init(thp, NULL, tp->tt_root,
H A Dtopo_2xml.c343 tp->tt_root);
H A Dtopo_subr.c222 return (tp->tt_root);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c337 *((tnode_t **)arg) = tree->tt_root;

Completed in 107 milliseconds