Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c196 xmlDocPtr zone_dh_doc; member
318 if (handle == NULL || handle->zone_dh_doc == NULL) in zonecfg_check_handle()
327 xmlFreeDoc(handle->zone_dh_doc); in zonecfg_fini_handle()
421 *root = xmlDocGetRootElement(handle->zone_dh_doc); in getroot()
542 top = handle->zone_dh_doc; in stripcomments()
560 root = xmlDocGetRootElement(handle->zone_dh_doc); in strip_sw_inv()
584 if ((handle->zone_dh_doc = xmlParseFile(filename)) == NULL) { in zonecfg_get_handle_impl()
594 valid = xmlValidateDocument(cvp, handle->zone_dh_doc); in zonecfg_get_handle_impl()
704 if ((rem_handle->zone_dh_doc = xmlReadFd(fd, NULL, NULL, 0)) == NULL) { in zonecfg_attach_manifest()
711 valid = xmlValidateDocument(cvp, rem_handle->zone_dh_doc); in zonecfg_attach_manifest()
[all …]