Home
last modified time | relevance | path

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

12345678910

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py124 async def invoke(self, *args, skip_mode=False, **kwargs): member in AsyncClient
129 return await super().invoke(*args, **kwargs)
140 r = await self.invoke({command: None}, skip_mode=True)
189 return await self.invoke({"report": m})
196 return await self.invoke({"report-equiv": m})
199 return await self.invoke(
212 return await self.invoke(
224 return await self.invoke({"get-stats": None})
227 return await self.invoke({"reset-stats": None})
230 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/linux/include/linux/
H A Dcpuhotplug.h263 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke,
268 bool invoke,
379 bool invoke);
381 struct hlist_node *node, bool invoke);
434 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke);
435 void __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke);
486 struct hlist_node *node, bool invoke);
/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/linux/scripts/gdb/linux/
H A Dtasks.py58 def invoke(self, pid): member in LxTaskByPidFunc
75 def invoke(self, arg, from_tty): member in LxPs
116 def invoke(self, task): member in LxThreadInfoFunc
132 def invoke(self, pid): member in LxThreadInfoByPidFunc
H A Dproc.py31 def invoke(self, arg, from_tty): member in LxCmdLine
45 def invoke(self, arg, from_tty): member in LxVersion
90 def invoke(self, arg, from_tty): member in LxIOMem
105 def invoke(self, arg, from_tty): member in LxIOPorts
153 def invoke(self, arg, from_tty): member in LxMounts
235 def invoke(self, arg, from_tty): member in LxFdtDump
H A Ddevice.py103 def invoke(self, arg, from_tty): member in LxDeviceListBus
123 def invoke(self, arg, from_tty): member in LxDeviceListClass
141 def invoke(self, arg, from_tty): member in LxDeviceListTree
156 def invoke(self, bus, name): member in LxDeviceFindByBusName
170 def invoke(self, cls, name): member in LxDeviceFindByClassName
H A Drbtree.py109 def invoke(self, root): member in LxRbFirst
129 def invoke(self, root): member in LxRbLast
149 def invoke(self, node): member in LxRbNext
169 def invoke(self, node): member in LxRbPrev
H A Dmodules.py50 def invoke(self, mod_name): member in LxModule
70 def invoke(self, arg, from_tty): member in LxLsmod
114 def invoke(self, arg, from_tty): member in LxFindTextAddrinMod
H A Dvfs.py36 def invoke(self, dentry_ptr): member in DentryName
53 def invoke(self, inode_ptr): member in InodeDentry
H A Dmm.py291 def invoke(self, arg, from_tty): member in LxPFN2Page
305 def invoke(self, arg, from_tty): member in LxPage2PFN
320 def invoke(self, arg, from_tty): member in LxPageAddress
335 def invoke(self, arg, from_tty): member in LxPage2Phys
350 def invoke(self, arg, from_tty): member in LxVirt2Phys
364 def invoke(self, arg, from_tty): member in LxVirt2Page
378 def invoke(self, arg, from_tty): member in LxSym2PFN
392 def invoke(self, arg, from_tty): member in LxPFN2Kaddr
H A Dcpus.py135 def invoke(self, arg, from_tty): member in LxCpus
155 def invoke(self, var_name, cpu=-1): member in PerCpu
195 def invoke(self, cpu=-1): member in LxCurrentFunc
H A Dclk.py43 def invoke(self, arg, from_tty): member in LxClkSummary
72 def invoke(self, name): member in LxClkCoreLookup
/openbmc/qemu/scripts/qemugdb/
H A Dcoroutine.py105 def invoke(self, arg, from_tty): member in CoroutineCommand
119 def invoke(self, arg, from_tty): member in CoroutineBt
140 def invoke(self, addr): member in CoroutineSPFunction
147 def invoke(self, addr): member in CoroutinePCFunction
/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/linux/Documentation/RCU/
H A DUP.rst7 may immediately invoke its function. The basis of this misconception
25 Now, if call_rcu() were to directly invoke its arguments, then upon return
37 by having call_rcu() directly invoke its arguments only if it was called
46 Therefore, in this case, allowing call_rcu() to immediately invoke
52 Why is it *not* legal to invoke synchronize_rcu() in this case?
61 call_rcu() were to directly invoke the callback, the result would
90 permit call_rcu() to directly invoke callbacks, but only if a full
100 Permitting call_rcu() to immediately invoke its arguments breaks RCU,
102 infrastructure *must* respect grace periods, and *must* invoke callbacks
115 Why is it *not* legal to invoke synchronize_rcu() in this case?
/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-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/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/
Dopengrok0.0.log3243 2025-03-17 03:00:44.307-0500 FINEST t563 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' (1,369) at 20241221090017488
[all...]
/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/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.

12345678910