Home
last modified time | relevance | path

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

12345678910

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py47 async def invoke(self, *args, **kwargs): member in AsyncClient
51 return await super().invoke(*args, **kwargs)
59 r = await self.invoke({command: None})
103 return await self.invoke({"report": m})
110 return await self.invoke({"report-equiv": m})
113 return await self.invoke(
122 return await self.invoke(
169 return await self.invoke(
177 return await self.invoke({"get-user": m})
183 return await self.invoke(
[all …]
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dclient.py17 response = await self.invoke(
24 response = await self.invoke(
31 response = await self.invoke(
38 response = await self.invoke(
45 response = await self.invoke(
52 response = await self.invoke(
59 response = await self.invoke(
/openbmc/openbmc/poky/meta/recipes-core/initscripts/
H A Dinit-system-helpers_1.66.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.patch13 src/core/exec-invoke.c | 1 +
17 diff --git a/src/core/exec-invoke.c b/src/core/exec-invoke.c
19 --- a/src/core/exec-invoke.c
20 +++ 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 diff --git a/src/core/exec-invoke.c b/src/core/exec-invoke.c
19 --- a/src/core/exec-invoke.c
20 +++ b/src/core/exec-invoke.c
/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/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 Dvfs.py36 def invoke(self, dentry_ptr): member in DentryName
53 def invoke(self, inode_ptr): member in InodeDentry
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 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
H A Dtcg.py23 def invoke(self, arg, from_tty): member in TCGLockStatusCommand
/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/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/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/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.
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0002-gcc-poison-system-directories.patch22 gcc/doc/invoke.texi | 9 +++++++++
134 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
136 --- a/gcc/doc/invoke.texi
137 +++ b/gcc/doc/invoke.texi
/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.:

12345678910