Home
last modified time | relevance | path

Searched refs:ec3 (Results 1 – 8 of 8) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_util.hpp244 boost::system::error_code ec3 = in getPortNumber() local
249 ec3 = boost::system::errc::make_error_code( in getPortNumber()
253 callback(ec3, 0); in getPortNumber()
254 BMCWEB_LOG_ERROR("{}", ec3); in getPortNumber()
H A Dstorage.hpp772 [asyncResp, chassisId](const boost::system::error_code& ec3, in afterChassisDriveCollectionSubtreeGet()
774 if (ec3) in afterChassisDriveCollectionSubtreeGet()
953 driveName](const boost::system::error_code& ec3, in handleChassisDriveGet()
955 if (ec3) in handleChassisDriveGet()
H A Dsystems.hpp197 auto getCpuPresenceState = [asyncResp](const boost::system::error_code& ec3, in getProcessorSummary()
199 if (ec3) in getProcessorSummary()
201 BMCWEB_LOG_ERROR("DBUS response error {}", ec3); in getProcessorSummary()
472 [asyncResp](const boost::system::error_code& ec3, in afterSystemGetSubTree()
475 afterGetUUID(asyncResp, ec3, properties); in afterSystemGetSubTree()
484 [asyncResp](const boost::system::error_code& ec3, in afterSystemGetSubTree() argument
487 afterGetInventory(asyncResp, ec3, properties); in afterSystemGetSubTree()
H A Dchassis.hpp516 [asyncResp, chassisId](const boost::system::error_code& ec3, in handleChassisGetSubTree()
518 if (ec3 || resp.empty()) in handleChassisGetSubTree()
H A Daccount_service.hpp1788 [asyncResp, password](const boost::system::error_code& ec3) { in processAfterCreateUser() argument
1789 if (ec3) in processAfterCreateUser()
H A Dsensors.hpp562 const boost::system::error_code& ec3, in populateFanRedundancy()
564 if (ec3) in populateFanRedundancy()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsw_utils.hpp187 const boost::system::error_code& ec3, in populateSoftwareInformation()
190 if (ec3) in populateSoftwareInformation()
192 BMCWEB_LOG_ERROR("error_code = {}", ec3); in populateSoftwareInformation()
194 ec3.message()); in populateSoftwareInformation()
200 if (ec3.value() == EBADR) in populateSoftwareInformation()
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp1933 transaction](const boost::system::error_code& ec3, in handlePut()
1935 if (ec3) in handlePut()
1939 ec3.message(), connectionName); in handlePut()