Home
last modified time | relevance | path

Searched refs:errMsg (Results 1 – 15 of 15) sorted by relevance

/openbmc/openpower-sbe-interface/
H A Dsbe_chipOp_handler.cpp31 std::ostringstream errMsg; in writeToFifo() local
47 throw std::runtime_error(errMsg.str().c_str()); in writeToFifo()
53 throw std::runtime_error(errMsg.str().c_str()); in writeToFifo()
65 throw std::runtime_error(errMsg.str().c_str()); in writeToFifo()
75 throw std::runtime_error(errMsg.str().c_str()); in writeToFifo()
81 throw std::runtime_error(errMsg.str().c_str()); in writeToFifo()
96 throw std::runtime_error(errMsg.str().c_str()); in writeToFifo()
122 std::ostringstream errMsg; in parseResponse() local
128 throw std::runtime_error(errMsg.str().c_str()); in parseResponse()
148 std::ostringstream errMsg; in parseResponse() local
[all …]
H A Dfile.hpp41 std::ostringstream errMsg; in FileDescriptor() local
42 errMsg << "Opening the device with device path:" << devPath in FileDescriptor()
45 throw std::runtime_error(errMsg.str().c_str()); in FileDescriptor()
H A Dsbe_chipOp_handler.hpp88 std::ostringstream errMsg; in invokeSBEChipOperation() local
89 errMsg << "Obtained chip operation response length (" in invokeSBEChipOperation()
95 throw std::runtime_error(errMsg.str().c_str()); in invokeSBEChipOperation()
/openbmc/phosphor-logging/
H A Dlog_manager.cpp45 inline auto getLevel(const std::string& errMsg) in getLevel() argument
49 auto levelmap = g_errLevelMap.find(errMsg); in getLevel()
68 uint32_t Manager::commit(uint64_t transactionId, std::string errMsg) in commit() argument
70 auto level = getLevel(errMsg); in commit()
71 _commit(transactionId, std::move(errMsg), level); in commit()
78 _commit(transactionId, std::move(errMsg), in commitWithLvl()
84 std::string&& errMsg, Entry::Level errLvl) in _commit() argument
114 auto metamap = g_errMetaMap.find(errMsg); in _commit()
194 createEntry(errMsg, errLvl, additionalData); in _commit()
234 processMetadata(errMsg, additionalData, objects); in createEntry()
[all …]
H A Dlog_manager.hpp88 uint32_t commit(uint64_t transactionId, std::string errMsg) override;
101 uint32_t commitWithLvl(uint64_t transactionId, std::string errMsg,
241 void _commit(uint64_t transactionId, std::string&& errMsg,
278 void createEntry(std::string errMsg, Entry::Level errLvl,
/openbmc/openpower-vpd-parser/
H A Dvpd_exceptions.hpp34 std::runtime_error(msg), errMsg(msg) in VPDException()
42 return errMsg.c_str(); in what()
47 std::string errMsg; member in openpower::vpd::exceptions::VPDException
H A Dibm_vpd_utils.cpp800 std::string errMsg = e.what(); in executePostFailAction() local
801 errMsg += "\nGPIO: " + pinName; in executePostFailAction()
809 errMsg += " i2cBusAddress: " + i2cBusAddr; in executePostFailAction()
858 std::string errMsg = e.what(); in isPresent() local
859 errMsg += " GPIO : " + presPinName; in isPresent()
867 errMsg += " i2cBusAddress: " + i2cBusAddr; in isPresent()
872 throw GpioException(errMsg); in isPresent()
934 std::string errMsg = e.what(); in executePreAction() local
935 errMsg += " GPIO : " + pinName; in executePreAction()
943 errMsg += " i2cBusAddress: " + i2cBusAddr; in executePreAction()
[all …]
H A Dibm_vpd_app.cpp1097 string errMsg = "Mismatch found between backup " in restoreSystemVPD() local
1099 errMsg += (*it).first; in restoreSystemVPD()
1100 errMsg += " and keyword: "; in restoreSystemVPD()
1101 errMsg += keywordName; in restoreSystemVPD()
1122 additionalData.emplace("DESCRIPTION", errMsg); in restoreSystemVPD()
1177 string errMsg = "Found default value on both backup " in restoreSystemVPD() local
1179 errMsg += (*it).first; in restoreSystemVPD()
1180 errMsg += " and keyword: "; in restoreSystemVPD()
1181 errMsg += keywordName; in restoreSystemVPD()
1182 errMsg += ". Update primary VPD."; in restoreSystemVPD()
[all …]
/openbmc/phosphor-host-postd/ipmisnoop/
H A Dipmisnoop.cpp45 std::string errMsg = "Failed to find the " + gpioStr + " line"; in configGPIODirOutput() local
46 std::cerr << errMsg.c_str() << std::endl; in configGPIODirOutput()
66 std::string errMsg = "Failed to request " + gpioStr + " output"; in configGPIODirOutput() local
67 std::cerr << errMsg.c_str() << std::endl; in configGPIODirOutput()
/openbmc/phosphor-logging/yaml/xyz/openbmc_project/Logging/Internal/
H A DManager.interface.yaml16 - name: errMsg
36 - name: errMsg
/openbmc/phosphor-gpio-monitor/
H A DgpioMonMain.cpp89 std::string errMsg; in main() local
138 lg2::error("Failed to find the {GPIO}", "GPIO", errMsg); in main()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/tests/
H A Dtest.js170 $(document).ajaxError(function(event, jqxhr, settings, errMsg){ argument
171 if (errMsg === 'abort')
/openbmc/bmcweb/redfish-core/include/
H A Dgzfile.hpp47 const char* errMsg = gzerror(logStream, &errNum); in printErrorMessage() local
51 errMsg, errNum); in printErrorMessage()
/openbmc/openpower-vpd-parser/vpd-manager/
H A Deditor_impl.cpp556 std::string errMsg = in enableRebootGuard() local
558 errMsg += e.what(); in enableRebootGuard()
560 throw std::runtime_error(errMsg); in enableRebootGuard()
581 std::string errMsg = in disableRebootGuard() local
583 errMsg += e.what(); in disableRebootGuard()
588 throw std::runtime_error(errMsg); in disableRebootGuard()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dlibtoaster.js809 $(document).ajaxError(function(event, jqxhr, settings, errMsg){ argument
810 if (errMsg === 'abort')
814 console.warn(errMsg);