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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c201 xmlDocPtr zone_dh_doc; member in struct:zone_dochandle
323 if (handle == NULL || handle->zone_dh_doc == NULL)
332 xmlFreeDoc(handle->zone_dh_doc);
426 *root = xmlDocGetRootElement(handle->zone_dh_doc);
547 top = handle->zone_dh_doc;
565 root = xmlDocGetRootElement(handle->zone_dh_doc);
589 if ((handle->zone_dh_doc = xmlParseFile(filename)) == NULL) {
599 valid = xmlValidateDocument(cvp, handle->zone_dh_doc);
709 if ((rem_handle->zone_dh_doc = xmlReadFd(fd, NULL, NULL, 0)) == NULL) {
716 valid = xmlValidateDocument(cvp, rem_handle->zone_dh_doc);
[all...]

Completed in 105 milliseconds