Searched refs:TDG_XML_NVLIST (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_digraph_xml.c | 53 TDG_XML_NVPAIR, TDG_XML_NAME, name, TDG_XML_TYPE, TDG_XML_NVLIST); in tdg_xml_nvlist() 203 (void) fprintf(fp, "%*s<%s>\n", pad, "", TDG_XML_NVLIST); in serialize_nvpair_nvlist() 214 (void) fprintf(fp, "%*s</%s>\n", pad, "", TDG_XML_NVLIST); in serialize_nvpair_nvlist() 404 TDG_XML_NVLIST); in serialize_nvpair() 418 TDG_XML_NVLIST); in serialize_nvpair() 621 (void) fprintf(fp, "%*s<%s>\n", 4, "", TDG_XML_NVLIST); in serialize_pgroups() 636 (void) fprintf(fp, "%*s<%s>\n", 8, "", TDG_XML_NVLIST); in serialize_pgroups() 648 TDG_XML_NVLIST); in serialize_pgroups() 653 (void) fprintf(fp, "%*s</%s>\n", 4, "", TDG_XML_NVLIST); in serialize_pgroups() 1013 if (xmlStrcmp(type, (xmlChar *)TDG_XML_NVLIST) == 0) { in deserialize_nvpair() [all …]
|
H A D | topo_digraph_xml.h | 49 #define TDG_XML_NVLIST "nvlist" macro
|