| /openbmc/openbmc-tools/pwmtachtool/src/ |
| H A D | EINTR_wrappers.c | 125 int Result = epoll_wait(epfd, events, maxevents, timeout); in sigwrap_epoll_wait() local 127 if (Result != -1) in sigwrap_epoll_wait() 128 return Result; in sigwrap_epoll_wait() 131 return Result; in sigwrap_epoll_wait() 160 int Result = epoll_pwait(epfd, events, maxevents, timeout, sigmask); in sigwrap_epoll_pwait() local 162 if (Result != -1) in sigwrap_epoll_pwait() 163 return Result; in sigwrap_epoll_pwait() 166 return Result; in sigwrap_epoll_pwait() 183 int Result = sigwaitinfo(set, info); in sigwrap_sigwaitinfo() local 185 if (Result != -1) in sigwrap_sigwaitinfo() [all …]
|
| /openbmc/openbmc-tools/adcapp/src/ |
| H A D | EINTR_wrappers.c | 152 int Result = epoll_wait(epfd, events, maxevents, timeout); in sigwrap_epoll_wait() local 154 if (Result != -1) in sigwrap_epoll_wait() 155 return Result; in sigwrap_epoll_wait() 158 return Result; in sigwrap_epoll_wait() 187 int Result = epoll_pwait(epfd, events, maxevents, timeout, sigmask); in sigwrap_epoll_pwait() local 189 if (Result != -1) in sigwrap_epoll_pwait() 190 return Result; in sigwrap_epoll_pwait() 193 return Result; in sigwrap_epoll_pwait() 210 int Result = sigwaitinfo(set, info); in sigwrap_sigwaitinfo() local 212 if (Result != -1) in sigwrap_sigwaitinfo() [all …]
|
| /openbmc/openpower-host-ipmi-oem/ |
| H A D | host-interface.cpp | 58 auto value = status ? Result::Success : Result::Failure; in commandStatusHandler()
|
| /openbmc/openbmc/poky/scripts/lib/resulttool/template/ |
| H A D | test_report_full_text.txt | 2 Test Result Status Summary (Counts/Percentages sorted by testseries, ID) 17 {{ machine }} PTest Result Summary 33 {{ machine }} Ltp Test Result Summary 49 {{ machine }} Ltp Posix Result Summary
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rpm-sequoia/files/ |
| H A D | 0001-Use-optional-env-vars-to-force-runtime-paths-in-test.patch | 16 @@ -14,7 +14,8 @@ fn symbols() -> anyhow::Result<()> { 26 @@ -53,7 +54,8 @@ fn symbols() -> anyhow::Result<()> {
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | host-interface.cpp | 66 auto value = status ? Result::Success : Result::Failure; in commandStatusHandler()
|
| /openbmc/qemu/tests/tcg/tricore/asm/ |
| H A D | test_dvstep.S | 5 # Result RS1 RS2
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | dmtf_tools_utils.robot | 42 Redfish Service Validator Result 56 Redfish JsonSchema ResponseValidator Result
|
| /openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
| H A D | Redfish_Service_Validator.robot | 33 Redfish Service Validator Result ${output} 76 Redfish Service Validator Result ${output} 104 ${status}= Run Keyword And Return Status Redfish Service Validator Result ${output}
|
| H A D | Redfish_JsonSchema_ResponseValidator.robot | 39 … ${status}= Run Keyword And Return Status Redfish JsonSchema ResponseValidator Result ${output}
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/ |
| H A D | 50-org.freedesktop.NetworkManager.rules | 6 return polkit.Result.YES;
|
| H A D | 50-org.freedesktop.timedate1.rules | 6 return polkit.Result.YES;
|
| H A D | 50-org.freedesktop.udiskie.rules | 2 var YES = polkit.Result.YES;
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | redfish_aggregator.hpp | 54 enum class Result enum 1317 Result beginAggregation(const crow::Request& thisReq, in beginAggregation() 1331 return Result::LocalHandle; in beginAggregation() 1339 return Result::LocalHandle; in beginAggregation() 1371 return Result::NoLocalHandle; in beginAggregation() 1386 return Result::LocalHandle; in beginAggregation() 1398 return Result::LocalHandle; in beginAggregation() 1407 return Result::LocalHandle; in beginAggregation() 1411 return Result::LocalHandle; in beginAggregation()
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/ |
| H A D | 0001-Fix-return-type-errors.patch | 9 …ion 'float webrtc::{anonymous}::GetLevel(const webrtc::VadLevelAnalyzer::Result&, LevelEstimatorTy… 35 @@ -42,6 +42,8 @@ float GetLevel(const VadLevelAnalyzer::Result& vad_level,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/ |
| H A D | 0001-thorvg-fix-build-with-gcc-15.patch | 8 357 | Result opacity(uint8_t o) noexcept;
|
| /openbmc/phosphor-host-ipmid/softoff/ |
| H A D | softoff.cpp | 68 if (Host::convertResultFromString(cmdStatus) == Host::Result::Success) in hostControlEvent()
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | patchreview.py | 28 class Result: class 70 result = Result()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
| H A D | repro-issue-fix-with-cc-crate-hashmap.patch | 17 pub(crate) fn objects_from_files(files: &[Arc<Path>], dst: &Path) -> Result<Vec<Object>, Error> { 73 pub(crate) fn objects_from_files(files: &[Arc<Path>], dst: &Path) -> Result<Vec<Object>, Error> { 79 @@ -277,10 +278,29 @@ pub(crate) fn objects_from_files(files: &[Arc<Path>], dst: &Path) -> Result<V… 116 pub(crate) fn objects_from_files(files: &[Arc<Path>], dst: &Path) -> Result<Vec<Object>, Error> { 122 @@ -305,10 +306,29 @@ pub(crate) fn objects_from_files(files: &[Arc<Path>], dst: &Path) -> Result<V…
|
| /openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/files/ |
| H A D | 0002-Fix-unnecessary-qualifications-error.patch | 29 pub fn peer_cred(socket: &UnixStream) -> io::Result<UCred> {
|
| /openbmc/openbmc-test-automation/oem/nuvoton/ |
| H A D | test_ipmi_flash.robot | 136 ... --property=Result phosphor-ipmi-flash-bios-update.service 202 ${cmd}= Catenate systemctl show --property=Result 205 Should Contain ${output} Result=success
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/ |
| H A D | 0001-deqp-runner-drop-zstd-support.patch | 131 fn parse_key_val<T, U>(s: &str) -> Result<(T, U), Box<dyn std::error::Error>> 133 …082,32 +1080,17 @@ pub fn read_lines<I: IntoIterator<Item = impl AsRef<Path>>>(files: I) -> Result<
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
| H A D | 0001-check-for-mips-targets-for-stat.st_dev-definitions.patch | 35 pub fn from_fd<F: AsRawFd>(fd: F) -> std::io::Result<Self> {
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/ |
| H A D | 0001-CMakeLists.txt-Make-the-test-discovery-occur-on-targ.patch | 17 Result: 127
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools/ |
| H A D | 0001-Use-portable-atomics-crate.patch | 79 use anyhow::{anyhow, Result};
|