Searched refs:TDG_XML_UINT64 (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_digraph_xml.h | 78 #define TDG_XML_UINT64 "uint64" macro
|
H A D | topo_digraph_xml.c | 109 TDG_XML_UINT64, TDG_XML_VALUE, value); in tdg_xml_nvuint64() 117 TDG_XML_UINT64, TDG_XML_VALUE, value); in tdg_xml_nvint64() 124 TDG_XML_NVPAIR, TDG_XML_NAME, name, TDG_XML_TYPE, TDG_XML_UINT64, in tdg_xml_nvdbl() 1086 } else if (xmlStrcmp(type, (xmlChar *)TDG_XML_UINT64) == 0) { in deserialize_nvpair()
|