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
1054
if (xmlattr_to_int(mp, pxn, Version, &ver) < 0) {
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
1530
if (xmlattr_to_int(mp, nn, Instance, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
1610
if (xmlattr_to_int(mp, en, Version, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
233
if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
238
if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
243
if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
248
if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
301
if (xmlattr_to_int(mp, cn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
319
if (xmlattr_to_int(mp, cn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
337
if (xmlattr_to_int(mp, cn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
355
if (xmlattr_to_int(mp, cn, Value, &ui) < 0)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
884
if (xmlattr_to_int(mp, xn, Version, &meth_ver) < 0) {
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
894
(void) xmlattr_to_int(mp, xn, Mutable, &is_mutable);
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
895
(void) xmlattr_to_int(mp, xn, Nonvolatile, &is_nonvolatile);