Searched refs:xmlattr_to_int (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h217 extern int xmlattr_to_int(topo_mod_t *, xmlNodePtr, const char *, uint64_t *);
H A Dtopo_parse.c84 if (xmlattr_to_int(mp, n, Min, &ui) < 0)
87 if (xmlattr_to_int(mp, n, Max, &ui) < 0)
H A Dtopo_xml.c111 xmlattr_to_int(topo_mod_t *mp, function
220 if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
225 if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
230 if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
235 if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
941 if (xmlattr_to_int(mp, xn, Version, &meth_ver) < 0) {
952 (void) xmlattr_to_int(mp, xn, Mutable, &is_mutable);
953 (void) xmlattr_to_int(mp, xn, Nonvolatile, &is_nonvolatile);
1115 if (xmlattr_to_int(mp, pxn, Version, &ver) < 0) {
1605 if (xmlattr_to_int(m
[all...]

Completed in 26 milliseconds