Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfabric-xlate.c46 static xmlDocPtr fab_doc = NULL; variable
97 if (fab_doc) in fab_update_topo()
98 xmlFreeDoc(fab_doc); in fab_update_topo()
99 fab_doc = xmlParseFile(XMLTOPOFILE); in fab_update_topo()
100 fab_xpathCtx = xmlXPathNewContext(fab_doc); in fab_update_topo()
188 if (fab_doc) in _fmd_fini()
189 xmlFreeDoc(fab_doc); in _fmd_fini()