Home
last modified time | relevance | path

Searched refs:uri (Results 1 – 25 of 192) sorted by relevance

12345678

/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/
H A Ddocbook-xml-update-catalog.xml.patch43 + uri="docbookx.dtd"/>
46 + uri="docbookx.dtd"/>
49 + uri="docbookx.dtd"/>
55 + uri="calstblx.dtd"/>
59 + uri="soextblx.dtd"/> -->
62 + uri="dbpoolx.mod"/>
65 + uri="dbhierx.mod"/>
68 + uri="dbgenent.mod"/>
71 + uri="dbnotnx.mod"/>
74 + uri="dbcentx.mod"/>
[all …]
/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
28 .connect_uri = uri, in test_precopy_file()
71 g_autofree char *uri = g_strdup_printf("file:/dev/fdset/1,offset=%d", in test_precopy_file_offset_fdset() local
74 .connect_uri = uri, in test_precopy_file_offset_fdset()
85 g_autofree char *uri = g_strdup_printf("file:%s/%s,offset=%d", tmpfs, in test_precopy_file_offset() local
89 .connect_uri = uri, in test_precopy_file_offset()
99 g_autofree char *uri = g_strdup_printf("file:%s/%s,offset=0x20M", in test_precopy_file_offset_bad() local
102 .connect_uri = uri, in test_precopy_file_offset_bad()
112 g_autofree char *uri = g_strdup_printf("file:%s/%s", tmpfs, in test_precopy_file_mapped_ram_live() local
115 .connect_uri = uri, in test_precopy_file_mapped_ram_live()
[all …]
H A Dprecopy-tests.c40 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_plain() local
42 .listen_uri = uri, in test_precopy_unix_plain()
43 .connect_uri = uri, in test_precopy_unix_plain()
56 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_suspend_live() local
58 .listen_uri = uri, in test_precopy_unix_suspend_live()
59 .connect_uri = uri, in test_precopy_unix_suspend_live()
73 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_suspend_notlive() local
75 .listen_uri = uri, in test_precopy_unix_suspend_notlive()
76 .connect_uri = uri, in test_precopy_unix_suspend_notlive()
85 g_autofree char *uri in test_precopy_unix_dirty_ring() local
188 g_autofree char *uri = g_strdup_printf("rdma:%s:29200", buffer); __test_precopy_rdma_plain() local
363 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); test_auto_converge() local
670 test_cancel_src_after_failed(QTestState * from,QTestState * to,const char * uri,const char * phase) test_cancel_src_after_failed() argument
697 test_cancel_src_after_cancelled(QTestState * from,QTestState * to,const char * uri,const char * phase) test_cancel_src_after_cancelled() argument
721 test_cancel_src_after_complete(QTestState * from,QTestState * to,const char * uri,const char * phase) test_cancel_src_after_complete() argument
742 test_cancel_src_after_none(QTestState * from,QTestState * to,const char * uri,const char * phase) test_cancel_src_after_none() argument
763 test_cancel_src_pre_switchover(QTestState * from,QTestState * to,const char * uri,const char * phase) test_cancel_src_pre_switchover() argument
793 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); test_cancel_src_after_status() local
1112 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); test_dirty_limit() local
[all...]
H A Dmisc-tests.c47 g_autofree char *uri = NULL; in test_analyze_script() local
71 uri = g_strdup_printf("exec:cat > %s", file); in test_analyze_script()
74 migrate_qmp(from, to, uri, NULL, "{}"); in test_analyze_script()
97 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_ignore_shared() local
104 if (migrate_start(&from, &to, uri, &args)) { in test_ignore_shared()
114 migrate_qmp(from, to, uri, NULL, "{}"); in test_ignore_shared()
134 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in do_test_validate_uuid() local
137 if (migrate_start(&from, &to, uri, args)) { in do_test_validate_uuid()
152 migrate_qmp(from, to, uri, NULL, "{}"); in do_test_validate_uuid()
218 * 'uri' an in do_test_validate_uri_channel()
[all...]
H A Dcpr-tests.c32 g_autofree char *uri = g_strdup_printf("file:%s/%s", tmpfs, in test_mode_reboot() local
36 .connect_uri = uri, in test_mode_reboot()
62 g_autofree char *uri = g_strdup_printf("unix:%s", mig_path); in test_mode_transfer_common() local
93 .listen_uri = incoming_defer ? "defer" : uri, in test_mode_transfer_common()
230 g_autofree char *uri = g_strdup_printf("file:%s/%s", tmpfs,
238 .connect_uri = uri,
H A Dmigration-qmp.h10 void migrate_qmp_fail(QTestState *who, const char *uri,
14 void migrate_qmp(QTestState *who, QTestState *to, const char *uri,
18 void migrate_incoming_qmp(QTestState *who, const char *uri,
45 void migrate_recover(QTestState *who, const char *uri);
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_logservices.robot17 Verify Supported And Unsupported Methods uri=${REDFISH_BASE_URI}Managers/bmc/LogServices
23 …Verify Supported And Unsupported Methods uri=${REDFISH_BASE_URI}Managers/bmc/LogServices/Journal
29 …Verify Supported And Unsupported Methods uri=${REDFISH_BASE_URI}Managers/bmc/LogServices/Journa…
35 [Documentation] Verify supported and unsupported methods for given uri.
36 [Arguments] ${uri}
39 # uri The uri to be tested.
42 Redfish.Get ${uri}
46 Redfish.Put ${uri}
50 Redfish.Post ${uri}
54 Redfish.Delete ${uri}
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dnpmsw.py104 uri = URI(resolved)
105 uri.params["downloadfilename"] = localfile
108 uri.params[checksum_name] = checksum_expected
110 url = str(uri)
128 uri = URI(resolved)
129 uri.params["downloadfilename"] = localfile
132 uri.params[checksum_name] = checksum_expected
134 url = str(uri)
161 uri = URI("git://" + str(groups["url"]))
162 uri.params["protocol"] = str(groups["protocol"])
[all …]
H A Dwget.py124 uri = ud.url.split(";")[0]
125 fetchcmd += " --continue --directory-prefix=%s '%s'" % (dldir, uri)
131 …ror("The fetch command returned success for url %s but %s doesn't exist?!" % (uri, localpath), uri)
135 …ch of %s resulted in a zero size file?! Deleting and failing since this isn't right." % (uri), uri)
375 uri = "{}://{}{}".format(parts.scheme, parts.netloc, parts.path)
376 r = urllib.request.Request(uri)
394 auth_data = netrc.netrc().authenticators(urllib.parse.urlparse(uri).hostname)
409 logger.debug2("checkstatus() urlopen failed for %s: %s" % (uri,e))
481 def _fetch_index(self, uri, ud, d): argument
488 fetchcmd += " --output-document=%s '%s'" % (f.name, uri)
[all …]
/openbmc/openbmc-test-automation/lib/
H A Ddmtf_redfishtool_utils.robot17 [Arguments] ${uri} ${cmd_args}=${root_cmd_args} ${expected_error}=200
20 # uri URI for GET operation (e.g. /redfish/v1/AccountService/Accounts/).
25 ${cmd}= Catenate ${cmd_args} GET ${uri}
35 [Arguments] ${payload} ${uri} ${cmd_args}=${root_cmd_args} ${expected_error}=200
39 # uri URI for PATCH operation (e.g. /redfish/v1/AccountService/Accounts/ ).
44 ${cmd}= Catenate ${cmd_args} PATCH ${uri} --data=${payload}
54 [Arguments] ${payload} ${uri} ${cmd_args}=${root_cmd_args} ${expected_error}=200
59 # uri URI for POST operation (e.g. /redfish/v1/AccountService/Accounts/).
64 ${cmd}= Catenate ${cmd_args} POST ${uri} --data=${payload}
74 [Arguments] ${uri} ${cmd_args}=${root_cmd_args} ${expected_error}=200
[all …]
H A Drest_client.robot32 [Arguments] ${uri} ${timeout}=30 ${quiet}=${QUIET} &{kwargs}
34 # uri The URI to establish connection with
45 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri}
60 [Arguments] ${uri} ${timeout}=10 ${quiet}=${QUIET} &{kwargs}
62 # uri The URI to establish connection with
72 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri}
86 [Arguments] ${uri} ${timeout}=10 &{kwargs}
88 # uri The URI to establish connection with
98 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri}
110 [Arguments] ${uri} ${timeout}=10 ${quiet}=${QUIET} &{kwargs}
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dbuildlzip.py17 uri = 'http://downloads.yoctoproject.org/mirror/sources'
18 uri = '%s/lzip-1.25.tar.gz' % uri
20 uri,
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx_common.py232 uri = fd.type
234 if uri == "gitsm":
235 uri = "git"
238 uri = uri + "+" + proto
239 uri = uri + "://" + fd.host + fd.path
242 uri = uri + "@" + fd.revision
244 return uri
/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
80 boost::urls::parse_relative_ref(uri); in getChassisSensorNode()
86 uri); in getChassisSensorNode()
87 return std::make_optional<IncorrectMetricUri>({uri, uriIdx}); in getChassisSensorNode()
116 uri); in getChassisSensorNode()
117 return std::make_optional<IncorrectMetricUri>({uri, uriIdx}); in getChassisSensorNode()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtargetbuild.py18 def __init__(self, d, uri, foldername=None, tmpdir=None): argument
20 self.uri = uri
21 self.archive = os.path.basename(uri)
55 cmd = cmd + "wget -O %s %s" % (self.localarchive, self.uri)
82 def __init__(self, target, d, uri, foldername=None): argument
85 BuildProject.__init__(self, d, uri, foldername)
110 def __init__(self, testpath, sdkenv, d, uri, foldername=None): argument
119 BuildProject.__init__(self, d, uri, foldername, tmpdir=testpath)
H A Dbuildproject.py18 def __init__(self, uri, foldername=None, tmpdir=None, dl_dir=None): argument
19 self.uri = uri
20 self.archive = os.path.basename(uri)
41 cmd = "wget -O %s %s" % (self.localarchive, self.uri)
/openbmc/qemu/tests/qtest/
H A Dtpm-crb-swtpm-test.c25 char *uri; member
40 tpm_test_swtpm_migration_test(ts->src_tpm_path, ts->dst_tpm_path, ts->uri, in tpm_crb_swtpm_migration_test()
51 ts.uri = g_strdup_printf("unix:%s/migsocket", ts.src_tpm_path); in main()
65 g_free(ts.uri); in main()
H A Dtpm-tis-device-swtpm-test.c30 char *uri; member
45 tpm_test_swtpm_migration_test(ts->src_tpm_path, ts->dst_tpm_path, ts->uri, in tpm_tis_swtpm_migration_test()
59 ts.uri = g_strdup_printf("unix:%s/migsocket", ts.src_tpm_path); in main()
73 g_free(ts.uri); in main()
H A Dtpm-tis-swtpm-test.c28 char *uri; member
43 tpm_test_swtpm_migration_test(ts->src_tpm_path, ts->dst_tpm_path, ts->uri, in tpm_tis_swtpm_migration_test()
54 ts.uri = g_strdup_printf("unix:%s/migsocket", ts.src_tpm_path); in main()
68 g_free(ts.uri); in main()
/openbmc/webui-vue/src/store/modules/Logs/
H A DEventLogStore.js69 uri: log['@odata.id'],
98 const promises = uris.map((uri) =>
99 api.delete(uri).catch((error) => {
137 api.patch(log.uri, { Resolved: true }).catch((error) => {
172 api.patch(log.uri, { Resolved: false }).catch((error) => {
209 .patch(log.uri, { Resolved: updatedEventLogStatus })
227 async downloadEntry(_, uri) { argument
229 .get(uri, {
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DAssemblyStore.js34 uri: assembly['@odata.id'],
47 const uri = led.uri;
58 .patch(uri, updatedIdentifyLedValue)
H A DChassisStore.js48 uri: chassis['@odata.id'],
69 const uri = led.uri;
74 .patch(uri, updatedIdentifyLedValue)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoup/libsoup-2.4/
H A D0001-Remove-http-and-https-aliases-support-test.patch30 -do_one_server_aliases_test (SoupURI *uri,
43 - debug_printf (1, " %s via %s\n", alias, uri->scheme);
50 - if (uri->scheme == SOUP_URI_SCHEME_HTTPS) {
54 - addr = g_network_address_new (uri->host, uri->port);
70 - alias, uri->host, uri->port);
72 - uri->host, uri->port);
/openbmc/openbmc-tools/openbmc-autobump/
H A Dopenbmc-autobump.py46 for uri in uris.split():
47 if "github.com/openbmc" not in uri:
50 segments = uri.split(";")
61 uri = segments[0]
63 return (uri.split("/")[-1].replace(".git", ""), branch)
85 uri = extract_project_from_uris(uris, args)
86 if uri is None:
91 (project, branch) = uri
/openbmc/qemu/ui/
H A Dspice-app.c196 gchar *uri; in spice_app_display_init() local
207 uri = g_strjoin("", "spice+unix://", app_dir, "/", "spice.sock", NULL); in spice_app_display_init()
208 info_report("Launching display with URI: %s", uri); in spice_app_display_init()
209 g_app_info_launch_default_for_uri(uri, NULL, &err); in spice_app_display_init()
211 error_report("Failed to launch %s URI: %s", uri, err->message); in spice_app_display_init()
216 g_free(uri); in spice_app_display_init()

12345678