Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c1141 if (pxc->pxc_file != NULL) { in pool_xml_close()
1143 if (fclose(pxc->pxc_file) != 0) { in pool_xml_close()
1147 pxc->pxc_file = NULL; in pool_xml_close()
1233 if (fseek(prov->pxc_file, 0, SEEK_SET) != 0) { in pool_xml_commit()
1238 if (ftruncate(fileno(prov->pxc_file), 0) == -1) { in pool_xml_commit()
1246 if ((buf = xmlOutputBufferCreateFile(prov->pxc_file, NULL)) == NULL) { in pool_xml_commit()
1299 if (fseek(prov->pxc_file, 0, SEEK_SET) != 0) { in pool_xml_rollback()
2004 if (prov->pxc_file != NULL) { in pool_xml_open_file()
2005 (void) fclose(prov->pxc_file); in pool_xml_open_file()
2006 prov->pxc_file = NULL; in pool_xml_open_file()
[all …]
H A Dpool_xml_impl.h189 FILE *pxc_file; /* XML File */ member