Searched defs:from_ (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sbom30.py | 484 from_, argument 522 def new_relationship(self, from_, typ, to): argument 525 def new_scoped_relationship(self, from_, typ, scope, to): argument 670 def new_vex_patched_relationship(self, from_, to): argument 680 def new_vex_unpatched_relationship(self, from_, to): argument 690 def new_vex_ignored_relationship(self, from_, to, *, impact_statement): argument
|
/openbmc/qemu/util/ |
H A D | coroutine-windows.c | 49 qemu_coroutine_switch(Coroutine *from_, Coroutine *to_, in qemu_coroutine_switch()
|
H A D | coroutine-sigaltstack.c | 273 CoroutineAction qemu_coroutine_switch(Coroutine *from_, Coroutine *to_, in qemu_coroutine_switch()
|
H A D | coroutine-ucontext.c | 311 qemu_coroutine_switch(Coroutine *from_, Coroutine *to_, in qemu_coroutine_switch()
|