Home
last modified time | relevance | path

Searched full:replace (Results 1 – 25 of 1429) sorted by relevance

12345678910>>...58

/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp77 * @param[in] arg1 Parameter of message that will replace %1 in its body.
89 * @param[in] arg1 Parameter of message that will replace %1 in its body.
101 * @param[in] arg1 Parameter of message that will replace %1 in its body.
102 * @param[in] arg2 Parameter of message that will replace %2 in its body.
116 * @param[in] arg1 Parameter of message that will replace %1 in its body.
117 * @param[in] arg2 Parameter of message that will replace %2 in its body.
131 * @param[in] arg1 Parameter of message that will replace %1 in its body.
132 * @param[in] arg2 Parameter of message that will replace %2 in its body.
146 * @param[in] arg1 Parameter of message that will replace %1 in its body.
147 * @param[in] arg2 Parameter of message that will replace %2 in its body.
[all …]
/openbmc/phosphor-mrw-tools/
H A Dpatchxml.py7 and uses XML attributes to specify if the elements in the file should replace
29 2) Replace an element:
30 Put in the new element, with the type='replace' attribute
31 and the XPath of the element you want to replace.
33 <enumerator type='replace'
39 This will replace the enumerator element with name XBUS under the
74 5) Replace a child element inside another element, useful when replacing
77 Use a type attribute of 'replace-child' and the xpath attribute
79 element should be used to match on so the replace can be done.
81 <enumerationType type="replace-child"
[all …]
/openbmc/openbmc/poky/scripts/
H A Dpatchtest77 …test_description = test.id().split('.')[-1].replace('_', ' ').replace("cve", "CVE").replace("signe…
78 "Signed-off-by").replace("upstream status",
79 "Upstream-Status").replace("non auh",
80 "non-AUH").replace("presence format", "presence")
91 …test_description = test.id().split('.')[-1].replace('_', ' ').replace("cve", "CVE").replace("signe…
92 "Signed-off-by").replace("upstream status",
93 "Upstream-Status").replace("non auh",
94 "non-AUH").replace("presence format", "presence")
103 …test_description = test.id().split('.')[-1].replace('_', ' ').replace("cve", "CVE").replace("signe…
104 "Signed-off-by").replace("upstream status",
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/
H A Dklcc-cross_2.0.13.bb26 …-e 's#${@d.getVar("STAGING_DIR_NATIVE").replace("/", "\\\\/").replace("-", "\\\\-").replace(".", "…
27 …-e 's#${@d.getVar("STAGING_DIR_TARGET").replace("/", "\\\\/").replace("-", "\\\\-").replace(".", "…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/
H A Davoid-attr-unless-wanted.patch8 lib/replace/wscript | 4 +---
11 diff --git a/lib/replace/wscript b/lib/replace/wscript
13 --- a/lib/replace/wscript
14 +++ b/lib/replace/wscript
25 # hide_symbols=bld.BUILTIN_LIBRARY('replace'),
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/
H A Davoid-attr-unless-wanted.patch8 lib/replace/wscript | 4 +---
11 diff --git a/lib/replace/wscript b/lib/replace/wscript
13 --- a/lib/replace/wscript
14 +++ b/lib/replace/wscript
25 # hide_symbols=bld.BUILTIN_LIBRARY('replace'),
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_certificate.robot31 Verify Redfishtool Replace Server Certificate Valid CertKey
32 [Documentation] Verify replace server certificate.
35 Verify Redfishtool Replace Certificate Server Valid Certificate Valid Privatekey ok
38 Verify Redfishtool Replace Client Certificate Valid CertKey
39 [Documentation] Verify replace client certificate.
42 Verify Redfishtool Replace Certificate Client Valid Certificate Valid Privatekey ok
45 Verify Redfishtool Replace CA Certificate Valid Cert
46 [Documentation] Verify replace CA certificate.
49 Verify Redfishtool Replace Certificate CA Valid Certificate ok
66 Verify Redfishtool Replace Server Certificate Errors
[all …]
/openbmc/qemu/docs/
H A Ddefs.rst.inc12 .. |qemu_system| replace:: qemu-system-x86_64
13 .. |qemu_system_x86| replace:: qemu-system-x86_64
14 .. |I2C| replace:: I\ :sup:`2`\ C
15 .. |I2S| replace:: I\ :sup:`2`\ S
/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/
H A Ditem_updater_helper.cpp25 method.append(serviceFile, "replace"); in setEntry()
35 method.append(serviceFile, "replace"); in clearEntry()
44 method.append("obmc-flash-bmc-cleanup.service", "replace"); in cleanup()
61 method.append(serviceFile, "replace"); in removeVersion()
71 method.append(updateEnvVarsFile, "replace"); in updateUbootVersionId()
89 method.append(mirrorUbootFile, "replace"); in mirrorAlt()
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_certificate.robot25 Verify Server Certificate Replace
26 [Documentation] Verify server certificate replace.
28 [Template] Replace Certificate Via Redfish
37 Verify Client Certificate Replace
38 [Documentation] Verify client certificate replace.
40 [Template] Replace Certificate Via Redfish
49 Verify CA Certificate Replace
50 [Documentation] Verify CA certificate replace.
52 [Template] Replace Certificate Via Redfish
195 Verify Expired Certificate Replace
[all …]
/openbmc/qemu/scripts/
H A Dxml-preprocess.py92 xml_str = xml_str.replace(group_inc, inc_file_content)
99 xml_str = xml_str.replace(group_env, os.environ[group_var])
106 xml_str = xml_str.replace(group_sys, self.sys_vars[group_var])
116 xml_str = xml_str.replace(group_def, "")
120 xml_str = xml_str.replace(
134 xml_str = xml_str.replace(group_for, group_texts)
146 xml_str = xml_str.replace(group_wrn, "")
159 xml_str = xml_str.replace(ifelif, f"<?{tag} {result}?>")
170 xml_str = xml_str.replace(group_ifndef, f"<?if {result}?>")
201 xml_str = xml_str.replace(group_full, result)
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dget_module_deps3.py35 dep_path = dep_path.replace('/usr/bin','${bindir}')
39 dep_path = dep_path.replace('/usr/lib32','${libdir}')
41 dep_path = dep_path.replace('/usr/lib64','${libdir}')
43 dep_path = dep_path.replace('/usr/lib','${libdir}')
45 dep_path = dep_path.replace('/usr/include','${includedir}')
132 dep_path = dep_path.replace(soabi,'*')
136 dep_path = dep_path.replace(sysconfig._get_sysconfigdata_name(), "_sysconfigdata*")
168 cached = cached.replace(cpython_tag,'*')
170 cached = cached.replace(sysconfig._get_sysconfigdata_name(), "_sysconfigdata*")
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D9aa5c43315d83c19514251a11c4fba5a137f2821.patch4 Subject: [PATCH] lib:replace: Don't use deprecated readline CPPFunction cast
32 lib/replace/system/readline.h | 4 +++-
36 diff --git a/lib/replace/system/readline.h b/lib/replace/system/readline.h
38 --- a/lib/replace/system/readline.h
39 +++ b/lib/replace/system/readline.h
H A D0003-Add-config-option-without-valgrind.patch16 lib/replace/wscript | 5 +++--
20 diff --git a/lib/replace/wscript b/lib/replace/wscript
22 --- a/lib/replace/wscript
23 +++ b/lib/replace/wscript
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DReplace.interface.yaml2 Certificate interface to replace existing certificate.
4 - name: Replace
6 Replace the certificate and restart the associated services.
/openbmc/phosphor-webui/app/common/directives/
H A Dlog-search-control.js16 $scope.customSearch.replace(/^\s+/g, '').replace(/\s+$/g, '');
34 $scope.customSearch.replace(/^\s+/g, '').replace(/\s+$/g, '');
H A Dcertificate.html1 <!-- TODO: Replace table with resusable table component -->
49 aria-label="Replace certificate"
51 <icon file="icon-replace.svg" aria-hidden="true"></icon>
66 aria-label="close replace certificate upload form">
94 <div class="replace-btn">
100 Replace
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis-plus-plus/files/
H A D0001-CMakeLists.txt-fix-substitution-for-static-libs.patch31 - string(REPLACE "hiredis::hiredis" "hiredis::hiredis_static" REDIS_PLUS_PLUS_HIREDIS_LIBS_STA…
32 + string(REPLACE "hiredis::hiredis;" "hiredis::hiredis_static;" REDIS_PLUS_PLUS_HIREDIS_LIBS_S…
38 - string(REPLACE "hiredis::hiredis_static_ssl" "hiredis::hiredis_ssl_static" REDIS_PLUS_PLUS_H…
39 + string(REPLACE "hiredis::hiredis_static_ssl;" "hiredis::hiredis_ssl_static;" REDIS_PLUS_PLUS…
/openbmc/openbmc/meta-arm/ci/
H A Dupdate-repos17 .replace('@', '.')
18 .replace(':', '.')
19 .replace('/', '.')
20 .replace('*', '.'))
/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp114 IID_IWbemLocator, (LPVOID *)pLoc.replace())); in GetAdminName()
116 0, 0, 0, pSvc.replace())); in GetAdminName()
124 NULL, pEnum.replace())); in GetAdminName()
130 chk(pEnum->Next(WBEM_INFINITE, 1, pWobj.replace(), &returned)); in GetAdminName()
196 IID_IUnknown, (void **)pUnknown.replace())); in QGAProviderFind()
198 (void **)pCatalog.replace())); in QGAProviderFind()
200 (IDispatch **)pColl.replace())); in QGAProviderFind()
205 chk(pColl->get_Item(i, (IDispatch **)pObj.replace())); in QGAProviderFind()
300 IID_IUnknown, (void **)pUnknown.replace())); in COMRegister()
302 (void **)pCatalog.replace())); in COMRegister()
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Replace/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Certs/Replace'
8 '../../../../../yaml/xyz/openbmc_project/Certs/Replace.interface.yaml',
28 'xyz/openbmc_project/Certs/Replace',
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dinventory-overview-controller.js35 $scope.customSearch.replace(/^\s+/g, '').replace(/\s+$/g, '');
47 $scope.customSearch.replace(/^\s+/g, '').replace(/\s+$/g, '');
/openbmc/bmcweb/redfish-core/include/registries/
H A Dstorage_device_message_registry.hpp64 "Ensure all cables are properly and securely connected. Replace the failed battery.",
101 …te the controller to the latest firmware version. If the issue persists, replace the controller.",
113 …te the controller to the latest firmware version. If the issue persists, replace the controller.",
162 "Ensure all cables are properly and securely connected. Replace faulty cables.",
174 "Ensure all cables are properly and securely connected. Replace faulty cables.",
199 …"Update the controller to the latest firmware version. If the issue persists, replace the control…
211 …e properly and securely connected. Ensure all drives are fully seated. Replace the defective cab…
247 …e properly and securely connected. Ensure all drives are fully seated. Replace the defective cab…
283 …n is in progress, wait for the operation to complete. If the drive is not supported, replace it.",
307 …ack up all data, then replace the drive and restore all data afterward. If this drive is part of …
[all …]
/openbmc/qemu/target/hexagon/
H A Dgen_decodetree.py30 tag: "".join(reversed(iset.iset[tag]["enc"].replace(" ", "")))
165 enc_str = enc_str.replace("d", "-")
167 enc_str = enc_str.replace("t", "-")
169 # Replace the operand letters with .
171 enc_str = enc_str.replace(x, ".")
188 # Replace the 0s and 1s with .
189 enc_str = enc_str.replace("0", ".").replace("1", ".")
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dperf.py25 url_root_res = str(pat).split('^')[1].replace('>', '')
35 …full_url = str(url_patt).split('^')[1].replace('$>', '').replace('(?P<file_path>(?:/[', '/bin/busy…

12345678910>>...58