/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/ |
H A D | docbook-xml-update-catalog.xml.patch | 43 + 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/openbmc-test-automation/lib/ |
H A D | rest_client.robot | 32 [Arguments] ${uri} ${timeout}=30 ${quiet}=${QUIET} &{kwargs} 34 # uri The URI to establish connection with 45 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 59 [Arguments] ${uri} ${timeout}=10 ${quiet}=${QUIET} &{kwargs} 61 # uri The URI to establish connection with 71 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 84 [Arguments] ${uri} ${timeout}=10 &{kwargs} 86 # uri The URI to establish connection with 96 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 108 [Arguments] ${uri} ${timeout}=10 ${quiet}=${QUIET} &{kwargs} [all …]
|
H A D | dmtf_redfishtool_utils.robot | 17 [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 …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx_common.py | 226 uri = fd.type 228 if uri == "gitsm": 229 uri = "git" 232 uri = uri + "+" + proto 233 uri = uri + "://" + fd.host + fd.path 236 uri = uri + "@" + fd.revisions[name] 238 return uri
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-test.c | 575 static void migrate_recover(QTestState *who, const char *uri) in migrate_recover() argument 581 uri); in migrate_recover() 714 const char *uri, MigrateStart *args) in test_migrate_start() argument 850 memory_size, tmpfs, uri, in test_migrate_start() 1506 g_autofree char *uri = NULL; in test_postcopy_recovery_common() local 1555 uri = g_strdup_printf("unix:%s/migsocket-recover", tmpfs); in test_postcopy_recovery_common() 1556 migrate_recover(to, uri); in test_postcopy_recovery_common() 1562 migrate_qmp(from, to, uri, NULL, "{'resume': true}"); in test_postcopy_recovery_common() 1653 g_autofree char *uri = NULL; in test_analyze_script() local 1677 uri = g_strdup_printf("exec:cat > %s", file); in test_analyze_script() [all …]
|
H A D | tpm-crb-swtpm-test.c | 25 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 D | tpm-tis-device-swtpm-test.c | 30 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 D | tpm-tis-swtpm-test.c | 28 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()
|
H A D | virtio-net-failover.c | 628 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_migrate_out() local 667 qdict_put_str(args, "uri", uri); in test_migrate_out() 744 g_autofree gchar *uri = g_strdup_printf("exec: cat %s", (gchar *)opaque); in test_migrate_in() local 775 migrate_incoming_qmp(qts, uri, "{}"); in test_migrate_in() 797 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_off_migrate_out() local 836 qdict_put_str(args, "uri", uri); in test_off_migrate_out() 866 g_autofree gchar *uri = g_strdup_printf("exec: cat %s", (gchar *)opaque); in test_off_migrate_in() local 897 migrate_incoming_qmp(qts, uri, "{}"); in test_off_migrate_in() 915 g_autofree gchar *uri = g_strdup_printf("exec: cat > %s", (gchar *)opaque); in test_guest_off_migrate_out() local 960 qdict_put_str(args, "uri", uri); in test_guest_off_migrate_out() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | npmsw.py | 110 uri = URI(resolved) 111 uri.params["downloadfilename"] = localfile 114 uri.params[checksum_name] = checksum_expected 116 url = str(uri) 134 uri = URI(version) 135 uri.params["downloadfilename"] = localfile 138 uri.params[checksum_name] = checksum_expected 140 url = str(uri) 184 uri = URI("git://" + str(groups["url"])) 185 uri.params["protocol"] = str(groups["protocol"]) [all …]
|
H A D | wget.py | 124 uri = ud.url.split(";")[0] 127 fetchcmd += " -c -P " + dldir + " '" + uri + "'" 129 fetchcmd += " -P " + dldir + " '" + uri + "'" 136 …ror("The fetch command returned success for url %s but %s doesn't exist?!" % (uri, localpath), uri) 140 …ch of %s resulted in a zero size file?! Deleting and failing since this isn't right." % (uri), uri) 348 uri = "{}://{}{}".format(urllib.parse.urlparse(uri_base).scheme, ud.host, ud.path) 349 r = urllib.request.Request(uri) 367 auth_data = netrc.netrc().authenticators(urllib.parse.urlparse(uri).hostname) 382 logger.debug2("checkstatus() urlopen failed for %s: %s" % (uri,e)) 454 def _fetch_index(self, uri, ud, d): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | targetbuild.py | 18 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 D | buildproject.py | 18 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/bmcweb/redfish-core/include/utils/ |
H A D | telemetry_utils.hpp | 60 std::string uri; member 69 for (const std::string& uri : uris) in getChassisSensorNode() local 72 boost::urls::parse_relative_ref(uri); in getChassisSensorNode() 78 uri); in getChassisSensorNode() 79 return std::make_optional<IncorrectMetricUri>({uri, uriIdx}); in getChassisSensorNode() 108 uri); in getChassisSensorNode() 109 return std::make_optional<IncorrectMetricUri>({uri, uriIdx}); in getChassisSensorNode()
|
/openbmc/webui-vue/src/store/modules/Logs/ |
H A D | EventLogStore.js | 69 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/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | fetch.py | 332 uri = URI(test_uri) 334 self.assertEqual(str(uri), ref['uri']) 337 self.assertEqual(uri.scheme, ref['scheme']) 339 self.assertEqual(uri.userinfo, ref['userinfo']) 340 self.assertEqual(uri.username, ref['username']) 341 self.assertEqual(uri.password, ref['password']) 343 self.assertEqual(uri.hostname, ref['hostname']) 344 self.assertEqual(uri.port, ref['port']) 345 self.assertEqual(uri.hostport, ref['hostport']) 347 self.assertEqual(uri.path, ref['path']) [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | buildlzip.py | 17 uri = 'http://downloads.yoctoproject.org/mirror/sources' 18 uri = '%s/lzip-1.19.tar.gz' % uri 20 uri,
|
/openbmc/openbmc-tools/openbmc-autobump/ |
H A D | openbmc-autobump.py | 46 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/webui-vue/src/store/modules/HardwareStatus/ |
H A D | AssemblyStore.js | 34 uri: assembly['@odata.id'], 47 const uri = led.uri; 58 .patch(uri, updatedIdentifyLedValue)
|
H A D | ChassisStore.js | 48 uri: chassis['@odata.id'], 69 const uri = led.uri; 74 .patch(uri, updatedIdentifyLedValue)
|
H A D | ProcessorStore.js | 58 uri: processor['@odata.id'], 80 const uri = led.uri; 85 .patch(uri, updatedIdentifyLedValue)
|
H A D | MemoryStore.js | 54 uri: data['@odata.id'], 72 const uri = led.uri; 77 .patch(uri, updatedIdentifyLedValue)
|
H A D | BmcStore.js | 40 bmc.uri = data['@odata.id']; 52 const uri = led.uri; 57 .patch(uri, updatedIdentifyLedValue)
|
/openbmc/qemu/ui/ |
H A D | spice-app.c | 196 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()
|
/openbmc/qemu/tests/migration/guestperf/ |
H A D | engine.py | 223 resp = src.cmd("migrate", uri=connect_uri) 376 def _get_dst_args(self, hardware, uri): argument 381 return argv + ["-incoming", uri] 429 uri = "tcp:%s:9000" % self._dst_host 431 uri = "rdma:%s:9000" % self._dst_host 435 uri = "unix:/var/tmp/qemu-migrate-%d.migrate" % os.getpid() 437 os.remove(uri[5:]) 455 args=self._get_dst_args(hardware, uri), 464 ret = self._migrate(hardware, scenario, src, dst, uri) 468 if uri[0:5] == "unix:" and os.path.exists(uri[5:]): [all …]
|