/openbmc/bios-bmc-smm-error-logger/src/ |
H A D | buffer.cpp | 33 throw std::runtime_error(std::format( in initialize() 44 throw std::runtime_error( in initialize() 70 throw std::runtime_error(std::format( in initialize() 84 throw std::runtime_error( in readBufferHeader() 114 throw std::runtime_error(std::format( in updateReadPtr() 137 throw std::runtime_error(std::format( in updateBmcFlags() 151 throw std::runtime_error( in wraparoundRead() 158 throw std::runtime_error(std::format( in wraparoundRead() 178 throw std::runtime_error( in wraparoundRead() 199 throw std::runtime_error(std::format( in wraparoundRead() [all …]
|
/openbmc/bios-bmc-smm-error-logger/test/ |
H A D | buffer_test.cpp | 73 } catch (const std::runtime_error& e) { in TEST_F() 79 std::runtime_error); in TEST_F() 92 } catch (const std::runtime_error& e) { in TEST_F() 96 std::runtime_error); in TEST_F() 110 } catch (const std::runtime_error& e) { in TEST_F() 115 std::runtime_error); in TEST_F() 148 } catch (const std::runtime_error& e) { in TEST_F() 153 std::runtime_error); in TEST_F() 179 } catch (const std::runtime_error& e) { in TEST_F() 185 std::runtime_error); in TEST_F() [all …]
|
/openbmc/openpower-sbe-interface/ |
H A D | sbe_chipOp_handler.cpp | 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() 128 throw std::runtime_error(errMsg.str().c_str()); in parseResponse() 151 throw std::runtime_error(errMsg.str().c_str()); in parseResponse() 177 throw std::runtime_error(errMsg.str().c_str()); in parseResponse()
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | timer.hpp | 118 throw std::runtime_error("Failure to set timer"); in start() 124 throw std::runtime_error("Failure to start timer"); in start() 165 throw std::runtime_error("Timer has no event loop"); in initialize() 170 throw std::runtime_error("Timer already initialized"); in initialize() 187 throw std::runtime_error("Timer initialization failed"); in initialize() 194 throw std::runtime_error("Disabling the timer failed"); in initialize() 220 throw std::runtime_error("Failure to set timer"); in timeoutHandler()
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | json_parser.cpp | 77 throw std::runtime_error( in getTrustGrps() 91 throw std::runtime_error( in getTrustGrps() 117 throw std::runtime_error( in getTrustGrps() 138 throw std::runtime_error( in getSensorDefs() 209 throw std::runtime_error( in getFanDefs() 221 throw std::runtime_error(msg.c_str()); in getFanDefs() 238 throw std::runtime_error(msg.c_str()); in getFanDefs() 268 throw std::runtime_error("Invalid fan method"); in getFanDefs() 292 throw std::runtime_error( in getFanDefs() 349 throw std::runtime_error( in getFanDefs() [all …]
|
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
H A D | json_utility.hpp | 102 throw std::runtime_error("Path to JSON is missing"); in getParsedJson() 108 throw std::runtime_error("Incorrect file Path or empty file"); in getParsedJson() 114 throw std::runtime_error( in getParsedJson() 151 throw std::runtime_error("Path parameter is empty."); in getInventoryObjPathFromJson() 156 throw std::runtime_error("Missing frus tag in system config JSON."); in getInventoryObjPathFromJson() 218 throw std::runtime_error( in executePostFailAction() 225 throw std::runtime_error( in executePostFailAction() 277 throw std::runtime_error( in processSystemCmdTag() 285 throw std::runtime_error( in processSystemCmdTag() 568 throw std::runtime_error("Path parameter is empty."); in getRedundantEepromPathFromJson() [all …]
|
H A D | vpd_specific_utility.hpp | 94 throw std::runtime_error("Failed to generate bad VPD file name"); in dumpBadVpd() 109 throw std::runtime_error(l_errorMsg); in dumpBadVpd() 116 throw std::runtime_error( in dumpBadVpd() 153 throw std::runtime_error("Invalid parameters"); in getKwVal() 163 throw std::runtime_error("Keyword not found"); in getKwVal() 324 throw std::runtime_error( in getExpandedLocationCode() 338 throw std::runtime_error( in getExpandedLocationCode() 345 throw std::runtime_error( in getExpandedLocationCode() 358 throw std::runtime_error("Mapper failed to get service"); in getExpandedLocationCode() 375 throw std::runtime_error( in getExpandedLocationCode() [all...] |
/openbmc/phosphor-networkd/src/ |
H A D | netlink.cpp | 32 throw std::runtime_error( in processMsg() 38 throw std::runtime_error( in processMsg() 59 throw std::runtime_error("Got done for non-multi msg"); in processMsg() 76 throw std::runtime_error("Got non-multi msg before done"); in processMsg() 163 throw std::runtime_error("netlink recvmsg: Got empty payload"); in receive() 177 throw std::runtime_error("Extra unprocessed netlink messages"); in receive() 188 throw std::runtime_error(std::format( in extractRtAttr() 193 throw std::runtime_error( in extractRtAttr()
|
/openbmc/phosphor-net-ipmid/ |
H A D | crypt_algo.cpp | 30 throw std::runtime_error("Invalid data length"); in decryptPayload() 53 throw std::runtime_error("Confidentiality pad bytes check failed"); in decryptPayload() 117 throw std::runtime_error("EVP_DecryptInit_ex failed for type " in decryptData() 143 throw std::runtime_error("EVP_DecryptUpdate failed"); in decryptData() 159 throw std::runtime_error("RAND_bytes failed"); in encryptData() 178 throw std::runtime_error("EVP_EncryptInit_ex failed for type " in encryptData() 202 throw std::runtime_error("EVP_EncryptUpdate failed for type " in encryptData()
|
H A D | message_parsers.cpp | 22 throw std::runtime_error("RMCP Header missing"); in unflatten() 33 throw std::runtime_error("RMCP Header is invalid"); in unflatten() 39 throw std::runtime_error("RMCP Ping is not supported"); in unflatten() 64 throw std::runtime_error("Invalid Session Header"); in unflatten() 100 throw std::runtime_error("IPMI1.5 Session Header Missing"); in unflatten() 108 throw std::runtime_error("IPMI1.5 session packets are unsupported"); in unflatten() 126 throw std::runtime_error("Invalid data length"); in unflatten() 178 throw std::runtime_error("IPMI2.0 Session Header Missing"); in unflatten() 188 throw std::runtime_error("RMCP+ message from unknown session"); in unflatten() 208 throw std::runtime_error("Invalid data length"); in unflatten() [all …]
|
/openbmc/openpower-proc-control/procedures/phal/ |
H A D | reinit_devtree.cpp | 58 throw std::runtime_error( in applyAttrOverride() 83 throw std::runtime_error(err); in computeRODeviceTreePath() 92 throw std::runtime_error(err); in computeRODeviceTreePath() 146 throw std::runtime_error("reinitDevtree: missing export list file"); in reinitDevtree() 163 throw std::runtime_error( in reinitDevtree() 177 throw std::runtime_error( in reinitDevtree() 194 throw std::runtime_error( in reinitDevtree() 206 throw std::runtime_error( in reinitDevtree()
|
H A D | start_host.cpp | 76 throw std::runtime_error( in selectBootSeeprom() 87 throw std::runtime_error( in selectBootSeeprom() 125 throw std::runtime_error("Get HW Keyword read from VINI Failed"); in setClkNETerminationSite() 138 throw std::runtime_error("Incorrect VINI records HW Keyword data size"); in setClkNETerminationSite() 166 throw std::runtime_error( in setClkNETerminationSite() 317 throw std::runtime_error("IPL initialization failed"); in startHost() 328 throw std::runtime_error("Failed to execute host start boot step"); in startHost()
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | worker.cpp | 50 throw std::runtime_error("Mandatory tag(s) missing from JSON"); in Worker() 69 throw std::runtime_error("Config JSON is empty. Can't enable muxes"); in enableMuxChips() 214 throw std::runtime_error("Empty VPD map. Can't Extract IM value"); in getIMValue() 247 throw std::runtime_error("Empty VPD map. Can't Extract HW value"); in getHWVersion() 288 throw std::runtime_error("Invalid file path passed to fillVPDMap API."); in fillVPDMap() 293 throw std::runtime_error("Can't Find physical file"); in fillVPDMap() 406 throw std::runtime_error( in setJsonSymbolicLink() 416 throw std::runtime_error( in setJsonSymbolicLink() 427 throw std::runtime_error( in setJsonSymbolicLink() 440 throw std::runtime_error( in setJsonSymbolicLink() [all …]
|
H A D | manager.cpp | 179 throw std::runtime_error( in processAssetTagChangeCallback() 201 throw std::runtime_error( in processAssetTagChangeCallback() 208 throw std::runtime_error( in processAssetTagChangeCallback() 235 throw std::runtime_error( in SetTimerToDetectSVPDOnDbus() 242 throw std::runtime_error( in SetTimerToDetectSVPDOnDbus() 289 throw std::runtime_error( in SetTimerToDetectVpdCollectionStatus() 295 throw std::runtime_error( in SetTimerToDetectVpdCollectionStatus() 494 throw std::runtime_error("PowerVS Json not found"); in ConfigurePowerVsSystem() 501 throw std::runtime_error( in ConfigurePowerVsSystem() 576 throw std::runtime_error("Given FRU path is empty"); in updateKeywordOnHardware() [all …]
|
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | common_utils.cpp | 34 throw std::runtime_error("pdbg target initialization failed"); in phal_init() 40 throw std::runtime_error("libekb initialization failed"); in phal_init() 46 throw std::runtime_error("libipl initialization failed"); in phal_init() 58 throw std::runtime_error( in isPrimaryProc()
|
/openbmc/openpower-vpd-parser/vpd-tool/include/ |
H A D | tool_utils.hpp | 52 throw std::runtime_error("Empty Parameter"); in readDbusProperty() 70 throw std::runtime_error(std::string(l_ex.what())); in readDbusProperty() 137 throw std::runtime_error( in printJson() 198 throw std::runtime_error("Empty EEPROM path"); in readKeywordFromHardware() 325 throw std::runtime_error("Empty path"); in writeKeyword() 364 throw std::runtime_error("Empty path"); in writeKeywordOnHardware() 399 throw std::runtime_error( in convertToBinary() 409 throw std::runtime_error( in convertToBinary() 418 throw std::runtime_error( in convertToBinary() 425 throw std::runtime_error("Provide a valid hexadecimal input."); in convertToBinary() [all …]
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | pmbus_driver_device.cpp | 48 throw std::runtime_error{std::format( in getGPIOValues() 65 throw std::runtime_error{std::format( in getStatusWord() 82 throw std::runtime_error{std::format( in getStatusVout() 103 throw std::runtime_error{std::format( in getReadVout() 124 throw std::runtime_error{std::format( in getVoutUVFaultLimit() 141 throw std::runtime_error{std::format( in getFileNumber() 183 throw std::runtime_error{ in buildPageToFileNumberMap()
|
H A D | rail.cpp | 44 throw std::runtime_error{std::format( in isPresent() 63 throw std::runtime_error{ in getStatusWord() 80 throw std::runtime_error{ in getStatusVout() 97 throw std::runtime_error{std::format( in getReadVout() 113 throw std::runtime_error{std::format( in getVoutUVFaultLimit() 177 throw std::runtime_error{std::format( in hasPgoodFaultGPIO() 233 throw std::runtime_error{ in verifyHasPage()
|
/openbmc/phosphor-led-manager/manager/ |
H A D | config-validator.hpp | 34 class ConfigValidationException : std::runtime_error 41 std::runtime_error(msg), reason(err) in ConfigValidationException() 49 std::runtime_error(msg), reason(err) in ConfigValidationException() 59 std::runtime_error(msg), reason(err) in ConfigValidationException()
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | model.cpp | 65 throw std::runtime_error{"Unable to find psuDevices"}; in getModelJson() 70 throw std::runtime_error{std::format( in getModelJson() 76 throw std::runtime_error{ in getModelJson() 84 throw std::runtime_error{"Unable to find fruConfigs"}; in getModelJson() 98 throw std::runtime_error{"Unable to find file name for Model"}; in getModelJson()
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | firmware_handlers_builder.cpp | 52 throw std::runtime_error( in buildHandlerFromJson() 67 throw std::runtime_error( in buildHandlerFromJson() 88 throw std::runtime_error( in buildHandlerFromJson() 108 throw std::runtime_error( in buildHandlerFromJson() 134 throw std::runtime_error("Invalid update type: " + updateType); in buildHandlerFromJson()
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | exception_utils_tests.cpp | 52 std::runtime_error{"Unable to parse config file"}); in TEST() 86 catch (const std::runtime_error& e) in TEST() 185 std::runtime_error{"Unable to parse config file"}); in TEST() 234 catch (const std::runtime_error& e) in TEST() 274 std::runtime_error{"Unable to configure regulators"}); in TEST() 305 std::runtime_error{"Unable to configure regulators"}); in TEST()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | journal.cpp | 69 throw std::runtime_error{ in getMessages() 81 throw std::runtime_error{ in getMessages() 129 throw std::runtime_error{ in getFieldValue() 155 throw std::runtime_error{ in getTimeStamp() 167 throw std::runtime_error{ in getTimeStamp()
|
/openbmc/pldm/fw-update/ |
H A D | watch.cpp | 38 throw std::runtime_error( in Watch() 47 throw std::runtime_error( in Watch() 54 throw std::runtime_error( in Watch() 85 throw std::runtime_error( in callback()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | registry.cpp | 52 throw std::runtime_error("Invalid subsystem used in message registry"); in getSubsystem() 67 throw std::runtime_error("Invalid severity used in message registry"); in getSeverity() 123 throw std::runtime_error( in getActionFlags() 141 throw std::runtime_error("Invalid event type used in message registry"); in getEventType() 154 throw std::runtime_error( in getEventScope() 170 throw std::runtime_error("Invalid reason code in message registry"); in getSRCReasonCode() 186 throw std::runtime_error("Invalid SRC Type in message registry"); in getSRCType() 229 throw std::runtime_error("Invalid SRC word in message registry"); in getSRCHexwordFields() 270 throw std::runtime_error("Invalid symptom ID in message registry"); in getSRCSymptomIDFields() 308 throw std::runtime_error( in getComponentID() [all …]
|