Searched refs:zone_dh_doc (Results 1 – 1 of 1) sorted by relevance
207 xmlDocPtr zone_dh_doc; member323 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()589 handle->zone_dh_doc = xmlReadFile(filename, NULL, XML_PARSER_OPTIONS); in zonecfg_get_handle_impl()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()710 rem_handle->zone_dh_doc = xmlReadFd(fd, NULL, NULL, XML_PARSER_OPTIONS); in zonecfg_attach_manifest()[all …]