| /openbmc/openbmc/poky/bitbake/lib/hashserv/ |
| H A D | client.py | 125 async def invoke(self, *args, skip_mode=False, **kwargs): member in AsyncClient 130 return await super().invoke(*args, **kwargs) 141 r = await self.invoke({command: None}, skip_mode=True) 192 return await self.invoke({"report": m}) 199 return await self.invoke({"report-equiv": m}) 202 return await self.invoke( 215 return await self.invoke( 227 return await self.invoke({"get-stats": None}) 230 return await self.invoke({"reset-stats": None}) 233 return (await self.invoke({"backfill-wait": None}))["tasks"] [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/prserv/ |
| H A D | client.py | 18 response = await self.invoke( 25 response = await self.invoke( 32 response = await self.invoke( 39 response = await self.invoke( 46 response = await self.invoke( 53 response = await self.invoke( 60 response = await self.invoke(
|
| /openbmc/openbmc/poky/meta/recipes-core/initscripts/ |
| H A D | init-system-helpers_1.68.bb | 7 It also includes the \"service\", \"invoke-rc.d\", and \"update-rc.d\" scripts which \ 30 install -m 0755 ${S}/script/invoke-rc.d ${D}${sbindir} 34 PACKAGES += "${PN}-invoke-rc.d ${PN}-service" 37 FILES:${PN}-invoke-rc.d = "${sbindir}/invoke-rc.d" 42 RRECOMMENDS:${PN} += "${PN}-invoke-rc.d ${PN}-service"
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0022-avoid-missing-LOCK_EX-declaration.patch | 14 src/core/exec-invoke.c | 1 + 30 diff --git a/src/core/exec-invoke.c b/src/core/exec-invoke.c 32 --- a/src/core/exec-invoke.c 33 +++ b/src/core/exec-invoke.c
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0022-avoid-missing-LOCK_EX-declaration.patch | 13 src/core/exec-invoke.c | 1 + 17 --- a/src/core/exec-invoke.c 18 +++ b/src/core/exec-invoke.c
|
| /openbmc/qemu/scripts/qemugdb/ |
| H A D | coroutine.py | 148 def invoke(self, arg, from_tty): member in CoroutineCommand 162 def invoke(self, arg, from_tty): member in CoroutineBt 188 def invoke(self, addr): member in CoroutineSPFunction 195 def invoke(self, addr): member in CoroutinePCFunction
|
| H A D | tcg.py | 23 def invoke(self, arg, from_tty): member in TCGLockStatusCommand
|
| H A D | timers.py | 48 def invoke(self, arg, from_tty): member in TimersCommand
|
| H A D | aio.py | 41 def invoke(self, arg, from_tty): member in HandlersCommand
|
| H A D | mtree.py | 36 def invoke(self, arg, from_tty): member in MtreeCommand
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/ |
| H A D | 0007-Makefile-reorganize.patch | 15 To build simply invoke 'make' with or without a -j option. 16 To install simply invoke: make TARGET=install 17 To clean simply invoke: make TARGET=clean
|
| /openbmc/phosphor-misc/http-redirect/ |
| H A D | test.awk | 6 invoke="awk -f " script 7 cmd = invoke " > " resultfile 9 invoke = invoke " -v tracefile=" tracefile
|
| /openbmc/docs/designs/ |
| H A D | nmi-dbus-interface.md | 29 This proposal aims to trigger NMI, which in turn will invoke an 63 3. Redfish URI will invoke a D-Bus NMI back-end call which will use an arch 66 4. On receiving the NMI, the host will automatically invoke Architecture 78 internally invoke processor-specific target to invoke NMI and do associated 95 Also, one can invoke NMI to get the crash dump and confirm HOST received NMI via
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/sysprof/sysprof/ |
| H A D | 0002-meson-Do-not-invoke-the-commands-to-update-the-icon-.patch | 4 Subject: [PATCH] meson: Do not invoke the commands to update the icon caches 8 the cross-builder environment to have gtk4-native built in order to invoke
|
| /openbmc/sdeventplus/src/sdeventplus/source/ |
| H A D | base.hpp | 210 Callback& callback = std::invoke(getter, data); in sourceCallback() 213 std::invoke(callback, data, std::forward<Args>(args)...); in sourceCallback()
|
| /openbmc/ |
| D | opengrok0.0.log | 1937 2025-12-30 03:01:11.978-0600 FINEST t489 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/sysprof/sysprof/0002-meson-Do-not-invoke-the-commands-to-update-the-icon-.patch' (391) at 20241221090017488 [all...] |
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
| H A D | 0004-load.py-retry-to-invoke-request-with-timeout.patch | 4 Subject: [PATCH] load.py: retry to invoke request with timeout 8 to invoke request with timeout explicitly. So if it the
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
| H A D | 0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch | 43 -# Ensure the daemons invoke abort on error. 48 +# Ensure the daemons invoke abort on error.
|
| /openbmc/qemu/python/ |
| H A D | README.rst | 10 ``setup.py``. You will generally invoke it by doing one of the following: 60 invoke them without installation, you can invoke e.g.:
|
| /openbmc/x86-power-control/src/ |
| H A D | power_control.hpp | 83 void invoke();
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0002-gcc-poison-system-directories.patch | 23 gcc/doc/invoke.texi | 9 +++++++++ 135 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi 137 --- a/gcc/doc/invoke.texi 138 +++ b/gcc/doc/invoke.texi
|
| /openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/ |
| H A D | 0001-urandom-xauth-changes-to-options.h.patch | 17 /* The command to invoke for xauth when using X11 forwarding.
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | texinfo.bbclass | 7 # This class is inherited by recipes whose upstream packages invoke the
|
| /openbmc/openbmc-tools/prepare-emmc-qemu/ |
| H A D | prepare-emmc-qemu | 76 echo For an AST2600-based machine, invoke QEMU with the following parameters:
|
| /openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | ar-from-env.patch | 4 package builds should not invoke the 32bit hosts's ar. Specifically
|