/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_macros.py | 36 yield RequiredIdentifier('constant', self.group('name')) 99 yield RequiredIdentifier('type', self.group('name')) 160 yield self.strip_typedef() 161 yield Patch(position, position, self.make_simple_typedef()) 165 yield self.strip_typedef() 166 yield self.append(self.make_simple_typedef()) 172 yield from self.split_typedef() 188 yield td.make_removal_patch() 192 yield td.strip_typedef() 202 yield from DuplicatedTypedefs.gen_patches(self) [all …]
|
H A D | qom_type_info.py | 212 yield self.patch_field(field, '') 216 yield from self.remove_field(f) 258 yield from self.remove_field('class_size') 265 yield self.make_patch(c) 407 #yield self.prepend(f'DECLARE_TYPE_NAME({uppercase}, {typename})\n') 409 # yield self.prepend(f'DECLARE_INSTANCE_TYPE({uppercase}, void)\n') 411 # yield self.prepend(f'DECLARE_CLASS_TYPE({uppercase}, void)\n') 420 yield begin.make_patch(newbegin) 421 yield from self.remove_fields(*replaced_fields) 423 yield end.make_patch(')\n') [all …]
|
/openbmc/sdbusplus/example/ |
H A D | asio-example.cpp | 26 int fooYield(boost::asio::yield_context yield, in fooYield() argument 31 std::cout << "fooYield(yield, " << test << ")...\n"; in fooYield() 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() 73 std::cout << "async call to Properties.Get serialized via yield OK!\n"; 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() 89 std::cout << "async call to Properties.Get serialized via yield OK!\n"; in do_start_async_method_call_one() [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() 505 [this](boost::asio::yield_context yield) { in startServiceRestartTimer() argument [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | pythondeps | 56 yield path 88 yield package, path 91 yield package, path 103 yield context, dirpath 114 yield context + '.' + adjusted_fn, fullfn 116 yield adjusted_fn, fullfn 150 yield context + '.' + module, path 156 yield context + '.' + module, path 159 yield module, path 161 yield module, path [all …]
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | set_required_questions.py | 21 yield fname, ident 46 Yield a sequence of lines the same as lines except that where 56 yield l 67 yield l.rstrip() + " " + distro + "\n" 69 yield l 72 yield l 74 yield l
|
/openbmc/qemu/docs/sphinx/ |
H A D | depfile.py | 22 yield str(env.doc2path(x)) 23 yield from ((os.path.join(env.srcdir, dep) 28 yield mod.__file__ 32 yield str(path)
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/event/ |
H A D | event-enable.tc | 19 yield 30 yield 41 yield
|
H A D | toplevel-enable.tc | 18 yield 32 yield 44 yield
|
H A D | subsystem-enable.tc | 19 yield 30 yield 41 yield
|
H A D | event-pid.tc | 24 yield 39 yield 52 yield
|
/openbmc/u-boot/tools/binman/ |
H A D | state.py | 154 """Yield all device tree files being used by binman 159 yield main_dtb 161 yield fdt_files[other_fname] 164 """Yield all the nodes that need to be updated in all device trees 177 yield node 182 yield other_node
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | cpus.py | 103 yield int(cpu) 108 yield cpu 113 yield cpu 118 yield cpu 123 yield cpu
|
H A D | device.py | 39 yield subsys_priv 46 yield subsys_priv 75 yield dp['device'] 81 yield dp['device'] 87 yield dp['device']
|
H A D | lists.py | 37 yield node.address 43 yield utils.container_of(node, gdbtype, member) 55 yield node.address 61 yield utils.container_of(node, gdbtype, member)
|
/openbmc/linux/scripts/clang-tools/ |
H A D | gen_compile_commands.py | 76 Walk under the given directory, and yield every .cmd file found. 96 yield os.path.join(dirpath, filename) 115 Parse the given archive, and yield every .cmd file used to build it. 124 yield to_cmdfile(obj) 130 Parse the given modules.order, and yield every .cmd file used to build the 149 yield to_cmdfile(mod_line.rstrip())
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-mmx.py | 30 yield l 85 yield 0 91 yield n 174 yield self.op 208 yield self.op + ' ' + ','.join(argstr) 211 yield self.op + ' ' + ','.join(argstr) + ',' + str(immval)
|
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | connection.py | 24 yield "".join((msg, "\n")) 26 yield "".join((json.dumps({"chunk-stream": None}), "\n")) 30 yield "".join(itertools.chain(m, "\n")) 31 yield "\n"
|
/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()
|
/openbmc/qemu/include/gdbstub/ |
H A D | user.h | 15 * gdb_handlesig() - yield control to gdb 54 * gdb_syscall_entry() - inform gdb of syscall entry and yield control to it 61 * gdb_syscall_entry() - inform gdb of syscall return and yield control to it
|
/openbmc/qemu/tests/unit/ |
H A D | test-coroutine.c | 138 * Check that yield/enter transfer control correctly 163 g_assert_cmpint(i, ==, 5); /* coroutine must yield 5 times */ in test_yield() 274 * | yield | | 375 * | yield | | | | 383 * | yield | | | | 558 * Yield benchmark 586 g_test_message("Yield %u iterations: %f s", maxcycles, duration); in perf_yield() 653 g_test_add_func("/basic/yield", test_yield); in main() 666 g_test_add_func("/perf/yield", perf_yield); in main()
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | conftest.py | 22 yield 36 yield 39 yield
|
/openbmc/linux/Documentation/virt/kvm/s390/ |
H A D | s390-diag.rst | 89 DIAGNOSE function code 'X'9C - Voluntary Time Slice Yield 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/linux/scripts/dtc/ |
H A D | dt-extract-compatibles | 60 yield os.path.join(path, f) 66 yield filename 68 yield f
|