Searched refs:tt_scheme (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_tree.c | 92 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 D | topo_tree.h | 82 char *tt_scheme; /* scheme name */ member
|
H A D | topo_2xml.c | 341 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 D | topo_subr.c | 221 if (strcmp(scheme, tp->tt_scheme) == 0) in topo_hdl_root()
|
H A D | topo_snap.c | 504 if (strcmp(scheme, tp->tt_scheme) == 0) { in topo_walk_init()
|
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 330 if (mdb_readstr(scheme, sizeof (scheme), (uintptr_t)tree->tt_scheme) in find_tree_root() 333 tree->tt_scheme); in find_tree_root()
|