Home
last modified time | relevance | path

Searched refs:tt_scheme (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.c92 if ((tp->tt_scheme = topo_mod_strdup(mod, scheme)) == NULL) in topo_tree_create()
108 rp->tn_name = tp->tt_scheme; in topo_tree_create()
146 if (tp->tt_scheme != NULL) in topo_tree_destroy()
147 topo_mod_strfree(mod, tp->tt_scheme); in topo_tree_destroy()
175 pp, tp->tt_scheme, 0) < 0) { in topo_tree_enum()
182 pp, tp->tt_scheme, 0) < 0) { in topo_tree_enum()
184 thp->th_machine, tp->tt_scheme, 0) < 0) { in topo_tree_enum()
187 tp->tt_root, NULL, tp->tt_scheme, 0)) < 0) { in topo_tree_enum()
190 "FMRI set\n", tp->tt_scheme); in topo_tree_enum()
H A Dtopo_tree.h82 char *tt_scheme; /* scheme name */ member
H A Dtopo_2xml.c341 if (strcmp(scheme, tp->tt_scheme) == 0) { in topo_xml_print()
342 txml_print_topology(thp, fp, tp->tt_scheme, in topo_xml_print()
H A Dtopo_subr.c221 if (strcmp(scheme, tp->tt_scheme) == 0) in topo_hdl_root()
H A Dtopo_snap.c504 if (strcmp(scheme, tp->tt_scheme) == 0) { in topo_walk_init()
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c330 if (mdb_readstr(scheme, sizeof (scheme), (uintptr_t)tree->tt_scheme) in find_tree_root()
333 tree->tt_scheme); in find_tree_root()