/openbmc/qemu/tests/qtest/migration/ |
H A D | file-tests.c | 25 g_autofree char *uri = g_strdup_printf("file:%s/%s", tmpfs, in test_precopy_file() local 71 g_autofree char *uri = g_strdup_printf("file:/dev/fdset/1,offset=%d", in test_precopy_file_offset_fdset() local 85 g_autofree char *uri = g_strdup_printf("file:%s/%s,offset=%d", tmpfs, in test_precopy_file_offset() local 99 g_autofree char *uri = g_strdup_printf("file:%s/%s,offset=0x20M", in test_precopy_file_offset_bad() local 121 g_autofree char *uri = g_strdup_printf("file:%s/%s", tmpfs, in test_precopy_file_mapped_ram_live() local 134 g_autofree char *uri = g_strdup_printf("file:%s/%s", tmpfs, in test_precopy_file_mapped_ram() local 161 g_autofree char *uri = g_strdup_printf("file:%s/%s", tmpfs, in test_multifd_file_mapped_ram_live() local 174 g_autofree char *uri = g_strdup_printf("file:%s/%s", tmpfs, in test_multifd_file_mapped_ram() local 198 g_autofree char *uri = g_strdup_printf("file:%s/%s", tmpfs, in test_multifd_file_mapped_ram_dio() local 271 g_autofree char *uri = g_strdup_printf("file:/dev/fdset/1,offset=%d", in test_multifd_file_mapped_ram_fdset() local [all …]
|
H A D | precopy-tests.c | 40 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_plain() local 56 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_suspend_live() local 73 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_suspend_notlive() local 85 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_dirty_ring() local 265 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_auto_converge() local 541 const char *uri, const char *phase) in test_cancel_src_after_failed() 568 const char *uri, const char *phase) in test_cancel_src_after_cancelled() 592 const char *uri, const char *phase) in test_cancel_src_after_complete() 613 const char *uri, const char *phase) in test_cancel_src_after_none() 634 const char *uri, const char *phase) in test_cancel_src_pre_switchover() [all …]
|
H A D | misc-tests.c | 47 g_autofree char *uri = NULL; in test_analyze_script() local 97 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_ignore_shared() local 136 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in do_test_validate_uuid() local
|
H A D | cpr-tests.c | 35 g_autofree char *uri = g_strdup_printf("file:%s/%s", tmpfs, in test_mode_reboot() local 62 g_autofree char *uri = g_strdup_printf("unix:%s", mig_path); in test_mode_transfer_common() local
|
H A D | migration-qmp.c | 79 void migrate_qmp_fail(QTestState *who, const char *uri, in migrate_qmp_fail() 112 void migrate_qmp(QTestState *who, QTestState *to, const char *uri, in migrate_qmp() 153 void migrate_incoming_qmp(QTestState *to, const char *uri, QObject *channels, in migrate_incoming_qmp() 499 void migrate_recover(QTestState *who, const char *uri) in migrate_recover()
|
H A D | tls-tests.c | 410 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_tls_psk() local 424 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_tls_x509_default_host() local 441 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_tls_x509_override_host() local
|
/openbmc/openbmc/poky/meta/files/ |
H A D | layers.example.json | 10 "uri": "https://github.com/kanavin/meta-alex" string 23 "uri": "git://git.yoctoproject.org/meta-intel" string 36 "uri": "git://git.yoctoproject.org/poky" string 39 "uri": "ssh://git@push.yoctoproject.org/poky-contrib" string
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-net-failover.c | 629 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_migrate_out() local 745 g_autofree gchar *uri = g_strdup_printf("exec: cat %s", (gchar *)opaque); in test_migrate_in() local 798 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_off_migrate_out() local 867 g_autofree gchar *uri = g_strdup_printf("exec: cat %s", (gchar *)opaque); in test_off_migrate_in() local 916 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_guest_off_migrate_out() local 994 g_autofree gchar *uri = g_strdup_printf("exec: cat %s", (gchar *)opaque); in test_guest_off_migrate_in() local 1043 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_migrate_guest_off_abort() local 1144 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_migrate_abort_wait_unplug() local 1233 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_migrate_abort_active() local 1332 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_migrate_off_abort() local [all …]
|
H A D | migration-helpers.c | 170 void migrate_qmp_fail(QTestState *who, const char *uri, in migrate_qmp_fail() 204 void migrate_qmp(QTestState *who, QTestState *to, const char *uri, in migrate_qmp() 246 void migrate_incoming_qmp(QTestState *to, const char *uri, const char *fmt, ...) in migrate_incoming_qmp()
|
H A D | tpm-crb-swtpm-test.c | 25 char *uri; member
|
H A D | tpm-tis-swtpm-test.c | 28 char *uri; member
|
H A D | tpm-tis-device-swtpm-test.c | 30 char *uri; member
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | targetbuild.py | 18 def __init__(self, d, uri, foldername=None, tmpdir=None): argument 82 def __init__(self, target, d, uri, foldername=None): argument 110 def __init__(self, testpath, sdkenv, d, uri, foldername=None): argument
|
H A D | buildproject.py | 18 def __init__(self, uri, foldername=None, tmpdir=None, dl_dir=None): argument
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | plugin.py | 41 def load_index(self, uri): argument 44 def store_index(self, uri, index): argument
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | telemetry_utils.hpp | 68 std::string uri; member 77 for (const std::string& uri : uris) in getChassisSensorNode() local
|
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | system_dump_entry.cpp | 23 void Entry::initiateOffload(std::string uri) in initiateOffload()
|
H A D | resource_dump_entry.cpp | 23 void Entry::initiateOffload(std::string uri) in initiateOffload()
|
/openbmc/phosphor-debug-collector/ |
H A D | bmc_dump_entry.cpp | 33 void Entry::initiateOffload(std::string uri) in initiateOffload()
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/utils/ |
H A D | targetbuildproject.py | 11 def __init__(self, target, uri, foldername=None, dl_dir=None): argument
|
/openbmc/qemu/migration/ |
H A D | migration-hmp-cmds.c | 423 const char *uri = qdict_get_str(qdict, "uri"); in hmp_migrate_incoming() local 442 const char *uri = qdict_get_str(qdict, "uri"); in hmp_migrate_recover() local 707 const char *uri = qdict_get_str(qdict, "uri"); in hmp_migrate() local
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | utils.cpp | 17 bool isValidLDAPURI(const std::string& uri, const char* scheme) in isValidLDAPURI()
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | redfish_aggregator_test.cpp | 552 bool containsSubordinateCollection(const std::string_view uri) 557 bool containsCollection(const std::string_view uri) 562 bool isCollOrCon(const std::string_view uri)
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-setup-layers | 40 def _is_repo_at_remote_uri(repodir, remote, uri): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/utils/ |
H A D | sdkbuildproject.py | 13 def __init__(self, testpath, sdkenv, uri, testlogdir, builddatetime, argument
|