Home
last modified time | relevance | path

Searched refs:pxc (Results 1 – 1 of 1) 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()
1199 if (xmlValidateDocument(cvp, pxc->pxc_doc) == 0) { in pool_xml_validate()
1892 pool_xml_elem_t *pxc; in pool_xml_set_container() local
1896 pxc = (pool_xml_elem_t *)pc; in pool_xml_set_container()
1897 parent = pxc->pxe_node->parent; in pool_xml_set_container()
1899 xmlUnlinkNode(pxc->pxe_node); in pool_xml_set_container()
1900 if (xmlAddChild(pxp->pxe_node, pxc->pxe_node) == NULL) { in pool_xml_set_container()
1902 (void) xmlAddChild(parent, pxc->pxe_node); in pool_xml_set_container()
[all …]