Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c704 zone_dochandle_t rem_handle) in zonecfg_attach_manifest() argument
710 rem_handle->zone_dh_doc = xmlReadFd(fd, NULL, NULL, XML_PARSER_OPTIONS); in zonecfg_attach_manifest()
711 if (rem_handle->zone_dh_doc == NULL) { in zonecfg_attach_manifest()
718 valid = xmlValidateDocument(cvp, rem_handle->zone_dh_doc); in zonecfg_attach_manifest()
724 stripcomments(rem_handle); in zonecfg_attach_manifest()
726 rem_handle->zone_dh_newzone = B_TRUE; in zonecfg_attach_manifest()
727 rem_handle->zone_dh_sw_inv = B_TRUE; in zonecfg_attach_manifest()
733 if ((local_handle->zone_dh_doc = xmlCopyDoc(rem_handle->zone_dh_doc, in zonecfg_attach_manifest()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c4527 zone_dochandle_t rem_handle = NULL; in dryrun_get_brand() local
4581 if ((rem_handle = zonecfg_init_handle()) == NULL) { in dryrun_get_brand()
4587 if ((err = zonecfg_attach_manifest(fd, local_handle, rem_handle)) in dryrun_get_brand()
4623 if (zonecfg_get_brand(rem_handle, target_brand, sizeof (target_brand)) in dryrun_get_brand()
4631 zonecfg_fini_handle(rem_handle); in dryrun_get_brand()