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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c4518 zone_dochandle_t rem_handle = NULL; local
4572 if ((rem_handle = zonecfg_init_handle()) == NULL) {
4578 if ((err = zonecfg_attach_manifest(fd, local_handle, rem_handle))
4614 if (zonecfg_get_brand(rem_handle, target_brand, sizeof (target_brand))
4622 zonecfg_fini_handle(rem_handle);
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c696 * Initialize two handles from the manifest read on fd. The rem_handle
703 zone_dochandle_t rem_handle)
709 if ((rem_handle->zone_dh_doc = xmlReadFd(fd, NULL, NULL, 0)) == NULL) {
716 valid = xmlValidateDocument(cvp, rem_handle->zone_dh_doc);
722 stripcomments(rem_handle);
724 rem_handle->zone_dh_newzone = B_TRUE;
725 rem_handle->zone_dh_sw_inv = B_TRUE;
731 if ((local_handle->zone_dh_doc = xmlCopyDoc(rem_handle->zone_dh_doc,
702 zonecfg_attach_manifest(int fd, zone_dochandle_t local_handle, zone_dochandle_t rem_handle) argument

Completed in 85 milliseconds