| /openbmc/service-config-manager/src/ |
| H A D | utils.cpp | 33 boost::asio::yield_context yield) in systemdDaemonReload() argument 36 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, sysdMgrIntf, in systemdDaemonReload() 55 boost::asio::yield_context yield, in systemdUnitAction() argument 61 yield, ec, sysdService, sysdObjPath, sysdMgrIntf, actionMethod, in systemdUnitAction() 72 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitAction() 90 sleepTimer.async_wait(yield[ec]); in systemdUnitAction() 98 boost::asio::yield_context yield, const std::vector<std::string>& unitFiles, in systemdUnitFilesStateChange() argument 105 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitFilesStateChange() 112 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitFilesStateChange() 120 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitFilesStateChange() [all …]
|
| H A D | srvcfg_manager.cpp | 475 void ServiceConfig::stopAndApplyUnitConfig(boost::asio::yield_context yield) in stopAndApplyUnitConfig() argument 487 systemdUnitAction(conn, yield, getSocketUnitName(), sysdStopUnit); in stopAndApplyUnitConfig() 491 systemdUnitAction(conn, yield, getServiceUnitName(), sysdStopUnit); in stopAndApplyUnitConfig() 502 yield, ec, sysdService, sysdObjPath, sysdMgrIntf, in stopAndApplyUnitConfig() 519 systemdUnitAction(conn, yield, service, sysdStopUnit); in stopAndApplyUnitConfig() 574 systemdUnitFilesStateChange(conn, yield, unitFiles, stateValue, in stopAndApplyUnitConfig() 579 void ServiceConfig::restartUnitConfig(boost::asio::yield_context yield) in restartUnitConfig() argument 591 systemdUnitAction(conn, yield, getSocketUnitName(), in restartUnitConfig() 596 systemdUnitAction(conn, yield, getServiceUnitName(), in restartUnitConfig() 628 [this](boost::asio::yield_context yield) { in startServiceRestartTimer() argument [all …]
|
| /openbmc/sdbusplus/example/ |
| H A D | asio-example.cpp | 26 int fooYield(boost::asio::yield_context yield, in fooYield() argument 33 yield, ec, "xyz.openbmc_project.asio-test", "/xyz/openbmc_project/test", in fooYield() 59 boost::asio::yield_context yield) in do_start_async_method_call_one() argument 64 yield, ec, "xyz.openbmc_project.asio-test", "/xyz/openbmc_project/test", in do_start_async_method_call_one() 68 yield, ec, "xyz.openbmc_project.asio-test", "/xyz/openbmc_project/test", in do_start_async_method_call_one() 80 yield, ec, "xyz.openbmc_project.asio-test", "/xyz/openbmc_project/test", in do_start_async_method_call_one() 84 yield, ec, "xyz.openbmc_project.asio-test", "/xyz/openbmc_project/test", in do_start_async_method_call_one() 98 boost::asio::yield_context yield) in do_start_async_ipmi_call() argument 111 sdbusplus::message_t reply = conn->async_send_yield(method, yield[ec]); in do_start_async_ipmi_call() 147 boost::asio::yield_context yield) in do_start_async_to_yield() argument [all …]
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | bmccontrolservices.cpp | 111 ipmi::RspType<> setBmcControlServices(boost::asio::yield_context yield, in setBmcControlServices() argument 127 yield, ec, getServiceConfigMgrName().c_str(), serviceConfigBasePath, in setBmcControlServices() 149 yield, ec, getServiceConfigMgrName().c_str(), in setBmcControlServices() 167 ipmi::RspType<uint16_t> getBmcControlServices(boost::asio::yield_context yield) in getBmcControlServices() argument 175 yield, ec, getServiceConfigMgrName().c_str(), serviceConfigBasePath, in getBmcControlServices()
|
| H A D | manufacturingcommands.cpp | 67 ctx->bus->yield_method_call<>(ctx->yield, ec, specialModeService, in resetMtmTimer() 430 ctx->yield, ec, "xyz.openbmc_project.ObjectMapper", in appMTMGetSignal() 756 ctx->yield, ec, "xyz.openbmc_project.ObjectMapper", in appMTMSetSignal() 1323 ctx->yield, ec, "xyz.openbmc_project.ObjectMapper", in getMCTPServiceConfigPaths() 1348 ctx->bus->yield_method_call(ctx->yield, ec, systemDService, in startOrStopService() 1353 ctx->bus->yield_method_call(ctx->yield, ec, systemDService, in startOrStopService() 1361 ctx->yield, ec, systemDService, systemDObjPath, in startOrStopService() 1367 ctx->yield, ec, systemDService, systemDObjPath, systemDMgrIntf, in startOrStopService() 1374 ctx->yield, ec, systemDService, systemDObjPath, systemDMgrIntf, in startOrStopService() 1380 ctx->yield, ec, systemDService, systemDObjPath, in startOrStopService() [all …]
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | helper.h | 32 static inline void yield(void) in yield() function 44 yield(); in sleep()
|
| H A D | virtio.c | 165 yield(); in vr_poll() 194 yield(); in vring_wait_reply()
|
| /openbmc/service-config-manager/inc/ |
| H A D | utils.hpp | 81 boost::asio::yield_context yield); 84 boost::asio::yield_context yield, 90 boost::asio::yield_context yield, const std::vector<std::string>& unitFiles,
|
| H A D | srvcfg_manager.hpp | 71 void stopAndApplyUnitConfig(boost::asio::yield_context yield); 72 void restartUnitConfig(boost::asio::yield_context yield);
|
| /openbmc/telemetry/src/utils/ |
| H A D | dbus_mapper.hpp | 24 boost::asio::yield_context& yield, in getSubTreeSensors() argument 30 yield, ec, "xyz.openbmc_project.ObjectMapper", in getSubTreeSensors()
|
| /openbmc/telemetry/src/ |
| H A D | report_manager.cpp | 48 [this](boost::asio::yield_context& yield, std::string reportId, in ReportManager() 76 return addReport(yield, reportId, reportName, in ReportManager() 138 boost::asio::yield_context& yield, const std::string& reportId, in addReport() argument 145 reportFactory->convertMetricParams(yield, metricParams); in addReport() 53 __anonca3fbb7a0602(boost::asio::yield_context& yield, std::string reportId, std::string reportName, std::string reportingType, std::string reportUpdates, uint64_t appendLimit, std::vector<std::string> reportActions, uint64_t interval, ReadingParameters readingParameters, bool enabled) ReportManager() argument
|
| H A D | report_factory.hpp | 21 boost::asio::yield_context& yield,
|
| H A D | report_factory.cpp | 112 boost::asio::yield_context& yield, in convertMetricParams() argument 120 auto tree = utils::getSubTreeSensors(yield, bus); in convertMetricParams()
|
| H A D | trigger_manager.cpp | 29 boost::asio::yield_context& yield, const std::string& id, in TriggerManager() 52 triggerFactory->getLabeledSensorsInfo(yield, sensors); in TriggerManager()
|
| H A D | report_manager.hpp | 52 boost::asio::yield_context& yield, const std::string& reportId,
|
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | message.hpp | 49 boost::asio::yield_context& yield) : in Context() 52 hostIdx(hostIdx), yield(yield) in Context() 70 boost::asio::yield_context yield; member
|
| H A D | utils.hpp | 264 ctx->yield, ec, service.c_str(), objPath.c_str(), PROP_INTF, METHOD_GET, in getDbusProperty() 429 ctx->bus->yield_method_call(ctx->yield, ec, service, objPath, interface, in callDbusMethod() 442 ctx->yield, ec, service, objPath, interface, method, args...);
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
| H A D | valid-dists.patch | 124 + Helper to yield items from the parent iterator that match *value*. 132 + yield self._cache[value].popleft() 143 + yield item 154 + yield from self._cache.keys()
|
| /openbmc/phosphor-host-ipmid/libipmid/ |
| H A D | utils.cpp | 289 ctx->yield, ec, ObjectMapper::default_service, in getService() 307 ctx->yield, ec, ObjectMapper::default_service, in getSubTree() 380 ctx->yield, ec, service.c_str(), objPath.c_str(), PROP_INTF, in getAllDbusProperties() 391 ctx->bus->yield_method_call(ctx->yield, ec, service.c_str(), in setDbusProperty() 434 ctx->yield, ec, service.c_str(), objPath.c_str(), in getManagedObjects() 444 ctx->bus->yield_method_call(ctx->yield, ec, service, objPath, interface, in callDbusMethod()
|
| /openbmc/telemetry/src/interfaces/ |
| H A D | report_factory.hpp | 28 boost::asio::yield_context& yield,
|
| H A D | trigger_factory.hpp | 35 boost::asio::yield_context& yield,
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | kvm-pv.rst | 70 ``kvm-pv-sched-yield`` 71 Enable paravirtualized sched yield feature. Supported since Linux v5.10.
|
| /openbmc/openbmc-tools/tof-voters/ |
| H A D | README.md | 21 The above will yield a JSON dictionary of "users:points" where 'qualified' is
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/ |
| H A D | CVE-2022-31651.patch | 27 + /* Since NaN comparisons yield false, the negation rejects them. */
|
| /openbmc/sdbusplus/include/sdbusplus/asio/ |
| H A D | connection.hpp | 250 boost::asio::yield_context yield, boost::system::error_code& ec, in yield_method_call() argument 270 r = async_send_yield(m, yield[ec]); in yield_method_call()
|