Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph_xml.h50 #define TDG_XML_NVLIST_ARR "nvlist-array" macro
H A Dtopo_digraph_xml.c399 tdg_xml_nvarray(fp, pad, pname, TDG_XML_NVLIST_ARR); in serialize_nvpair()
613 tdg_xml_nvarray(fp, 2, TDG_XML_PGROUPS, TDG_XML_NVLIST_ARR); in serialize_pgroups()
629 tdg_xml_nvarray(fp, 6, TDG_XML_PVALS, TDG_XML_NVLIST_ARR); in serialize_pgroups()
1096 } else if (xmlStrcmp(type, (xmlChar *)TDG_XML_NVLIST_ARR) == 0) { in deserialize_nvpair()