Searched refs:xmlattr_to_int (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_digraph_xml.c | 37 extern int xmlattr_to_int(topo_mod_t *, xmlNodePtr, const char *, uint64_t *); 891 xmlattr_to_int(mod, xn, TDG_XML_INSTANCE, &inst) != 0) { in add_edges() 1046 if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 || in deserialize_nvpair() 1052 if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 || in deserialize_nvpair() 1058 if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 || in deserialize_nvpair() 1064 if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 || in deserialize_nvpair() 1069 if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 || in deserialize_nvpair() 1075 if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 || in deserialize_nvpair() 1081 if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 || in deserialize_nvpair() 1087 if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 || in deserialize_nvpair() [all …]
|
H A D | topo_xml.c | 101 xmlattr_to_int(topo_mod_t *mp, in xmlattr_to_int() function 232 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common() 237 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common() 242 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common() 247 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common() 300 if (xmlattr_to_int(mp, cn, Value, &ui) < 0) in xlate_common() 318 if (xmlattr_to_int(mp, cn, Value, &ui) < 0) in xlate_common() 336 if (xmlattr_to_int(mp, cn, Value, &ui) < 0) in xlate_common() 354 if (xmlattr_to_int(mp, cn, Value, &ui) < 0) in xlate_common() 883 if (xmlattr_to_int(mp, xn, Version, &meth_ver) < 0) { in pmeth_record() [all …]
|
H A D | topo_parse.c | 82 if (xmlattr_to_int(mp, n, Min, &ui) < 0) in tf_rdata_new() 85 if (xmlattr_to_int(mp, n, Max, &ui) < 0) in tf_rdata_new()
|
H A D | topo_parse.h | 221 extern int xmlattr_to_int(topo_mod_t *, xmlNodePtr, const char *, uint64_t *);
|