Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfabric-xlate.c38 #define XMLTOPOFILE "/var/run/fab-xlate-topo.xml" macro
59 if ((unlink(XMLTOPOFILE) == -1) && (errno != ENOENT)) { in fab_update_topo()
63 fd = open(XMLTOPOFILE, O_RDWR | O_CREAT | O_EXCL, 0600); in fab_update_topo()
97 fab_doc = xmlParseFile(XMLTOPOFILE); in fab_update_topo()
107 (void) unlink(XMLTOPOFILE); in fab_update_topo()