Home
last modified time | relevance | path

Searched refs:TDG_XML_VERTICES (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph_xml.h82 #define TDG_XML_VERTICES "vertices" macro
H A Dtopo_digraph_xml.c757 (void) fprintf(fp, "<%s>\n", TDG_XML_VERTICES); in topo_digraph_serialize()
766 (void) fprintf(fp, "</%s>\n", TDG_XML_VERTICES); in topo_digraph_serialize()
1462 vertices = get_child_by_name(root, (xmlChar *)TDG_XML_VERTICES); in topo_digraph_deserialize()
1464 xmlStrcmp(vertices->name, (xmlChar *)TDG_XML_VERTICES) != 0) { in topo_digraph_deserialize()
1466 TDG_XML_VERTICES); in topo_digraph_deserialize()