Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c195 xmlDocPtr zone_dh_doc; member
317 if (handle == NULL || handle->zone_dh_doc == NULL) in zonecfg_check_handle()
326 xmlFreeDoc(handle->zone_dh_doc); in zonecfg_fini_handle()
420 *root = xmlDocGetRootElement(handle->zone_dh_doc); in getroot()
541 top = handle->zone_dh_doc; in stripcomments()
559 root = xmlDocGetRootElement(handle->zone_dh_doc); in strip_sw_inv()
583 if ((handle->zone_dh_doc = xmlParseFile(filename)) == NULL) { in zonecfg_get_handle_impl()
593 valid = xmlValidateDocument(cvp, handle->zone_dh_doc); in zonecfg_get_handle_impl()
703 if ((rem_handle->zone_dh_doc = xmlReadFd(fd, NULL, NULL, 0)) == NULL) { in zonecfg_attach_manifest()
710 valid = xmlValidateDocument(cvp, rem_handle->zone_dh_doc); in zonecfg_attach_manifest()
[all …]