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.hpp227 boost::system::error_code ec1 = in getPortNumber() local
231 callback(ec1, 0); in getPortNumber()
232 BMCWEB_LOG_ERROR("{}", ec1); in getPortNumber()
H A Dthermal_metrics.hpp93 sensorPath](const boost::system::error_code& ec1, in handleTemperatureReadingsCelsius()
95 afterGetTemperatureValue(asyncResp, chassisId, sensorPath, ec1, in handleTemperatureReadingsCelsius()
H A Dchassis.hpp171 [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 Dpower_supply.hpp435 [asyncResp](const boost::system::error_code& ec1, uint32_t value) { in handlePowerSupplyAttributesSubTreeResponse() argument
436 handleGetEfficiencyResponse(asyncResp, ec1, value); in handlePowerSupplyAttributesSubTreeResponse()
H A Dupdate_service.hpp843 objectPath](const boost::system::error_code& ec1, in startUpdate()
845 handleStartUpdate(asyncResp, std::move(payload), objectPath, ec1, in startUpdate()
H A Dsystems.hpp3003 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 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.hpp253 [&conn](const boost::system::error_code& ec1, in processConsoleObject()
255 connectConsoleSocket(conn, ec1, unixfd); in processConsoleObject()