Home
last modified time | relevance | path

Searched refs:callbacks (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/phosphor-dbus-monitor/src/test/templates/
H A Dcallbackgentest.mako.hpp13 const std::array<std::tuple<std::string, size_t>, ${len(callbacks)}> callbacks = {{ variable
14 % for c in callbacks:
H A Dconditiongentest.mako.hpp7 <% 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 Dtcg-plugins.rst53 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 Dreplay.rst92 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 Dconditiongentest.cpp28 ASSERT_EQ(sizeof(expectedCallbacks), sizeof(callbacks)); in TEST()
45 ASSERT_EQ(callbacks[i], expectedCallbacks[i]); in TEST()
H A Dcallbackgentest.cpp23 ASSERT_EQ(sizeof(expectedCallbacks), sizeof(callbacks)); in TEST()
31 ASSERT_EQ(callbacks[i], expectedCallbacks[i]); in TEST()
/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp266 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 Dnghttp2_adapters.hpp114 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 Dpython3-aiosignal_1.3.2.bb1 SUMMARY = "A list of registered asynchronous callbacks"
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch51 shared_source = callbacks.cc callbacks.hh connection.cc connection.hh \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A D0010-autofs-5.1.9-Fix-incompatible-function-pointer-types.patch7 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 D0002-Fix-const-qualifier-error.patch24 /* 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 DCVE-2022-24795.patch19 A yajl fork mainter recommended calling memory allocation callbacks with
22 callbacks.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/
H A D0001-main.c-Define-prototype-for-setup_appdata.patch17 #include "callbacks.h"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/
H A Dgphoto2_2.5.28.bb12 file://0001-Match-prototypes-of-callbacks-with-libgphoto.patch \
/openbmc/boost-dbus/include/dbus/impl/
H A Dfilter.ipp21 // do not throw in C callbacks. Just don't.
/openbmc/qemu/include/system/
H A Dioport.h64 const struct MemoryRegionPortio *callbacks,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A D0001-l2tp_api-Included-needed-headers.patch20 * Each module implements the required RPC xxx_1_svc() callbacks which
/openbmc/qemu/system/
H A Dioport.c122 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 Dplugin.h58 struct qemu_plugin_cb *callbacks[QEMU_PLUGIN_EV_MAX]; member
/openbmc/phosphor-dbus-monitor/src/templates/
H A Dgenerated.mako.hpp217 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 Dqunit-1.18.0.js4 …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…
116callbacks,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 Dlibsdl-image_1.2.12.bb10 file://0001-png-img-Fix-prototypes-of-callbacks.patch \
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0015-CVE-2025-1178.patch26 + info->callbacks->einfo (_("%F%pB: Unable to generate dynamic relocs because a suitable sect…
/openbmc/u-boot/env/
H A Dcallback.c135 U_BOOT_ENV_CALLBACK(callbacks, on_callbacks);

1234