/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | client.py | 124 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 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/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/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/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 | 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 | vfs.py | 36 def invoke(self, dentry_ptr): member in DentryName 53 def invoke(self, inode_ptr): member in InodeDentry
|
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
|
/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/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/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-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/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/ |
D | opengrok0.0.log | 3243 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 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.
|