Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph_xml.c46 TDG_XML_VALUE, value); in tdg_xml_nvstring()
61 TDG_XML_VALUE, value); in tdg_xml_nvuint8()
69 TDG_XML_VALUE, value); in tdg_xml_nvint8()
77 TDG_XML_VALUE, value); in tdg_xml_nvuint16()
85 TDG_XML_VALUE, value); in tdg_xml_nvint16()
93 TDG_XML_VALUE, value); in tdg_xml_nvuint32()
101 TDG_XML_VALUE, value); in tdg_xml_nvint32()
109 TDG_XML_UINT64, TDG_XML_VALUE, value); in tdg_xml_nvuint64()
117 TDG_XML_UINT64, TDG_XML_VALUE, value); in tdg_xml_nvint64()
125 TDG_XML_VALUE, value); in tdg_xml_nvdbl()
[all …]
H A Dtopo_digraph_xml.h80 #define TDG_XML_VALUE "value" macro