Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1364 xmlChar *fprov = NULL; in fac_enum_process() local
1376 if ((fprov = xmlGetProp(cn, (xmlChar *)Provider)) == NULL) in fac_enum_process()
1383 if (fac_enum_run(mp, ptn, (const char *)fprov) != 0) { in fac_enum_process()
1388 xmlFree(fprov); in fac_enum_process()
1394 if (fprov != NULL) in fac_enum_process()
1395 xmlFree(fprov); in fac_enum_process()