Home
last modified time | relevance | path

Searched defs:ec (Results 51 – 75 of 413) sorted by relevance

12345678910>>...17

/openbmc/bmcweb/redfish-core/lib/
H A Dnetwork_protocol.hpp139 const boost::system::error_code& ec, in afterNetworkPortRequest()
263 const boost::system::error_code& ec) in afterSetNTP()
279 auto callback = [asyncResp](const boost::system::error_code& ec) { in handleNTPProtocolEnabled()
370 const dbus::utility::MapperGetSubTreeResponse& subtree) { in handleNTPServersPatch()
410 const dbus::utility::MapperGetSubTreeResponse& subtree) { in handleProtocolEnabled()
454 [asyncResp](const boost::system::error_code& ec, bool enabled) { in getNTPProtocolEnabled()
H A Dpcie_slots.hpp27 const boost::system::error_code& ec, in onPcieSlotGetAllDone()
121 const std::string& connectionName, const boost::system::error_code& ec, in onMapperAssociationDone()
162 const std::string& chassisID, const boost::system::error_code& ec, in onMapperSubtreeDone()
227 const dbus::utility::MapperGetSubTreeResponse& subtree) { in handlePCIeSlotCollectionGet()
H A Dupdate_service.hpp120 [](const boost::system::error_code& ec) { in activateImage()
272 objInfo) mutable { in softwareInterfaceAdded()
316 const boost::system::error_code& ec) in afterAvailbleTimerAsyncWait()
822 const std::string& objectPath, const boost::system::error_code& ec, in handleStartUpdate()
857 const boost::system::error_code& ec, in getSwInfo()
898 const boost::system::error_code& ec, in handleBMCUpdate()
964 applyTime, targets](const boost::system::error_code& ec, in processUpdateRequest()
966 subtree) mutable { in processUpdateRequest()
1063 ParserError ec = parser.parse(req); in handleUpdateServicePost() local
1194 const dbus::utility::DBusPropertiesMap& propertiesList) { in getSoftwareVersion()
[all …]
H A Dmanager_diagnostic_data.hpp32 const boost::system::error_code& ec, in checkErrors()
57 const boost::system::error_code& ec, double bytes) in setBytesProperty()
96 const boost::system::error_code& ec, double userCPU) in setPercentProperty()
182 const boost::system::error_code& ec, uint64_t bmcwebResetTime) in afterGetManagerStartTime()
H A Dlog_services.hpp620 const boost::system::error_code& ec, in downloadEntryCallback()
811 const std::string& introspectXml) { in createDumpTaskCallback()
1071 [asyncResp](const boost::system::error_code& ec) { in clearDump()
1199 subtreePath) { in requestRoutesSystemLogServiceCollection()
1301 std::error_code ec; in handleSystemsLogServicesEventLogActionsClearPost() local
1308 [asyncResp](const boost::system::error_code& ec) { in handleSystemsLogServicesEventLogActionsClearPost()
1467 const boost::system::error_code& ec, in afterLogEntriesGetManagedObjects()
1939 std::error_code ec; in getHostLoggerFiles() local
2040 subTreePaths) { in handleBMCLogServicesCollectionGet()
2728 &logEntryJson](const boost::system::error_code& ec, in logCrashdumpEntry()
[all …]
H A Dcertificate_service.hpp124 std::error_code ec; in ~CertificateFile() local
227 const dbus::utility::MapperGetSubTreePathsResponse& certPaths) { in getCertificateList()
304 const dbus::utility::DBusPropertiesMap& properties) { in getCertificateProperties()
389 id{objectPath.filename()}](const boost::system::error_code& ec) { in deleteCertificate()
574 sdbusplus::message_t& m) { in handleReplaceCertificateAction()
619 certURI](const boost::system::error_code& ec, const std::string& csr) { in getCSR()
807 timeout.async_wait([asyncResp](const boost::system::error_code& ec) { in handleGenerateCSRAction()
858 [asyncResp](const boost::system::error_code& ec, const std::string&) { in handleGenerateCSRAction()
966 const std::string& objectPath) { in handleHTTPSCertificateCollectionPost()
1081 const std::string& objectPath) { in handleLDAPCertificateCollectionPost()
[all …]
H A Dfan.hpp67 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) { in getFanPaths()
187 const dbus::utility::MapperGetObject& object) { in handleFanPath()
239 [asyncResp](const boost::system::error_code& ec, const bool value) { in getFanHealth()
265 [asyncResp](const boost::system::error_code& ec, const bool value) { in getFanState()
293 const dbus::utility::DBusPropertiesMap& assetList) { in getFanAsset()
351 const std::string& property) { in getFanLocation()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_debugfs.c45 struct cros_ec_dev *ec; member
67 struct cros_ec_dev *ec = debug_info->ec; in cros_ec_console_log_work() local
319 static int ec_read_version_supported(struct cros_ec_dev *ec) in ec_read_version_supported()
351 struct cros_ec_dev *ec = debug_info->ec; in cros_ec_create_console_log() local
486 struct cros_ec_dev *ec = dev_get_drvdata(pd->dev.parent); in cros_ec_debugfs_probe() local
539 struct cros_ec_dev *ec = dev_get_drvdata(pd->dev.parent); in cros_ec_debugfs_remove() local
549 struct cros_ec_dev *ec = dev_get_drvdata(dev); in cros_ec_debugfs_suspend() local
559 struct cros_ec_dev *ec = dev_get_drvdata(dev); in cros_ec_debugfs_resume() local
/openbmc/estoraged/src/
H A DgetConfig.cpp38 boost::container::flat_map<std::string, BasicVariantType>& data) { in getStorageInfo()
54 retries](boost::system::error_code ec) { in getStorageInfo()
76 [self](const boost::system::error_code ec, const GetSubTreeType& ret) { in getConfiguration()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp334 boost::system::error_code ec; in getService() local
353 boost::system::error_code ec; in getSubTree() local
371 boost::system::error_code ec = in getDbusObject() local
424 boost::system::error_code ec; in getAllDbusProperties() local
436 boost::system::error_code ec; in setDbusProperty() local
452 boost::system::error_code ec = in getAllDbusObjects() local
479 boost::system::error_code ec = in deleteAllDbusObjects() local
509 boost::system::error_code ec; in getManagedObjects() local
522 boost::system::error_code ec; in getAllAncestors() local
547 boost::system::error_code ec; in callDbusMethod() local
/openbmc/linux/drivers/scsi/arm/
H A Deesox.c74 struct expansion_card *ec; member
87 eesoxscsi_irqenable(struct expansion_card *ec, int irqnr) in eesoxscsi_irqenable()
102 eesoxscsi_irqdisable(struct expansion_card *ec, int irqnr) in eesoxscsi_irqdisable()
445 struct expansion_card *ec = ECARD_DEV(dev); in eesoxscsi_show_term() local
454 struct expansion_card *ec = ECARD_DEV(dev); in eesoxscsi_store_term() local
495 static int eesoxscsi_probe(struct expansion_card *ec, const struct ecard_id *id) in eesoxscsi_probe()
596 static void eesoxscsi_remove(struct expansion_card *ec) in eesoxscsi_remove()
/openbmc/dbus-sensors/src/
H A DIpmbSensor.cpp133 const boost::system::error_code& ec, in initCmdCb()
157 const IpmbMethodType& response) { in runInitCmd()
422 void IpmbSensor::ipmbRequestCompletionCb(const boost::system::error_code& ec, in ipmbRequestCompletionCb()
479 [weakRef{weak_from_this()}](const boost::system::error_code& ec) { in read()
503 const IpmbMethodType& response) { in sendIpmbRequest()
603 [&](boost::system::error_code ec, const ManagedObjectType& resp) { in createSensors()
/openbmc/bmcweb/http/
H A Dwebsocket.hpp160 const boost::beast::error_code& ec, size_t) { in sendEx()
193 [self(shared_from_this())](const boost::system::error_code& ec) { in close()
214 const boost::system::error_code& ec) in acceptDone()
257 size_t bytesRead) { in doRead()
294 size_t bytesSent) { in doWrite()
H A Dserver_sent_event.hpp110 const boost::system::error_code& ec, in sendSSEHeaderCallback()
130 const boost::system::error_code& ec, size_t bytesRead) in afterReadError()
166 const boost::beast::error_code& ec, in doWriteCallback()
247 const boost::system::error_code& ec) in onTimeoutCallback()
/openbmc/bmcweb/test/http/
H A Drouter_test.cpp31 std::error_code ec; in TEST() local
75 std::error_code ec; in TEST() local
106 std::error_code ec; variable
137 std::error_code ec; variable
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp258 m, [](const boost::system::error_code ec, dbus::message r) {}); in set_properties()
436 [&](const boost::system::error_code ec, dbus::message m) { in DbusObjectServer()
456 [&](const boost::system::error_code ec, dbus::message m) { in DbusObjectServer()
469 [&](const boost::system::error_code ec, dbus::message m) { in DbusObjectServer()
475 void on_introspect(const boost::system::error_code ec, dbus::message m) { in on_introspect()
480 ret, [](const boost::system::error_code ec, dbus::message r) {}); in on_introspect()
483 [&](const boost::system::error_code ec, dbus::message m) { in on_introspect()
502 [&](const boost::system::error_code ec, dbus::message m) { in on_method_call()
507 void on_get_managed_objects(const boost::system::error_code ec, in on_get_managed_objects()
532 ret, [](const boost::system::error_code ec, dbus::message r) {}); in on_get_managed_objects()
[all …]
/openbmc/linux/drivers/platform/chrome/wilco_ec/
H A Dmailbox.c53 static bool wilco_ec_response_timed_out(struct wilco_ec_device *ec) in wilco_ec_response_timed_out()
115 static int wilco_ec_transfer(struct wilco_ec_device *ec, in wilco_ec_transfer()
196 int wilco_ec_mailbox(struct wilco_ec_device *ec, struct wilco_ec_message *msg) in wilco_ec_mailbox()
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp110 boost::system::error_code ec = in getPcap() local
131 boost::system::error_code ec = in getPcapEnabled() local
152 boost::system::error_code ec = in setPcap() local
173 boost::system::error_code ec = in setPcapEnable() local
197 boost::system::error_code ec = getDbusObject( in readAssetTag() local
224 boost::system::error_code ec = getDbusObject( in writeAssetTag() local
247 boost::system::error_code ec = in getHostName() local
270 boost::system::error_code ec = ipmi::getDbusObject( in getDHCPEnabled() local
622 boost::system::error_code ec = ipmi::setDbusProperty( in setMgmntCtrlIdStr() local
809 boost::system::error_code ec = ipmi::getService( in read() local
[all …]
H A Dchassishandler.cpp819 boost::system::error_code ec = in initiateHostStateTransition() local
851 boost::system::error_code ec = in initiateChassisStateTransition() local
883 boost::system::error_code ec; in doNmi() local
1062 boost::system::error_code ec; in setButtonEnabled() local
1295 boost::system::error_code ec = in getRestartCause() local
1549 boost::system::error_code ec = in getBootSource() local
1575 boost::system::error_code ec = in setBootSource() local
1601 boost::system::error_code ec = in getBootMode() local
1626 boost::system::error_code ec = in setBootMode() local
1651 boost::system::error_code ec = in getBootType() local
[all …]
/openbmc/bmcweb/include/google/
H A Dgoogle_service_root.hpp69 const boost::system::error_code& ec, in hothGetSubtreeCallback()
109 const dbus::utility::MapperGetSubTreeResponse& subtree) { in resolveRoT()
150 const boost::system::error_code& ec, in invocationCallback()
181 const std::vector<uint8_t>& responseBytes) { in invokeRoTCommand()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsw_utils.hpp101 const dbus::utility::MapperEndPoints& functionalSw) { in populateSoftwareInformation()
368 const dbus::utility::DBusPropertiesMap& propertiesList) { in getSwStatus()
406 const boost::system::error_code& ec, in handleUpdateableEndpoints()
429 const boost::system::error_code& ec, in handleUpdateableObject()
/openbmc/service-config-manager/src/
H A Dsrvcfg_manager.cpp77 std::error_code ec; in setUSBCodeUpdateState() local
251 [this](boost::system::error_code ec, in queryAndUpdateProperties()
253 std::string, VariantType>& propertyMap) { in queryAndUpdateProperties()
378 boost::system::error_code ec; in stopAndApplyUnitConfig() local
492 timer->async_wait([this](const boost::system::error_code& ec) { in startServiceRestartTimer()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp136 handler)](boost::system::error_code ec, message_t& r) mutable { in async_method_call_timed()
168 boost::system::error_code ec; in async_method_call_timed() local
227 boost::asio::yield_context yield, boost::system::error_code& ec, in yield_method_call()
319 [&](const boost::system::error_code& ec, std::size_t) { in read_wait()
/openbmc/bmcweb/include/
H A Dkvm_websocket.hpp26 endpoint, [this, &connIn](const boost::system::error_code& ec) { in KvmSession()
75 std::size_t bytesRead) { in doRead()
127 std::size_t bytesWritten) { in doWrite()
/openbmc/linux/sound/soc/tegra/
H A Dtegra210_admaif.c427 struct soc_enum *ec = (struct soc_enum *)kcontrol->private_value; in tegra210_admaif_pget_mono_to_stereo() local
440 struct soc_enum *ec = (struct soc_enum *)kcontrol->private_value; in tegra210_admaif_pput_mono_to_stereo() local
456 struct soc_enum *ec = (struct soc_enum *)kcontrol->private_value; in tegra210_admaif_cget_mono_to_stereo() local
469 struct soc_enum *ec = (struct soc_enum *)kcontrol->private_value; in tegra210_admaif_cput_mono_to_stereo() local
485 struct soc_enum *ec = (struct soc_enum *)kcontrol->private_value; in tegra210_admaif_pget_stereo_to_mono() local
498 struct soc_enum *ec = (struct soc_enum *)kcontrol->private_value; in tegra210_admaif_pput_stereo_to_mono() local
514 struct soc_enum *ec = (struct soc_enum *)kcontrol->private_value; in tegra210_admaif_cget_stereo_to_mono() local
527 struct soc_enum *ec = (struct soc_enum *)kcontrol->private_value; in tegra210_admaif_cput_stereo_to_mono() local

12345678910>>...17