Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c207 xmlDocPtr zone_dh_doc; member
323 if (handle == NULL || handle->zone_dh_doc == NULL) in zonecfg_check_handle()
332 xmlFreeDoc(handle->zone_dh_doc); in zonecfg_fini_handle()
426 *root = xmlDocGetRootElement(handle->zone_dh_doc); in getroot()
547 top = handle->zone_dh_doc; in stripcomments()
565 root = xmlDocGetRootElement(handle->zone_dh_doc); in strip_sw_inv()
590 if (handle->zone_dh_doc == NULL) { in zonecfg_get_handle_impl()
600 valid = xmlValidateDocument(cvp, handle->zone_dh_doc); in zonecfg_get_handle_impl()
711 if (rem_handle->zone_dh_doc == NULL) { in zonecfg_attach_manifest()
733 if ((local_handle->zone_dh_doc = xmlCopyDoc(rem_handle->zone_dh_doc, in zonecfg_attach_manifest()
[all …]