Searched refs:tdg_scheme (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_digraph.h | 38 const char *tdg_scheme; /* FMRI scheme */ member
|
H A D | topo_digraph.c | 138 if (strcmp(scheme, tdg->tdg_scheme) == 0) in topo_digraph_get() 170 if ((tdg->tdg_scheme = topo_mod_strdup(mod, scheme)) == NULL) { in topo_digraph_new() 237 topo_mod_strfree(mod, (char *)tdg->tdg_scheme); in topo_digraph_destroy() 647 FM_FMRI_SCHEME_PATH, FM_FMRI_SCHEME, tdg->tdg_scheme, in topo_digraph_paths()
|
H A D | topo_subr.c | 234 if (strcmp(scheme, tdg->tdg_scheme) == 0) in topo_hdl_root()
|
H A D | topo_snap.c | 857 info.tsi_scheme = tdg->tdg_scheme; in topo_scheme_walk()
|
H A D | topo_digraph_xml.c | 754 TDG_XML_TOPO_DIGRAPH, TDG_XML_SCHEME, tdg->tdg_scheme, in topo_digraph_serialize()
|