/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | client.py | 47 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 D | client.py | 17 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 D | init-system-helpers_1.66.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 | 13 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 D | 0022-avoid-missing-LOCK_EX-declaration.patch | 13 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 D | cpuhotplug.h | 263 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 D | tasks.py | 58 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 D | proc.py | 31 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 D | device.py | 103 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 D | rbtree.py | 109 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 D | vfs.py | 36 def invoke(self, dentry_ptr): member in DentryName 53 def invoke(self, inode_ptr): member in InodeDentry
|
H A D | modules.py | 50 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 D | mm.py | 291 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 D | cpus.py | 135 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 D | clk.py | 43 def invoke(self, arg, from_tty): member in LxClkSummary 72 def invoke(self, name): member in LxClkCoreLookup
|
/openbmc/qemu/scripts/qemugdb/ |
H A D | coroutine.py | 105 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 D | tcg.py | 23 def invoke(self, arg, from_tty): member in TCGLockStatusCommand
|
/openbmc/linux/Documentation/RCU/ |
H A D | UP.rst | 7 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 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/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/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/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/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0002-gcc-poison-system-directories.patch | 22 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 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.:
|