Searched refs:ec1 (Results 1 – 9 of 9) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | redfish_util.hpp | 228 boost::system::error_code ec1 = in getPortNumber() local 232 callback(ec1, 0); in getPortNumber() 233 BMCWEB_LOG_ERROR("{}", ec1); in getPortNumber()
|
H A D | thermal_metrics.hpp | 107 sensorPath](const boost::system::error_code& ec1, in handleTemperatureReadingsCelsius() 109 afterGetTemperatureValue(asyncResp, chassisId, sensorPath, ec1, in handleTemperatureReadingsCelsius()
|
H A D | chassis.hpp | 224 [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 D | power_supply.hpp | 448 [asyncResp](const boost::system::error_code& ec1, uint32_t value) { in handlePowerSupplyAttributesSubTreeResponse() argument 449 handleGetEfficiencyResponse(asyncResp, ec1, value); in handlePowerSupplyAttributesSubTreeResponse()
|
H A D | update_service.hpp | 849 objectPath](const boost::system::error_code& ec1, in startUpdate() 851 handleStartUpdate(asyncResp, std::move(payload), objectPath, ec1, in startUpdate()
|
H A D | systems.hpp | 2996 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 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 | 267 [&conn](const boost::system::error_code& ec1, in processConsoleObject() 269 connectConsoleSocket(conn, ec1, unixfd); in processConsoleObject()
|