Symbol: xmlattr_to_int
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1046
if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 ||
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1052
if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 ||
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1058
if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 ||
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1064
if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 ||
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1069
if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 ||
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1075
if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 ||
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1081
if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 ||
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1087
if (xmlattr_to_int(mod, xn, TDG_XML_VALUE, &val) != 0 ||
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1174
if (xmlattr_to_int(mod, cn, TDG_XML_VALUE, &val) != 0) {
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1215
if (xmlattr_to_int(mod, cn, TDG_XML_VALUE, &val) != 0) {
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1255
if (xmlattr_to_int(mod, cn, TDG_XML_VALUE, &val) != 0) {
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1296
if (xmlattr_to_int(mod, cn, TDG_XML_VALUE, &val) != 0) {
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1343
xmlattr_to_int(mod, xn, TDG_XML_INSTANCE, &inst) != 0) {
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
37
extern int xmlattr_to_int(topo_mod_t *, xmlNodePtr, const char *, uint64_t *);
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
891
xmlattr_to_int(mod, xn, TDG_XML_INSTANCE, &inst) != 0) {
usr/src/lib/fm/topo/libtopo/common/topo_parse.c
82
if (xmlattr_to_int(mp, n, Min, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_parse.c
85
if (xmlattr_to_int(mp, n, Max, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_parse.h
221
extern int xmlattr_to_int(topo_mod_t *, xmlNodePtr, const char *, uint64_t *);
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
1053
if (xmlattr_to_int(mp, pxn, Version, &ver) < 0) {
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
1529
if (xmlattr_to_int(mp, nn, Instance, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
1609
if (xmlattr_to_int(mp, en, Version, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
232
if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
237
if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
242
if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
247
if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
300
if (xmlattr_to_int(mp, cn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
318
if (xmlattr_to_int(mp, cn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
336
if (xmlattr_to_int(mp, cn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
354
if (xmlattr_to_int(mp, cn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
883
if (xmlattr_to_int(mp, xn, Version, &meth_ver) < 0) {
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
893
(void) xmlattr_to_int(mp, xn, Mutable, &is_mutable);
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
894
(void) xmlattr_to_int(mp, xn, Nonvolatile, &is_nonvolatile);