Home
last modified time | relevance | path

Searched refs:invoke (Results 1 – 25 of 111) sorted by relevance

12345

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py125 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 Dclient.py18 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 Dinit-system-helpers_1.68.bb7 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 D0022-avoid-missing-LOCK_EX-declaration.patch14 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 D0022-avoid-missing-LOCK_EX-declaration.patch13 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 Dcoroutine.py148 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 Dtcg.py23 def invoke(self, arg, from_tty): member in TCGLockStatusCommand
H A Dtimers.py48 def invoke(self, arg, from_tty): member in TimersCommand
H A Daio.py41 def invoke(self, arg, from_tty): member in HandlersCommand
H A Dmtree.py36 def invoke(self, arg, from_tty): member in MtreeCommand
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0007-Makefile-reorganize.patch15 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 Dtest.awk6 invoke="awk -f " script
7 cmd = invoke " > " resultfile
9 invoke = invoke " -v tracefile=" tracefile
/openbmc/docs/designs/
H A Dnmi-dbus-interface.md29 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 D0002-meson-Do-not-invoke-the-commands-to-update-the-icon-.patch4 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 Dbase.hpp210 Callback& callback = std::invoke(getter, data); in sourceCallback()
213 std::invoke(callback, data, std::forward<Args>(args)...); in sourceCallback()
/openbmc/
Dopengrok0.0.log1937 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 D0004-load.py-retry-to-invoke-request-with-timeout.patch4 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 D0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch43 -# Ensure the daemons invoke abort on error.
48 +# Ensure the daemons invoke abort on error.
/openbmc/qemu/python/
H A DREADME.rst10 ``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 Dpower_control.hpp83 void invoke();
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0002-gcc-poison-system-directories.patch23 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 D0001-urandom-xauth-changes-to-options.h.patch17 /* The command to invoke for xauth when using X11 forwarding.
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtexinfo.bbclass7 # This class is inherited by recipes whose upstream packages invoke the
/openbmc/openbmc-tools/prepare-emmc-qemu/
H A Dprepare-emmc-qemu76 echo For an AST2600-based machine, invoke QEMU with the following parameters:
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A Dar-from-env.patch4 package builds should not invoke the 32bit hosts's ar. Specifically

12345