Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfabric-xlate.c40 #define XMLTOPOFILE "/var/run/fab-xlate-topo.xml" macro
61 if ((unlink(XMLTOPOFILE) == -1) && (errno != ENOENT)) { in fab_update_topo()
65 fd = open(XMLTOPOFILE, O_RDWR | O_CREAT | O_EXCL, 0600); in fab_update_topo()
99 fab_doc = xmlParseFile(XMLTOPOFILE); in fab_update_topo()
109 (void) unlink(XMLTOPOFILE); in fab_update_topo()