/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/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 | 354 void ServiceConfig::stopAndApplyUnitConfig(boost::asio::yield_context yield) in stopAndApplyUnitConfig() argument 366 systemdUnitAction(conn, yield, getSocketUnitName(), sysdStopUnit); in stopAndApplyUnitConfig() 370 systemdUnitAction(conn, yield, getServiceUnitName(), sysdStopUnit); in stopAndApplyUnitConfig() 381 yield, ec, sysdService, sysdObjPath, sysdMgrIntf, in stopAndApplyUnitConfig() 398 systemdUnitAction(conn, yield, service, sysdStopUnit); in stopAndApplyUnitConfig() 453 systemdUnitFilesStateChange(conn, yield, unitFiles, stateValue, in stopAndApplyUnitConfig() 458 void ServiceConfig::restartUnitConfig(boost::asio::yield_context yield) in restartUnitConfig() argument 470 systemdUnitAction(conn, yield, getSocketUnitName(), in restartUnitConfig() 475 systemdUnitAction(conn, yield, getServiceUnitName(), in restartUnitConfig() 506 [this](boost::asio::yield_context yield) { in startServiceRestartTimer() argument [all …]
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/event/ |
H A D | subsystem-enable.tc | 19 yield 30 yield 41 yield
|
H A D | toplevel-enable.tc | 18 yield 32 yield 44 yield
|
H A D | event-enable.tc | 19 yield 30 yield 41 yield
|
H A D | event-pid.tc | 24 yield 39 yield 52 yield
|
H A D | event-no-pid.tc | 75 yield 96 yield &
|
/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() 1319 ctx->yield, ec, "xyz.openbmc_project.ObjectMapper", in getMCTPServiceConfigPaths() 1344 ctx->bus->yield_method_call(ctx->yield, ec, systemDService, in startOrStopService() 1349 ctx->bus->yield_method_call(ctx->yield, ec, systemDService, in startOrStopService() 1357 ctx->yield, ec, systemDService, systemDObjPath, in startOrStopService() 1363 ctx->yield, ec, systemDService, systemDObjPath, systemDMgrIntf, in startOrStopService() 1370 ctx->yield, ec, systemDService, systemDObjPath, systemDMgrIntf, in startOrStopService() 1376 ctx->yield, ec, systemDService, systemDObjPath, in startOrStopService() [all …]
|
/openbmc/service-config-manager/inc/ |
H A D | utils.hpp | 79 boost::asio::yield_context yield); 82 boost::asio::yield_context yield, 88 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/qemu/pc-bios/s390-ccw/ |
H A D | helper.h | 32 static inline void yield(void) in yield() function 44 yield(); in sleep()
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
H A D | func-filter-pid.tc | 53 yield 74 yield
|
H A D | func-filter-notrace-pid.tc | 53 yield 79 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/phosphor-host-ipmid/libipmid/ |
H A D | utils.cpp | 335 ctx->yield, ec, "xyz.openbmc_project.ObjectMapper", in getService() 353 ctx->yield, ec, MAPPER_BUS_NAME, MAPPER_OBJ, MAPPER_INTF, "GetSubTree", in getSubTree() 424 ctx->yield, ec, service.c_str(), objPath.c_str(), PROP_INTF, in getAllDbusProperties() 435 ctx->bus->yield_method_call(ctx->yield, ec, service.c_str(), in setDbusProperty() 486 ctx->bus->yield_method_call(ctx->yield, ec, in deleteAllDbusObjects() 509 ctx->yield, ec, service.c_str(), objPath.c_str(), in getManagedObjects() 522 ctx->yield, ec, MAPPER_BUS_NAME, MAPPER_OBJ, MAPPER_INTF, in getAllAncestors() 546 ctx->bus->yield_method_call(ctx->yield, ec, service, objPath, interface, in callDbusMethod()
|
/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()
|
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()
|
/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() 68 boost::asio::yield_context yield; member
|
/openbmc/linux/Documentation/virt/kvm/s390/ |
H A D | s390-diag.rst | 104 The guest may send a DIAGNOSE 0x9c in order to yield to a certain 105 other vcpu. An example is a Linux guest that tries to yield to the vcpu 110 Forwarding the DIAGNOSE 0x9c initially sent by the guest to yield to
|
/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.
|