Home
last modified time | relevance | path

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

/openbmc/phosphor-power/tools/i2c/
H A Di2c_interface.hpp19 uint8_t addr, int errorCode = 0) : in I2CException() argument
20 bus(bus), addr(addr), errorCode(errorCode) in I2CException()
25 if (errorCode != 0) in I2CException()
27 ss << std::dec << ", errno " << errorCode << ": " in I2CException()
28 << strerror(errorCode); in I2CException()
40 int errorCode; member in i2c::I2CException
/openbmc/phosphor-power/tools/power-utils/
H A Daei_updater.cpp215 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in writeIspKey()
271 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in writeIspMode()
332 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in writeIspStatusReset()
388 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in writeIspStatusReset()
595 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in performI2cWriteReadWithRetries()
703 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in ispReadRebootStatus()
H A Dupdater.cpp439 const std::string& exceptionString, const int errorCode) in callOutI2CEventLog() argument
445 additionalData["CALLOUT_ERRNO"] = std::to_string(errorCode); in callOutI2CEventLog()
H A Dupdater.hpp183 const std::string& exceptionString = "", const int errorCode = 0);
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Derror_code_test.cpp147 std::string errorCode = messages::messageVersionPrefix; in TEST() local
148 errorCode += "GeneralError"; in TEST()
152 EXPECT_EQ(final.jsonValue["error"]["code"].get<std::string>(), errorCode); in TEST()
/openbmc/dbus-sensors/src/nvme/
H A DNVMeBasicContext.cpp376 const boost::system::error_code errorCode) { in pollNVMeDevices() argument
377 if (errorCode == boost::asio::error::operation_aborted) in pollNVMeDevices()
382 if (errorCode) in pollNVMeDevices()
384 std::cerr << errorCode.message() << "\n"; in pollNVMeDevices()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_logging_utils.cpp96 e.errorCode); in logError()
/openbmc/linux/lib/zstd/compress/
H A Dfse_compress.c512 …size_t const errorCode = FSE_normalizeM2(normalizedCounter, tableLog, count, total, maxSymbolValue… in FSE_normalizeCount() local
513 if (FSE_isError(errorCode)) return errorCode; in FSE_normalizeCount()
/openbmc/linux/drivers/media/usb/gspca/
H A Dcpia1.c258 u8 errorCode; member
501 sd->params.status.errorCode = gspca_dev->usb_buf[7]; in do_command()
704 params->status.vpStatus, params->status.errorCode); in printstatus()
/openbmc/linux/drivers/net/wireless/cisco/
H A Dairo.c666 __le16 errorCode; member