/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"/> 62 + uri="dbpoolx.mod"/> 65 + uri="dbhierx.mod"/> 68 + uri="dbgenent.mod"/> 71 + uri="dbnotnx.mod"/> 74 + uri="dbcentx.mod"/> 94 uri="docbookx.dtd"/> [all …]
|
/openbmc/openbmc-test-automation/lib/ |
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 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 77 # uri URI for DELETE operation. [all …]
|
H A D | rest_client.robot | 34 # uri The URI to establish connection with 61 # uri The URI to establish connection with 86 # uri The URI to establish connection with 110 # uri The URI to establish connection with 261 # Make sure uri ends with slash. 262 ${uri}= Add Trailing Slash ${uri} 293 # Make sure uri ends with slash. 294 ${uri}= Add Trailing Slash ${uri} 306 ${value}= Read Attribute ${uri} ${attr} 318 # uri URI of the object [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-test.c | 1988 .listen_uri = uri, in test_precopy_unix_plain() 1989 .connect_uri = uri, in test_precopy_unix_plain() 2004 .listen_uri = uri, in test_precopy_unix_suspend_live() 2021 .listen_uri = uri, in test_precopy_unix_suspend_notlive() 2036 .listen_uri = uri, in test_precopy_unix_dirty_ring() 2054 .listen_uri = uri, in test_precopy_unix_tls_psk() 2071 .listen_uri = uri, in test_precopy_unix_tls_x509_default_host() 2085 .listen_uri = uri, in test_precopy_unix_tls_x509_override_host() 2150 .listen_uri = uri, in test_precopy_unix_xbzrle() 3661 .listen_uri = uri, in test_migrate_dirty_limit() [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-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 | 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 | migration-helpers.h | 29 void migrate_qmp(QTestState *who, QTestState *to, const char *uri, 33 void migrate_incoming_qmp(QTestState *who, const char *uri, 37 void migrate_qmp_fail(QTestState *who, const char *uri,
|
/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 | 58 std::string uri; member 67 for (const std::string& uri : uris) in getChassisSensorNode() local 70 boost::urls::parse_relative_ref(uri); in getChassisSensorNode() 76 uri); in getChassisSensorNode() 77 return std::make_optional<IncorrectMetricUri>({uri, uriIdx}); in getChassisSensorNode() 106 uri); in getChassisSensorNode() 107 return std::make_optional<IncorrectMetricUri>({uri, uriIdx}); in getChassisSensorNode()
|
/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 140 url = str(uri) 184 uri = URI("git://" + str(groups["url"])) 186 uri.params["rev"] = str(groups["rev"]) 187 uri.params["destsuffix"] = destsuffix [all …]
|
H A D | wget.py | 128 uri = ud.url.split(";")[0] 131 fetchcmd += d.expand(" -c -P ${DL_DIR} '%s'" % uri) 133 fetchcmd += d.expand(" -P ${DL_DIR} '%s'" % uri) 149 …("The fetch command returned success for url %s but %s doesn't exist?!" % (uri, ud.localpath), uri) 153 …ch of %s resulted in a zero size file?! Deleting and failing since this isn't right." % (uri), uri) 348 r = urllib.request.Request(uri) 453 def _fetch_index(self, uri, ud, d): argument 549 uri = bb.fetch.encodeurl([ud.type, ud.host, path, 552 pupver = self._check_latest_version(uri, 635 uri = "" [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/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 | 354 uri = URI() 407 uri.params = {} 409 self.assertEqual(str(uri), (str(uri).split(";"))[0]) 1740 if uri is None: 1747 uri = d.expand(uri) 1748 uris = [uri] 1802 uri = '%s;nobranch=1;bare=1' % uri 2022 uri = '%s;branch=master,a_branch;name=master,a_branch' % uri 2048 uri = '%s;branch=master,a_branch;name=master,a_branch' % uri 2291 uri = uris[0] [all …]
|
/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 | MemoryStore.js | 54 uri: data['@odata.id'], 72 const uri = led.uri; 77 .patch(uri, updatedIdentifyLedValue)
|
H A D | ProcessorStore.js | 58 uri: processor['@odata.id'], 80 const uri = led.uri; 85 .patch(uri, updatedIdentifyLedValue)
|
/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/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 …]
|
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | system_dump_entry.cpp | 23 void Entry::initiateOffload(std::string uri) in initiateOffload() argument 27 "ID", id, "URI", uri, "SOURCE_DUMP_ID", sourceDumpId()); in initiateOffload() 28 phosphor::dump::Entry::initiateOffload(uri); in initiateOffload()
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | utils.cpp | 17 bool isValidLDAPURI(const std::string& uri, const char* scheme) in isValidLDAPURI() argument 25 if (boost::algorithm::ends_with(uri, ":0")) in isValidLDAPURI() 32 res = ldap_url_parse(uri.c_str(), &ludpp); in isValidLDAPURI()
|