Home
last modified time | relevance | path

Searched refs:what (Results 101 – 125 of 1981) sorted by relevance

12345678910>>...80

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_control.cpp110 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 Derror-HostEvent.hpp24 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 Dchassiscommands.cpp89 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 Ds3c-pm-check.c140 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 Dassembler.h76 .macro bti what=
77 __bti_\what
/openbmc/linux/drivers/vfio/
H A DKconfig14 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 Docc_dbus.cpp121 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 Dfeature_request.md10 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 Dbug_report.md9 **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 Dvpd_tool.cpp86 << 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 Dmanager.cpp155 "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 DPresenceGpio.cpp77 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 Ddhcp-done.cpp65 data.append(e.what()); in main()
76 stdplus::println(stderr, "Failed: {}", e.what()); in main()
/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp178 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 Dlsm-development.rst7 what it tries to protect against and in what cases one would expect to
/openbmc/phosphor-ipmi-flash/bmc/
H A Dgeneral_systemd.cpp74 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 Drun_rule_action_tests.cpp59 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 Dvolatile-binds.bb33 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 Dmboxd_flash.cpp172 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 Dhandler.cpp88 "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 Dixp4xx-npe.c412 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 Dchannel_mgmt.cpp200 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 D0002-moz.configure-do-not-look-for-llvm-objdump.patch26 - what="llvm-objdump",
35 +# what="llvm-objdump",
/openbmc/openpower-proc-control/procedures/phal/
H A Dstart_host.cpp211 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 DKconfig17 If you don't know what to do here, say N.
28 If you don't know what to do here, say N.

12345678910>>...80