Home
last modified time | relevance | path

Searched refs:fprov (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1366 xmlChar *fprov = NULL; in fac_enum_process() local
1378 if ((fprov = xmlGetProp(cn, (xmlChar *)Provider)) == NULL) in fac_enum_process()
1385 if (fac_enum_run(mp, ptn, (const char *)fprov) != 0) { in fac_enum_process()
1390 xmlFree(fprov); in fac_enum_process()
1396 if (fprov != NULL) in fac_enum_process()
1397 xmlFree(fprov); in fac_enum_process()