Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1381 xmlChar *fprov = NULL; in fac_enum_process() local
1393 if ((fprov = xmlGetProp(cn, (xmlChar *)Provider)) == NULL) in fac_enum_process()
1400 if (fac_enum_run(mp, ptn, (const char *)fprov) != 0) { in fac_enum_process()
1405 xmlFree(fprov); in fac_enum_process()
1411 if (fprov != NULL) in fac_enum_process()
1412 xmlFree(fprov); in fac_enum_process()