Searched refs:rem_handle (Results 1 – 2 of 2) sorted by relevance
4518 zone_dochandle_t rem_handle = NULL; in dryrun_get_brand() local4572 if ((rem_handle = zonecfg_init_handle()) == NULL) { in dryrun_get_brand()4578 if ((err = zonecfg_attach_manifest(fd, local_handle, rem_handle)) in dryrun_get_brand()4614 if (zonecfg_get_brand(rem_handle, target_brand, sizeof (target_brand)) in dryrun_get_brand()4622 zonecfg_fini_handle(rem_handle); in dryrun_get_brand()
698 zone_dochandle_t rem_handle) in zonecfg_attach_manifest() argument704 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()717 stripcomments(rem_handle); in zonecfg_attach_manifest()719 rem_handle->zone_dh_newzone = B_TRUE; in zonecfg_attach_manifest()720 rem_handle->zone_dh_sw_inv = B_TRUE; in zonecfg_attach_manifest()726 if ((local_handle->zone_dh_doc = xmlCopyDoc(rem_handle->zone_dh_doc, in zonecfg_attach_manifest()