/openbmc/openpower-proc-control/extensions/phal/ |
H A D | create_pel.cpp | 76 pdbg_target_path(procTarget), e.what()) in getSBECallout() 123 loggingObjectPath, loggingInterface, event, e.what()) in createErrorPEL() 144 additionalData.emplace("SBE_ERR_MSG", sbeError.what()); in createSbeErrorPEL() 201 e.what()) in createSbeErrorPEL() 230 loggingObjectPath, loggingInterface, e.what()) in createSbeErrorPEL() 271 loggingObjectPath, loggingInterface, e.what()) in createPEL() 281 std::format("D-bus call exception", "EXCEPTION={}", e.what()) in createPEL()
|
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
H A D | vpd_specific_utility.hpp | 66 i_vpdFilePath + "]. Error: " + l_ex.what()); in generateBadVPDFileName() 130 "]. Error: " + l_ex.what()); in dumpBadVpd() 169 "]. Error : " + l_ex.what()); in getKwVal() 224 "]. Error: " + l_ex.what()); in encodeKeyword() 272 "] map failed, reason: " + std::string(l_ex.what())); in insertOrMerge() 411 std::string(ex.what())); in getExpandedLocationCode() 451 << "] error : " << fail.what(); in getVpdDataInVector() 549 "Failed to find CCIN in VPD. Error : " + std::string(l_ex.what())}; in findCcinInVpd() 645 " with error: " + std::string(l_ex.what())); in resetDataUnderPIM() 705 std::string(l_ex.what())); in isPass1Planar() [all …]
|
H A D | dbus_utility.hpp | 105 logging::logMessage(l_ex.what()); in getPropertyMap() 155 logging::logMessage(l_ex.what()); in getObjectSubTree() 251 "DBus write failed, error: " + std::string(l_ex.what())); in writeDbusProperty() 323 std::string(l_ex.what())); in isServiceRunning() 362 " due to error " + std::string(l_ex.what())); in biosGetAttributeMethodCall() 478 l_errMsg += l_ex.what(); in EnableRebootGuard() 684 logging::logMessage(l_ex.what()); in getImagePrefix()
|
/openbmc/linux/Documentation/maintainer/ |
H A D | messy-diffstat.rst | 12 great deal of unrelated work. The result looks ugly and obscures what the 13 pull request is actually doing. This document describes what is happening 25 If one wants to see what has changed between two points, a command like 42 If that maintainer now uses ``git diff`` to see what has changed between 64 and the second origin end point (vN-rc2), which is certainly not what our 66 may be impossible to tell what actually happened in the changes leading up 75 So what is to be done? The best response when confronted with this 96 shows what is really going on. That request can then be sent upstream.
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | i2c_write_bytes_action_tests.cpp | 79 EXPECT_STREQ(e.what(), "Values vector is empty"); in TEST() 124 EXPECT_STREQ(e.what(), "Values vector is empty"); in TEST() 141 EXPECT_STREQ(e.what(), "Masks vector has invalid size"); in TEST() 290 EXPECT_STREQ(e.what(), "Unable to find device with ID \"reg1\""); in TEST() 332 EXPECT_STREQ(e.what(), in TEST() 343 EXPECT_STREQ(ie.what(), in TEST() 393 EXPECT_STREQ(e.what(), in TEST() 404 EXPECT_STREQ(ie.what(), in TEST()
|
H A D | i2c_write_byte_action_tests.cpp | 146 EXPECT_STREQ(e.what(), "Unable to find device with ID \"reg1\""); in TEST() 182 EXPECT_STREQ(e.what(), "ActionError: i2c_write_byte: { register: " in TEST() 193 ie.what(), in TEST() 236 EXPECT_STREQ(e.what(), "ActionError: i2c_write_byte: { register: " in TEST() 246 EXPECT_STREQ(ie.what(), "I2CException: Failed to write byte: bus " in TEST()
|
H A D | pmbus_read_sensor_action_tests.cpp | 244 EXPECT_STREQ(e.what(), "Unable to find device with ID \"reg1\""); in TEST() 287 EXPECT_STREQ(e.what(), "ActionError: pmbus_read_sensor: { type: vout, " in TEST() 298 pe.what(), in TEST() 351 EXPECT_STREQ(e.what(), in TEST() 363 ie.what(), in TEST() 410 EXPECT_STREQ(e.what(), "ActionError: pmbus_read_sensor: { type: pout, " in TEST() 420 EXPECT_STREQ(ie.what(), "I2CException: Failed to read word data: " in TEST() 481 EXPECT_STREQ(e.what(), "ActionError: pmbus_read_sensor: { type: iout, " in TEST() 491 EXPECT_STREQ(de.what(), "D-Bus error: Invalid property"); in TEST()
|
/openbmc/linux/arch/riscv/ |
H A D | Kconfig.errata | 22 If you don't know what to do here, say "Y". 43 If you don't know what to do here, say "Y". 54 If you don't know what to do here, say "Y". 75 If you don't know what to do here, say "Y". 87 If you don't know what to do here, say "Y". 100 If you don't know what to do here, say "Y".
|
/openbmc/linux/drivers/vfio/platform/reset/ |
H A D | Kconfig | 8 If you don't know what to do here, say N. 15 If you don't know what to do here, say N. 24 If you don't know what to do here, say N.
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | rail.cpp | 46 name, inventoryPath, e.what())}; in isPresent() 65 name, e.what())}; in getStatusWord() 82 name, e.what())}; in getStatusVout() 98 "Unable to read READ_VOUT value for rail {}: {}", name, e.what())}; in getReadVout() 115 e.what())}; in getVoutUVFaultLimit()
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_flowtable.sh | 248 local what=$1 262 echo "FAIL: $what: original counter $orig_cnt exceeds expected value $max_orig" 1>&2 268 echo "FAIL: $what: reply counter $repl_cnt exceeds expected value $max_repl" 1>&2 274 echo "PASS: $what" 280 local what=$1 292 case "$what" in 328 echo "PASS: $what: dscp packet counters match" 336 what=$3 339 echo "FAIL: file mismatch for $what" 1>&2 456 what=$4 [all …]
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | README | 2 what your audience knows and then building a bridge from their current 3 knowledge to what they need to know. Unfortunately, the expected 8 depending on what you know and what you would like to learn. Please note 28 o You would like a detailed understanding of what your compiler can
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_headroom.sh | 96 local what=$1; shift 100 check_err $? "${what}buffer $idx size is '$current', expected '$expr'" 143 local what=$1; shift 160 log_test "${what}MTU impacts buffer size" 313 local what=$1; shift 355 log_test "${what}internal buffer size"
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | utils.cpp | 92 entry("ERROR=%s", e.what())); in hiomapdSuspend() 111 entry("ERROR=%s", e.what())); in hiomapdResume() 141 entry("ERROR=%s", e.what()), in setPendingAttributes() 174 entry("ERROR=%s", e.what())); in deleteAllErrorLogs()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/usb/ |
H A D | usb_manager.cpp | 57 "SRC", p.path(), "ERROR", e.what()); in copyImage() 156 "ERROR", e.what()); in setApplyTime() 173 "ERROR", e.what()); in setRequestedActivation() 211 "ERROR", e.what()); in updateActivation()
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | mirror_gre_bridge_1d_vlan.sh | 70 local what=$1; shift 72 full_test_span_gre_dir_vlan $tundev ingress "$vlan_match" 8 0 "$what" 73 full_test_span_gre_dir_vlan $tundev egress "$vlan_match" 0 8 "$what"
|
/openbmc/linux/Documentation/core-api/irq/ |
H A D | concepts.rst | 12 array, but except for what linux/interrupt.h implements the details 16 machine. Typically what is enumerated is the number of input pins on 18 what is enumerated are the 16 input pins on the two i8259 interrupt
|
/openbmc/openpower-proc-control/procedures/phal/ |
H A D | check_host_running.cpp | 45 entry("EXCEPTION=%s", e.what())); in createBmcDump() 75 entry("EXCEPTION=%s", ex.what())); in checkHostRunning() 156 entry("EXCEPTION=%s", ex.what())); in clearHostRunning()
|
/openbmc/bmcweb/src/ |
H A D | boost_asio.cpp | 14 BMCWEB_LOG_CRITICAL("Boost exception thrown {}", e.what()); in throw_exception() 20 BMCWEB_LOG_CRITICAL("Boost exception thrown {} from {}:{}", e.what(), in throw_exception()
|
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/ |
H A D | 0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch | 29 #define ALLOW(what) \ 30 if ((rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(what), 0))) \ 31 … return _error->FatalE("HttpMethod::Configuration", "Cannot allow %s: %s", #what, strerror(-rc));
|
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/ |
H A D | mii-bitbang.c | 77 static inline void mdio(struct mdiobb_ctrl *ctrl, int what) in mdio() argument 81 if (what) in mdio() 90 static inline void mdc(struct mdiobb_ctrl *ctrl, int what) in mdc() argument 94 if (what) in mdc()
|
/openbmc/linux/Documentation/kbuild/ |
H A D | Kconfig.recursion-issue-01 | 9 # understand why this recursive dependency issue occurs lets consider what 10 # Kconfig needs to address. We iterate over what Kconfig needs to address 30 # what values are possible for CORE we ended up needing to address questions 32 # question of what are the possible values of CORE would make the kconfig
|
/openbmc/sdbusplus/src/ |
H A D | exception.cpp | 94 const char* SdBusError::what() const noexcept in what() function in sdbusplus::exception::SdBusError 145 const char* InvalidEnumString::what() const noexcept in what() function in sdbusplus::exception::InvalidEnumString 184 const char* UnpackPropertyError::what() const noexcept in what() function in sdbusplus::exception::UnpackPropertyError 204 const char* UnhandledStop::what() const noexcept in what() function in sdbusplus::exception::UnhandledStop
|
/openbmc/openpower-hw-diags/util/ |
H A D | dbus.cpp | 56 std::string traceMsg = std::string(e.what()); in find() 99 std::string traceMsg = std::string(e.what()); in findService() 135 std::string traceMsg = std::string(e.what()); in getProperty() 207 std::string traceMsg = std::string(e.what()); in transitionHost() 387 trace::err(e.what()); in createPel() 500 trace::err(e.what()); in getStateEffecterPdrs() 535 trace::err(e.what()); in getStateSensorPdrs()
|
/openbmc/sdeventplus/test/ |
H A D | exception.cpp | 21 EXPECT_EQ(std::string{expected.what()}, err.what()); in TEST()
|