Home
last modified time | relevance | path

Searched defs:uri (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/qemu/tests/qtest/migration/
H A Dfile-tests.c25 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 Dprecopy-tests.c40 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 Dmisc-tests.c47 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 Dcpr-tests.c35 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 Dmigration-qmp.c79 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 Dtls-tests.c410 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 Dlayers.example.json10 "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 Dvirtio-net-failover.c629 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 Dmigration-helpers.c170 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 Dtpm-crb-swtpm-test.c25 char *uri; member
H A Dtpm-tis-swtpm-test.c28 char *uri; member
H A Dtpm-tis-device-swtpm-test.c30 char *uri; member
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtargetbuild.py18 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 Dbuildproject.py18 def __init__(self, uri, foldername=None, tmpdir=None, dl_dir=None): argument
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Dplugin.py41 def load_index(self, uri): argument
44 def store_index(self, uri, index): argument
/openbmc/bmcweb/redfish-core/include/utils/
H A Dtelemetry_utils.hpp68 std::string uri; member
77 for (const std::string& uri : uris) in getChassisSensorNode() local
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dsystem_dump_entry.cpp23 void Entry::initiateOffload(std::string uri) in initiateOffload()
H A Dresource_dump_entry.cpp23 void Entry::initiateOffload(std::string uri) in initiateOffload()
/openbmc/phosphor-debug-collector/
H A Dbmc_dump_entry.cpp33 void Entry::initiateOffload(std::string uri) in initiateOffload()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/utils/
H A Dtargetbuildproject.py11 def __init__(self, target, uri, foldername=None, dl_dir=None): argument
/openbmc/qemu/migration/
H A Dmigration-hmp-cmds.c423 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 Dutils.cpp17 bool isValidLDAPURI(const std::string& uri, const char* scheme) in isValidLDAPURI()
/openbmc/bmcweb/test/redfish-core/include/
H A Dredfish_aggregator_test.cpp552 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 Doe-setup-layers40 def _is_repo_at_remote_uri(repodir, remote, uri): argument
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/utils/
H A Dsdkbuildproject.py13 def __init__(self, testpath, sdkenv, uri, testlogdir, builddatetime, argument

123