Home
last modified time | relevance | path

Searched refs:tmi_scheme (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h54 char *tmi_scheme; /* enumeration scheme-type */ member
H A Dtopo_mod.c198 mod->tm_info->tmi_scheme = topo_mod_strdup(mod, mip->tmi_scheme); in topo_mod_register()
199 if (mod->tm_info->tmi_scheme == NULL) in topo_mod_register()
233 if (mod->tm_info->tmi_scheme != NULL) in topo_mod_unregister()
234 topo_mod_strfree(mod, mod->tm_info->tmi_scheme); in topo_mod_unregister()
H A Dtopo_mod.h72 const char *tmi_scheme; /* enumeration scheme type */ member
H A Dtopo_digraph.c147 return (topo_digraph_get(mod->tm_hdl, mod->tm_info->tmi_scheme)); in find_digraph()
266 " scheme %s", __func__, mod->tm_info->tmi_scheme); in topo_vertex_new()
H A Dtopo_digraph_xml.c1447 tdg = topo_digraph_get(mod->tm_hdl, mod->tm_info->tmi_scheme); in topo_digraph_deserialize()