Searched refs:xmlattr_to_int (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_parse.c | 84 if (xmlattr_to_int(mp, n, Min, &ui) < 0) in tf_rdata_new() 87 if (xmlattr_to_int(mp, n, Max, &ui) < 0) in tf_rdata_new()
|
H A D | topo_xml.c | 111 xmlattr_to_int(topo_mod_t *mp, in xmlattr_to_int() function 212 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common() 217 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common() 222 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common() 227 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common() 870 if (xmlattr_to_int(mp, xn, Version, &meth_ver) < 0) { in pmeth_record() 880 (void) xmlattr_to_int(mp, xn, Mutable, &is_mutable); in pmeth_record() 881 (void) xmlattr_to_int(mp, xn, Nonvolatile, &is_nonvolatile); in pmeth_record() 1041 if (xmlattr_to_int(mp, pxn, Version, &ver) < 0) { in pgroup_record() 1514 if (xmlattr_to_int(mp, nn, Instance, &ui) < 0) in node_process() [all …]
|
H A D | topo_parse.h | 217 extern int xmlattr_to_int(topo_mod_t *, xmlNodePtr, const char *, uint64_t *);
|