Home
last modified time | relevance | path

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

/openbmc/openpower-sbe-interface/
H A Dsbe_chipOp_handler.cpp31 std::ostringstream errMsg; in writeToFifo() local
45 errMsg << "Waiting for FIFO device:" << devPath << "to write failed" in writeToFifo()
47 throw std::runtime_error(errMsg.str().c_str()); in writeToFifo()
52 errMsg << "POLLERR while waiting for writeable FIFO,errno:" << errno; in writeToFifo()
53 throw std::runtime_error(errMsg.str().c_str()); in writeToFifo()
61 errMsg << "Failed to write to FIFO device:" << devPath in writeToFifo()
65 throw std::runtime_error(errMsg.str().c_str()); in writeToFifo()
73 errMsg << "Waiting for FIFO device:" << devPath << "to read failed" in writeToFifo()
75 throw std::runtime_error(errMsg.str().c_str()); in writeToFifo()
80 errMsg << "POLLERR while waiting for readable FIFO,errno:" << errno; in writeToFifo()
[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.cpp48 inline auto getLevel(const std::string& errMsg) in getLevel() argument
52 auto levelmap = g_errLevelMap.find(errMsg); in getLevel()
71 uint32_t Manager::commit(uint64_t transactionId, std::string errMsg) in commit() argument
73 auto level = getLevel(errMsg); in commit()
74 _commit(transactionId, std::move(errMsg), level); in commit()
78 uint32_t Manager::commitWithLvl(uint64_t transactionId, std::string errMsg, in commitWithLvl() argument
81 _commit(transactionId, std::move(errMsg), in commitWithLvl()
87 std::string&& errMsg, Entry::Level errLvl) in _commit() argument
117 auto metamap = g_errMetaMap.find(errMsg); in _commit()
203 createEntry(errMsg, errLvl, additionalData); in _commit()
[all …]
H A Dlog_manager.hpp87 uint32_t commit(uint64_t transactionId, std::string errMsg) override;
100 uint32_t commitWithLvl(uint64_t transactionId, std::string errMsg,
235 void _commit(uint64_t transactionId, std::string&& errMsg,
272 auto createEntry(std::string errMsg, Entry::Level errLvl,
/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/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.hpp51 const char* errMsg = gzerror(logStream, &errNum); in printErrorMessage() local
55 errMsg, errNum); in printErrorMessage()
/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);
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp764 std::string errMsg{ in addAdDetailsForDIMMsCallout() local
768 debugData[AdDIMMInfoFetchError].emplace_back(errMsg); in addAdDetailsForDIMMsCallout()