Searched refs:ec1 (Results 1 – 9 of 9) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | redfish_util.hpp | 227 boost::system::error_code ec1 = in getPortNumber() local 231 callback(ec1, 0); in getPortNumber() 232 BMCWEB_LOG_ERROR("{}", ec1); in getPortNumber()
|
H A D | thermal_metrics.hpp | 93 sensorPath](const boost::system::error_code& ec1, in handleTemperatureReadingsCelsius() 95 afterGetTemperatureValue(asyncResp, chassisId, sensorPath, ec1, in handleTemperatureReadingsCelsius()
|
H A D | chassis.hpp | 171 [asyncResp](const boost::system::error_code& ec1, in handlePhysicalSecurityGetSubTree() 173 if (ec1) in handlePhysicalSecurityGetSubTree() 178 BMCWEB_LOG_ERROR("DBUS response error {}", ec1); in handlePhysicalSecurityGetSubTree()
|
H A D | power_supply.hpp | 435 [asyncResp](const boost::system::error_code& ec1, uint32_t value) { in handlePowerSupplyAttributesSubTreeResponse() argument 436 handleGetEfficiencyResponse(asyncResp, ec1, value); in handlePowerSupplyAttributesSubTreeResponse()
|
H A D | update_service.hpp | 843 objectPath](const boost::system::error_code& ec1, in startUpdate() 845 handleStartUpdate(asyncResp, std::move(payload), objectPath, ec1, in startUpdate()
|
H A D | systems.hpp | 3003 const boost::system::error_code& ec1, in afterPortRequest() 3005 if (ec1) in afterPortRequest() 3007 BMCWEB_LOG_ERROR("DBUS response error {}", ec1); in afterPortRequest()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
H A D | 0008-include-sysdep.h-before-net-if_tun.h.patch | 16 index 2518ec1..5624ef1 100644
|
H A D | 0007-add-error-API-when-error.h-is-not-on-platform.patch | 15 index d8f181d..2518ec1 100644
|
/openbmc/bmcweb/include/ |
H A D | obmc_console.hpp | 253 [&conn](const boost::system::error_code& ec1, in processConsoleObject() 255 connectConsoleSocket(conn, ec1, unixfd); in processConsoleObject()
|