| /openbmc/phosphor-dbus-monitor/src/test/templates/ |
| H A D | callbackgentest.mako.hpp | 13 const std::array<std::tuple<std::string, size_t>, ${len(callbacks)}> callbacks = {{ variable 14 % for c in callbacks:
|
| H A D | conditiongentest.mako.hpp | 7 <% graphs = [ x for x in callbacks if hasattr(x, 'graph')] %>\ 8 const std::array<size_t, ${len(graphs)}> callbacks = { variable
|
| /openbmc/qemu/docs/devel/ |
| H A D | tcg-plugins.rst | 53 is called. The plugin will then register callbacks for various plugin 59 callbacks may provide additional information. In the case of a 62 callbacks to some or all instructions when they are executed. 70 operations and conditional callbacks offer a more efficient way to instrument 71 binaries, compared to classic callbacks. 73 Finally when QEMU exits all the registered *atexit* callbacks are 120 Memory callbacks are called after a successful load or store. 143 list of callbacks under RCU so that we do not have to hold the lock 144 when calling the callbacks. This is also for performance, since some 145 callbacks (e.g. memory access callbacks) might be called very [all …]
|
| H A D | replay.rst | 92 order in replay mode must replicate the order of callbacks in record mode. 129 Timers are used to execute callbacks from different subsystems of QEMU 132 * Real time clock. Based on host time and used only for callbacks that 173 Bottom half callbacks, that affect the guest state, should be invoked through 180 disk state. But callbacks that virtual disk controller uses for reading and 191 That is why we had to implement saving and replaying bottom halves callbacks 194 log when its callbacks are executed. In replay mode callbacks are not processed 197 Sometimes the block layer uses asynchronous callbacks for its internal purposes 257 callbacks that affect virtual machine state, but normally called
|
| /openbmc/phosphor-dbus-monitor/src/test/ |
| H A D | conditiongentest.cpp | 28 ASSERT_EQ(sizeof(expectedCallbacks), sizeof(callbacks)); in TEST() 45 ASSERT_EQ(callbacks[i], expectedCallbacks[i]); in TEST()
|
| H A D | callbackgentest.cpp | 23 ASSERT_EQ(sizeof(expectedCallbacks), sizeof(callbacks)); in TEST() 31 ASSERT_EQ(callbacks[i], expectedCallbacks[i]); in TEST()
|
| /openbmc/bmcweb/http/ |
| H A D | http2_connection.hpp | 266 nghttp2_session_callbacks callbacks; in initializeNghttp2Session() local 267 callbacks.setOnFrameRecvCallback(onFrameRecvCallbackStatic); in initializeNghttp2Session() 268 callbacks.setOnStreamCloseCallback(onStreamCloseCallbackStatic); in initializeNghttp2Session() 269 callbacks.setOnHeaderCallback(onHeaderCallbackStatic); in initializeNghttp2Session() 270 callbacks.setOnBeginHeadersCallback(onBeginHeadersCallbackStatic); in initializeNghttp2Session() 271 callbacks.setOnDataChunkRecvCallback(onDataChunkRecvStatic); in initializeNghttp2Session() 273 nghttp2_session session(callbacks); in initializeNghttp2Session()
|
| H A D | nghttp2_adapters.hpp | 114 explicit nghttp2_session(nghttp2_session_callbacks& callbacks) in nghttp2_session() 116 if (nghttp2_session_server_new(&ptr, callbacks.get(), nullptr) != 0) in nghttp2_session()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-aiosignal_1.3.2.bb | 1 SUMMARY = "A list of registered asynchronous callbacks"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch | 51 shared_source = callbacks.cc callbacks.hh connection.cc connection.hh \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
| H A D | 0010-autofs-5.1.9-Fix-incompatible-function-pointer-types.patch | 7 Add casts to SASL callbacks to avoid incompatible-pointer-types 40 static sasl_callback_t callbacks[] = {
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0002-Fix-const-qualifier-error.patch | 24 /* Check that callbacks are typed properly. */ \ 50 /* Check that callbacks are typed properly. */ \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/ |
| H A D | CVE-2022-24795.patch | 19 A yajl fork mainter recommended calling memory allocation callbacks with 22 callbacks.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/ |
| H A D | 0001-main.c-Define-prototype-for-setup_appdata.patch | 17 #include "callbacks.h"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/ |
| H A D | gphoto2_2.5.28.bb | 12 file://0001-Match-prototypes-of-callbacks-with-libgphoto.patch \
|
| /openbmc/boost-dbus/include/dbus/impl/ |
| H A D | filter.ipp | 21 // do not throw in C callbacks. Just don't.
|
| /openbmc/qemu/include/system/ |
| H A D | ioport.h | 64 const struct MemoryRegionPortio *callbacks,
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | 0001-l2tp_api-Included-needed-headers.patch | 20 * Each module implements the required RPC xxx_1_svc() callbacks which
|
| /openbmc/qemu/system/ |
| H A D | ioport.c | 122 const MemoryRegionPortio *callbacks, in portio_list_init() argument 127 while (callbacks[n].size) { in portio_list_init() 131 piolist->ports = callbacks; in portio_list_init()
|
| /openbmc/qemu/plugins/ |
| H A D | plugin.h | 58 struct qemu_plugin_cb *callbacks[QEMU_PLUGIN_EV_MAX]; member
|
| /openbmc/phosphor-dbus-monitor/src/templates/ |
| H A D | generated.mako.hpp | 217 using Callbacks = std::array<std::unique_ptr<Callback>, ${len(callbacks)}>; 223 % for c in callbacks: in get()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | qunit-1.18.0.js | 4 …Stored as query-strings."}],modules:[],currentModule:{name:"",tests:[]},callbacks:{}};config.modul… property in config 22 …se;if(config.autostart){resumeProcessing();}}});(function(){var i,l,key,callbacks=["begin","done",… variable 23 config.callbacks[key].push(callback);};loggingCallbacks[key]=loggingCallback;return loggingCallback… 24 for(i=0,l=callbacks.length;i<l;i++){key=callbacks[i];if(QUnit.objectType(config.callbacks[key])==="… 65 …ggingCallbacks(key,args){var i,l,callbacks;callbacks=config.callbacks[key];for(i=0,l=callbacks.len… 116 …callbacks,args){var prop=QUnit.objectType(o);if(prop){if(QUnit.objectType(callbacks[prop])==="func… argument 117 …[],getProto=Object.getPrototypeOf||function(obj){return obj.__proto__;},callbacks=(function(){func… function 127 …ype(a)!==QUnit.objectType(b)){return false;}else{return bindCallbacks(a,callbacks,[b,a]);}}(args[0…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/ |
| H A D | libsdl-image_1.2.12.bb | 10 file://0001-png-img-Fix-prototypes-of-callbacks.patch \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0015-CVE-2025-1178.patch | 26 + info->callbacks->einfo (_("%F%pB: Unable to generate dynamic relocs because a suitable sect…
|
| /openbmc/u-boot/env/ |
| H A D | callback.c | 135 U_BOOT_ENV_CALLBACK(callbacks, on_callbacks);
|