Home
last modified time | relevance | path

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

123

/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.c628 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_migrate_out() local
744 g_autofree gchar *uri = g_strdup_printf("exec: cat %s", (gchar *)opaque); in test_migrate_in() local
797 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_off_migrate_out() local
866 g_autofree gchar *uri = g_strdup_printf("exec: cat %s", (gchar *)opaque); in test_off_migrate_in() local
915 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_guest_off_migrate_out() local
993 g_autofree gchar *uri = g_strdup_printf("exec: cat %s", (gchar *)opaque); in test_guest_off_migrate_in() local
1042 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_migrate_guest_off_abort() local
1143 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_migrate_abort_wait_unplug() local
1232 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_migrate_abort_active() local
1331 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_migrate_off_abort() local
[all …]
H A Dmigration-test.c575 static void migrate_recover(QTestState *who, const char *uri) in migrate_recover()
714 const char *uri, MigrateStart *args) in test_migrate_start()
1506 g_autofree char *uri = NULL; in test_postcopy_recovery_common() local
1653 g_autofree char *uri = NULL; in test_analyze_script() local
1911 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_plain() local
1927 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_suspend_live() local
1944 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_suspend_notlive() local
1956 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_dirty_ring() local
1976 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_tls_psk() local
1990 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_tls_x509_default_host() 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
H A Dtpm-tests.c79 const char *uri, tx_func *tx, in tpm_test_swtpm_migration_test()
H A Dahci-test.c115 static void ahci_migrate(AHCIQState *from, AHCIQState *to, const char *uri) in ahci_migrate()
1135 char *uri = g_strdup_printf("unix:%s", mig_socket); in test_migrate_sanity() local
1160 char *uri = g_strdup_printf("unix:%s", mig_socket); in ahci_migrate_simple() local
1282 char *uri = g_strdup_printf("unix:%s", mig_socket); in ahci_migrate_halted_io() local
1351 char *uri = g_strdup_printf("unix:%s", mig_socket); in test_flush_migrate() local
/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()
H A Ddump_entry.hpp120 void initiateOffload(std::string uri) override 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.c421 const char *uri = qdict_get_str(qdict, "uri"); in hmp_migrate_incoming() local
440 const char *uri = qdict_get_str(qdict, "uri"); in hmp_migrate_recover() local
705 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
/openbmc/qemu/net/
H A Dstream.c243 char *uri; in net_stream_listen() local
330 gchar *uri; in net_stream_client_connected() local
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py348 def supports_srcrev(uri): argument
366 def reformat_git_uri(uri): argument

123