Searched refs:ec1 (Results 1 – 11 of 11) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | redfish_util.hpp | 226 boost::system::error_code ec1 = in getPortNumber() local 230 callback(ec1, 0); in getPortNumber() 231 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 | environment_metrics.hpp | 101 sensorPath](const boost::system::error_code& ec1, in handleTotalPowerList() 103 afterGetPowerWatts(asyncResp, chassisId, sensorPath, ec1, in handleTotalPowerList()
|
| H A D | fabric_ports.hpp | 203 const boost::system::error_code& ec1, in afterGetValidFabricPortPath() 205 if (ec1 || object.empty()) in afterGetValidFabricPortPath() 208 ec1.value()); in afterGetValidFabricPortPath()
|
| H A D | chassis.hpp | 243 [asyncResp](const boost::system::error_code& ec1, in handlePhysicalSecurityGetSubTree() 245 if (ec1) in handlePhysicalSecurityGetSubTree() 250 BMCWEB_LOG_ERROR("DBUS response error {}", ec1); in handlePhysicalSecurityGetSubTree()
|
| H A D | power_supply.hpp | 429 [asyncResp](const boost::system::error_code& ec1, uint32_t value) { in handlePowerSupplyAttributesSubTreeResponse() 430 handleGetEfficiencyResponse(asyncResp, ec1, value); in handlePowerSupplyAttributesSubTreeResponse() 459 __anonc983e6900902(const boost::system::error_code& ec1, uint32_t value) handlePowerSupplyAttributesSubTreeResponse() argument
|
| H A D | update_service.hpp | 878 objectPath](const boost::system::error_code& ec1, in startUpdate() 880 handleStartUpdate(asyncResp, std::move(payload), objectPath, ec1, in startUpdate()
|
| H A D | systems.hpp | 3013 const boost::system::error_code& ec1, in afterPortRequest() 3015 if (ec1) in afterPortRequest() 3017 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/features/serial/ |
| H A D | obmc_console.hpp | 266 [&conn](const boost::system::error_code& ec1, in processConsoleObject() 268 connectConsoleSocket(conn, ec1, unixfd); in processConsoleObject()
|