Searched refs:errorCode (Results 1 – 10 of 10) sorted by relevance
/openbmc/phosphor-power/tools/i2c/ |
H A D | i2c_interface.hpp | 19 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 D | aei_updater.cpp | 215 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 D | updater.cpp | 439 const std::string& exceptionString, const int errorCode) in callOutI2CEventLog() argument 445 additionalData["CALLOUT_ERRNO"] = std::to_string(errorCode); in callOutI2CEventLog()
|
H A D | updater.hpp | 183 const std::string& exceptionString = "", const int errorCode = 0);
|
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | error_code_test.cpp | 147 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 D | NVMeBasicContext.cpp | 376 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 D | error_logging_utils.cpp | 96 e.errorCode); in logError()
|
/openbmc/linux/lib/zstd/compress/ |
H A D | fse_compress.c | 512 …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 D | cpia1.c | 258 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 D | airo.c | 666 __le16 errorCode; member
|