Searched defs:meth_name (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
| H A D | topo_xml.c | 815 const char *meth_name; member in struct:propmeth_data 826 meth->prop_name, meth->prop_type, meth->meth_name, meth->meth_ver, 832 meth->meth_name, meth->prop_name, meth->pg_name, 839 meth->meth_name, topo_node_name(ptn), topo_node_instance(ptn)); 850 xmlChar *meth_name = NULL, *prop_name = NULL; local 865 if ((meth_name = xmlGetProp(xn, (xmlChar *)Name)) == NULL) { 947 meth.meth_name = (const char *)meth_name; 1011 if (meth_name) 1012 xmlFree(meth_name); [all...] |
Completed in 61 milliseconds