Home
last modified time | relevance | path

Searched refs:ec1 (Results 1 – 9 of 9) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_util.hpp228 boost::system::error_code ec1 = in getPortNumber() local
232 callback(ec1, 0); in getPortNumber()
233 BMCWEB_LOG_ERROR("{}", ec1); in getPortNumber()
H A Dthermal_metrics.hpp107 sensorPath](const boost::system::error_code& ec1, in handleTemperatureReadingsCelsius()
109 afterGetTemperatureValue(asyncResp, chassisId, sensorPath, ec1, in handleTemperatureReadingsCelsius()
H A Dchassis.hpp224 [asyncResp](const boost::system::error_code& ec1, in handlePhysicalSecurityGetSubTree()
226 if (ec1) in handlePhysicalSecurityGetSubTree()
231 BMCWEB_LOG_ERROR("DBUS response error {}", ec1); in handlePhysicalSecurityGetSubTree()
H A Dpower_supply.hpp448 [asyncResp](const boost::system::error_code& ec1, uint32_t value) { in handlePowerSupplyAttributesSubTreeResponse() argument
449 handleGetEfficiencyResponse(asyncResp, ec1, value); in handlePowerSupplyAttributesSubTreeResponse()
H A Dupdate_service.hpp849 objectPath](const boost::system::error_code& ec1, in startUpdate()
851 handleStartUpdate(asyncResp, std::move(payload), objectPath, ec1, in startUpdate()
H A Dsystems.hpp2996 const boost::system::error_code& ec1, in afterPortRequest()
2998 if (ec1) in afterPortRequest()
3000 BMCWEB_LOG_ERROR("DBUS response error {}", ec1); in afterPortRequest()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0008-include-sysdep.h-before-net-if_tun.h.patch16 index 2518ec1..5624ef1 100644
H A D0007-add-error-API-when-error.h-is-not-on-platform.patch15 index d8f181d..2518ec1 100644
/openbmc/bmcweb/include/
H A Dobmc_console.hpp267 [&conn](const boost::system::error_code& ec1, in processConsoleObject()
269 connectConsoleSocket(conn, ec1, unixfd); in processConsoleObject()