Home
last modified time | relevance | path

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

/dports/devel/libvirt-glib/libvirt-glib-4.0.0/libvirt-gconfig/
H A Dlibvirt-gconfig-domain.c793 GVirConfigObject *custom_xml; in gvir_config_domain_set_custom_xml_helper() local
802 custom_xml = gvir_config_object_new_from_xml(GVIR_CONFIG_TYPE_OBJECT, in gvir_config_domain_set_custom_xml_helper()
804 if (custom_xml == NULL) { in gvir_config_domain_set_custom_xml_helper()
810 gvir_config_object_set_namespace(custom_xml, ns, ns_uri, ns_children); in gvir_config_domain_set_custom_xml_helper()
813 gvir_config_object_attach_add(metadata, custom_xml); in gvir_config_domain_set_custom_xml_helper()
815 g_object_unref(G_OBJECT(custom_xml)); in gvir_config_domain_set_custom_xml_helper()
/dports/devel/libvirt-glib/libvirt-glib-4.0.0/libvirt-gobject/
H A Dlibvirt-gobject-domain.c723 gchar *custom_xml = NULL; in gvir_domain_save_to_file() local
726 custom_xml = gvir_config_object_to_xml(GVIR_CONFIG_OBJECT(custom_conf)); in gvir_domain_save_to_file()
728 ret = virDomainSaveFlags(priv->handle, filename, custom_xml, flags); in gvir_domain_save_to_file()
729 g_free(custom_xml); in gvir_domain_save_to_file()
1490 gchar *custom_xml = NULL; in gvir_domain_create_snapshot() local
1498 custom_xml = gvir_config_object_to_xml(GVIR_CONFIG_OBJECT(custom_conf)); in gvir_domain_create_snapshot()
1501 custom_xml, in gvir_domain_create_snapshot()
1510 g_free(custom_xml); in gvir_domain_create_snapshot()
1519 g_free(custom_xml); in gvir_domain_create_snapshot()
H A Dlibvirt-gobject-connection.c2380 gchar *custom_xml = NULL; in gvir_connection_restore_domain_from_file() local
2383 custom_xml = gvir_config_object_to_xml(GVIR_CONFIG_OBJECT(custom_conf)); in gvir_connection_restore_domain_from_file()
2385 ret = virDomainRestoreFlags(priv->conn, filename, custom_xml, flags); in gvir_connection_restore_domain_from_file()
2386 g_free (custom_xml); in gvir_connection_restore_domain_from_file()
/dports/graphics/sswf/sswf-1.8.4/include/sswf/scripts/native/
H A Dcustom_actions.asc43 function install(custom_name : String, custom_xml : String) : Boolean;