Searched refs:zone_dh_doc (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c350 xmlDocPtr zone_dh_doc; member in struct:zone_dochandle
570 if (handle == NULL || handle->zone_dh_doc == NULL)
579 xmlFreeDoc(handle->zone_dh_doc);
748 *root = xmlDocGetRootElement(handle->zone_dh_doc);
1035 top = handle->zone_dh_doc;
1062 if ((handle->zone_dh_doc = xmlParseFile(filename)) == NULL) {
1072 valid = xmlValidateDocument(cvp, handle->zone_dh_doc);
1684 valid = xmlValidateDocument(&cvp, handle->zone_dh_doc);
1687 if (xmlSaveFormatFile(tmpfile, handle->zone_dh_doc, 1) <= 0)
1891 valid = xmlValidateDocument(&cvp, handle->zone_dh_doc);
[all...]

Completed in 29 milliseconds