Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers228 topo_vertex_new;
H A Dtopo_mod.h330 extern topo_vertex_t *topo_vertex_new(topo_mod_t *, const char *,
H A Dtopo_mod.map115 topo_vertex_new { TYPE = FUNCTION; FLAGS = extern };
H A Dtopo_digraph.c257 topo_vertex_new(topo_mod_t *mod, const char *name, topo_instance_t inst) in topo_vertex_new() function
H A Dtopo_digraph_xml.c1347 if ((vtx = topo_vertex_new(mod, (char *)name, inst)) == NULL) { in deserialize_vertex()