Home
last modified time | relevance | path

Searched full:yield (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py36 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 Dqom_type_info.py212 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 Dasio-example.cpp26 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 Dutils.cpp33 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 Dsrvcfg_manager.cpp354 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 Dpythondeps56 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 Dset_required_questions.py21 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 Ddepfile.py22 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 Devent-enable.tc19 yield
30 yield
41 yield
H A Dtoplevel-enable.tc18 yield
32 yield
44 yield
H A Dsubsystem-enable.tc19 yield
30 yield
41 yield
H A Devent-pid.tc24 yield
39 yield
52 yield
/openbmc/u-boot/tools/binman/
H A Dstate.py154 """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 Dcpus.py103 yield int(cpu)
108 yield cpu
113 yield cpu
118 yield cpu
123 yield cpu
H A Ddevice.py39 yield subsys_priv
46 yield subsys_priv
75 yield dp['device']
81 yield dp['device']
87 yield dp['device']
H A Dlists.py37 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 Dgen_compile_commands.py76 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 Dtest-mmx.py30 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 Dconnection.py24 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 Dbmccontrolservices.cpp111 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 Duser.h15 * 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 Dtest-coroutine.c138 * 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 Dconftest.py22 yield
36 yield
39 yield
/openbmc/linux/Documentation/virt/kvm/s390/
H A Ds390-diag.rst89 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 Ddt-extract-compatibles60 yield os.path.join(path, f)
66 yield filename
68 yield f

12345678910>>...21