/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | power_control.cpp | 110 services.logErrorMsg(e.what()); in onFailure() 111 additionalData.emplace("ERROR", e.what()); in onFailure() 367 "Unable to find JSON configuration file: {}", e.what())); in findConfigFile() 386 "Unable to parse JSON configuration file: {}", e.what())); in parseConfigFile() 421 std::format("Unable to create device object: {}", e.what())); in createDevice()
|
/openbmc/phosphor-host-ipmid/ |
H A D | error-HostEvent.hpp | 24 const char* what() const noexcept override in what() function 47 const char* what() const noexcept override in what() function
|
/openbmc/intel-ipmi-oem/src/ |
H A D | chassiscommands.cpp | 89 entry("ERR=%s", e.what())); in enclosureIdentifyLed() 107 entry("ERROR=%s", e.what())); in getIDState() 259 entry("ERROR=%s", e.what()), in getPowerRestorePolicy() 297 entry("ERROR=%s", e.what())); in getPowerStatus() 326 "Failed to fetch ACBoot property", entry("ERROR=%s", e.what()), in getACFailStatus() 348 entry("ERROR=%s", e.what())); in getButtonEnabled() 365 entry("EXCEPTION=%s, REQUEST=%x", e.what(), disabled)); in setButtonEnabled()
|
/openbmc/linux/drivers/soc/samsung/ |
H A D | s3c-pm-check.c | 140 static inline int in_region(void *ptr, int size, void *what, size_t whatsz) in in_region() argument 142 if ((what+whatsz) < ptr) in in_region() 145 if (what > (ptr+size)) in in_region()
|
/openbmc/linux/tools/testing/selftests/arm64/bti/ |
H A D | assembler.h | 76 .macro bti what= 77 __bti_\what
|
/openbmc/linux/drivers/vfio/ |
H A D | Kconfig | 14 If you don't know what to do here, say N. 28 If you don't know what to do here, say N. 38 If you don't know what to do here, say Y. 76 If you don't know what to do here, say N.
|
/openbmc/openpower-occ-control/ |
H A D | occ_dbus.cpp | 121 lg2::error("set Unit propety failed: error={ERR}", "ERR", e.what()); in setUnit() 138 lg2::error("get Unit propety failed: error={ERR}", "ERR", e.what()); in getUnit() 226 lg2::error("Error looking up chassis objects: {ERR}", "ERR", e.what()); in getChassisPath() 269 "PATH", path, "ERR", e.what()); in setPurpose()
|
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/ |
H A D | feature_request.md | 10 concise description of what the problem is. Ex. I'm always frustrated when [...] 12 **Describe the solution you'd like** A clear and concise description of what you
|
H A D | bug_report.md | 9 **Describe the bug** A clear and concise description of what the bug is. 18 **Expected behavior** A clear and concise description of what you expected to
|
/openbmc/openpower-vpd-parser/vpd-tool/src/ |
H A D | vpd_tool.cpp | 86 << i_keywordName << ", error: " << l_ex.what() << std::endl; in readKeyword() 118 << "], Error: " << l_ex.what() << std::endl; in dumpObject() 335 << ", failed with exception: " << l_ex.what() << std::endl; in getInventoryPropertyJson() 435 << " is failed. Exception: " << l_ex.what() << std::endl; in writeKeyword() 462 std::cerr << l_ex.what() << std::endl; in getBackupRestoreCfgJsonObj() 591 << l_ex.what() << std::endl; in cleanSystemVpd() 726 std::cerr << l_ex.what() << std::endl; in fetchKeywordInfo() 941 std::cerr << "Dump inventory failed. Error: " << l_ex.what() in dumpInventory() 1006 std::cerr << l_ex.what() << std::endl; in printSystemVpd() 1085 << ", error: " << l_ex.what() << std::ends; in updateAllKeywords() [all …]
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | manager.cpp | 155 "VPD-Manager service failed. " + std::string(e.what())); in Manager() 216 std::string(l_ex.what())); in processAssetTagChangeCallback() 536 "], reason: " + std::string(l_exception.what())); in updateKeyword() 569 "], reason: " + std::string(l_exception.what()), in updateKeywordOnHardware() 611 e.what() + std::string(". VPD manager read operation failed for ") + in readKeyword() 743 logging::logMessage(std::string(l_error.what())); in collectSingleFruVpd() 770 logging::logMessage(l_ex.what()); in deleteSingleFruVpd() 1079 logging::logMessage(l_ex.what()); in hostStateChangeCallBack() 1118 "VPD recollection failed with error: " + std::string(l_ex.what())); in performVpdRecollection()
|
/openbmc/dbus-sensors/src/fan/ |
H A D | PresenceGpio.cpp | 77 std::cerr << "Error reading gpio " << gpioName << ": " << e.what() in EventPresenceGpio() 142 << ": " << e.what() << "\n"; in PollingPresenceGpio() 164 << ": " << ec.what() << ")\n"; in pollTimerHandler()
|
/openbmc/google-misc/subprojects/dhcp-done/ |
H A D | dhcp-done.cpp | 65 data.append(e.what()); in main() 76 stdplus::println(stderr, "Failed: {}", e.what()); in main()
|
/openbmc/phosphor-post-code-manager/src/ |
H A D | post_code.cpp | 178 phosphor::logging::log<phosphor::logging::level::ERR>(e.what()); in serialize() 183 phosphor::logging::log<phosphor::logging::level::ERR>(e.what()); in serialize() 204 phosphor::logging::log<phosphor::logging::level::ERR>(e.what()); in deserialize() 231 phosphor::logging::log<phosphor::logging::level::ERR>(e.what()); in deserializePostCodes()
|
/openbmc/linux/Documentation/security/ |
H A D | lsm-development.rst | 7 what it tries to protect against and in what cases one would expect to
|
/openbmc/phosphor-ipmi-flash/bmc/ |
H A D | general_systemd.cpp | 74 triggerService.c_str(), mode.c_str(), e.what()); in trigger() 98 triggerService.c_str(), job->c_str(), ex.what()); in abort() 131 triggerService.c_str(), e.what()); in match()
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | run_rule_action_tests.cpp | 59 EXPECT_STREQ(ia_error.what(), in TEST() 92 EXPECT_STREQ(error.what(), "Communication error"); in TEST() 116 EXPECT_STREQ(r_error.what(), in TEST()
|
/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/ |
H A D | volatile-binds.bb | 33 what, where = line.split(None, 1) 34 services.append("%s.service" % what[1:].replace("/", "-")) 52 sed -e "s#@what@#$spec#g; s#@where@#$mountpoint#g" \
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | mboxd_flash.cpp | 172 MSG_ERR("%s\n", e.what()); in copy_flash() 226 MSG_ERR("%s\n", e.what()); in write_flash() 231 MSG_ERR("%s\n", e.what()); in write_flash()
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | handler.cpp | 88 "blob exception received: " + std::string(b.what())); in retryIfFailed() 96 t.what(), remains); in retryIfFailed() 207 std::fprintf(stderr, "Cleanup failed: %s\n", e.what()); in cleanArtifacts()
|
/openbmc/linux/drivers/soc/ixp4xx/ |
H A D | ixp4xx-npe.c | 412 int npe_send_message(struct npe *npe, const void *msg, const char *what) in npe_send_message() argument 418 what, send[0], send[1]); in npe_send_message() 451 int npe_recv_message(struct npe *npe, void *msg, const char *what) in npe_recv_message() argument 456 debug_msg(npe, "Trying to receive message %s\n", what); in npe_recv_message() 489 int npe_send_recv_message(struct npe *npe, void *msg, const char *what) in npe_send_recv_message() argument 494 if ((result = npe_send_message(npe, msg, what)) != 0) in npe_send_recv_message() 496 if ((result = npe_recv_message(npe, recv, what)) != 0) in npe_send_recv_message() 501 what); in npe_send_recv_message()
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | channel_mgmt.cpp | 200 lg2::error("Exception: {MSG}", "MSG", e.what()); in processChAccessPropChange() 238 lg2::error("Exception: {MSG}", "MSG", e.what()); in processChAccessPropChange() 822 lg2::debug("Corrupted channel config: {MSG}", "MSG", e.what()); in readJsonFile() 996 lg2::debug("Json Exception caught: {MSG}", "MSG", e.what()); in loadChannelConfig() 1003 lg2::error("Corrupted config: {MSG}", "MSG", e.what()); in loadChannelConfig() 1066 lg2::debug("Json Exception caught: {MSG}", "MSG", e.what()); in readChannelVolatileData() 1071 lg2::error("Corrupted config: {MSG}", "MSG", e.what()); in readChannelVolatileData() 1132 lg2::debug("Json Exception caught: {MSG}", "MSG", e.what()); in readChannelPersistData() 1137 lg2::error("Corrupted config: {MSG}", "MSG", e.what()); in readChannelPersistData() 1180 lg2::error("Corrupted config: {MSG}", "MSG", e.what()); in writeChannelVolatileData() [all...] |
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/ |
H A D | 0002-moz.configure-do-not-look-for-llvm-objdump.patch | 26 - what="llvm-objdump", 35 +# what="llvm-objdump",
|
/openbmc/openpower-proc-control/procedures/phal/ |
H A D | start_host.cpp | 211 e.what()) in createPELForHwIsolationSettingsErr() 272 e.what(), hwIsolationPolicyObjPath, hwIsolationPolicyIface)}; in allowHwIsolation() 314 entry("EXCEPTION=%s", ex.what())); in startHost()
|
/openbmc/linux/drivers/vfio/platform/ |
H A D | Kconfig | 17 If you don't know what to do here, say N. 28 If you don't know what to do here, say N.
|