| /openbmc/qemu/plugins/ |
| H A D | core.c | 67 struct qemu_plugin_cb *cb = ctx->callbacks[ev]; in plugin_unregister_cb__locked() local 89 struct qemu_plugin_cb *cb, *next; in plugin_vcpu_cb__simple() local 116 struct qemu_plugin_cb *cb, *next; in plugin_cb__simple() local 139 struct qemu_plugin_cb *cb, *next; in plugin_cb__udata() local 167 struct qemu_plugin_cb *cb = ctx->callbacks[ev]; in do_plugin_register_cb() local 298 qemu_plugin_vcpu_simple_cb_t cb; member 310 qemu_plugin_vcpu_simple_cb_t cb) in qemu_plugin_vcpu_for_each() 368 qemu_plugin_vcpu_udata_cb_t cb, in plugin_register_dyn_cb__udata() 395 qemu_plugin_vcpu_udata_cb_t cb, in plugin_register_dyn_cond_cb__udata() 428 void *cb, in plugin_register_vcpu_mem_cb() [all …]
|
| H A D | api.c | 53 void qemu_plugin_uninstall(qemu_plugin_id_t id, qemu_plugin_simple_cb_t cb) in qemu_plugin_uninstall() 58 void qemu_plugin_reset(qemu_plugin_id_t id, qemu_plugin_simple_cb_t cb) in qemu_plugin_reset() 71 qemu_plugin_vcpu_simple_cb_t cb) in qemu_plugin_register_vcpu_init_cb() 77 qemu_plugin_vcpu_simple_cb_t cb) in qemu_plugin_register_vcpu_exit_cb() 88 qemu_plugin_vcpu_udata_cb_t cb, in qemu_plugin_register_vcpu_tb_exec_cb() 98 qemu_plugin_vcpu_udata_cb_t cb, in qemu_plugin_register_vcpu_tb_exec_cond_cb() 128 qemu_plugin_vcpu_udata_cb_t cb, in qemu_plugin_register_vcpu_insn_exec_cb() 139 qemu_plugin_vcpu_udata_cb_t cb, in qemu_plugin_register_vcpu_insn_exec_cond_cb() 174 qemu_plugin_vcpu_mem_cb_t cb, in qemu_plugin_register_vcpu_mem_cb() 193 qemu_plugin_vcpu_tb_trans_cb_t cb) in qemu_plugin_register_vcpu_tb_trans_cb() [all …]
|
| /openbmc/phosphor-networkd/test/ |
| H A D | test_netlink.cpp | 33 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local 48 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local 63 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local 79 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local 100 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local 124 auto cb = [&](const nlmsghdr& hdr, std::string_view data) { in TEST() local 148 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local 168 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local 190 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local 215 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local [all …]
|
| H A D | test_network_manager.hpp | 26 .WillOnce([&](fu2::unique_function<void()>&& cb) { in reloadForManager()
|
| /openbmc/qemu/include/qemu/ |
| H A D | timer.h | 87 QEMUTimerCB *cb; member 431 QEMUTimerCB *cb, void *opaque) in timer_init() 448 QEMUTimerCB *cb, void *opaque) in timer_init_ns() 465 QEMUTimerCB *cb, void *opaque) in timer_init_us() 482 QEMUTimerCB *cb, void *opaque) in timer_init_ms() 517 QEMUTimerCB *cb, void *opaque) in timer_new_full() 540 QEMUTimerCB *cb, void *opaque) in timer_new() 559 static inline QEMUTimer *timer_new_ns(QEMUClockType type, QEMUTimerCB *cb, in timer_new_ns() 579 static inline QEMUTimer *timer_new_us(QEMUClockType type, QEMUTimerCB *cb, in timer_new_us() 599 static inline QEMUTimer *timer_new_ms(QEMUClockType type, QEMUTimerCB *cb, in timer_new_ms()
|
| H A D | main-loop.h | 411 #define qemu_bh_new_guarded(cb, opaque, guard) \ argument 413 #define qemu_bh_new(cb, opaque) \ argument
|
| /openbmc/qemu/accel/tcg/ |
| H A D | plugin-gen.c | 117 static void gen_udata_cb(struct qemu_plugin_regular_cb *cb) in gen_udata_cb() 174 static void gen_udata_cond_cb(struct qemu_plugin_conditional_cb *cb) in gen_udata_cond_cb() 206 static void gen_inline_add_u64_cb(struct qemu_plugin_inline_cb *cb) in gen_inline_add_u64_cb() 219 static void gen_inline_store_u64_cb(struct qemu_plugin_inline_cb *cb) in gen_inline_store_u64_cb() 229 static void gen_mem_cb(struct qemu_plugin_regular_cb *cb, in gen_mem_cb() 251 static void inject_cb(struct qemu_plugin_dyn_cb *cb) in inject_cb() 272 static void inject_mem_cb(struct qemu_plugin_dyn_cb *cb, in inject_mem_cb()
|
| /openbmc/phosphor-ipmi-flash/ |
| H A D | status.hpp | 39 void setCallback(Callback&& cb) in setCallback() 45 Callback cb; member in ipmi_flash::TriggerableActionInterface
|
| /openbmc/qemu/include/block/ |
| H A D | aio.h | 41 BlockCompletionFunc *cb; member 301 #define aio_bh_schedule_oneshot(ctx, cb, opaque) \ argument 324 #define aio_bh_new(ctx, cb, opaque) \ argument 334 #define aio_bh_new_guarded(ctx, cb, opaque, guard) \ argument 541 QEMUTimerCB *cb, void *opaque) in aio_timer_new_with_attrs() 561 QEMUTimerCB *cb, void *opaque) in aio_timer_new() 583 QEMUTimerCB *cb, void *opaque) in aio_timer_init_with_attrs() 603 QEMUTimerCB *cb, void *opaque) in aio_timer_init()
|
| /openbmc/qemu/hw/core/ |
| H A D | vm-change-state-handler.c | 59 VMChangeStateHandler *cb, in qdev_add_vm_change_state_handler() 72 DeviceState *dev, VMChangeStateHandler *cb, VMChangeStateHandler *prepare_cb, in qdev_add_vm_change_state_handler_full()
|
| /openbmc/qemu/crypto/ |
| H A D | der.c | 134 static int qcrypto_der_invoke_callback(QCryptoDERDecodeCb cb, void *ctx, in qcrypto_der_invoke_callback() 146 QCryptoDERDecodeCb cb, void *ctx, in qcrypto_der_extract_definite_data() 207 QCryptoDERDecodeCb cb, void *ctx, in qcrypto_der_extract_data() 228 QCryptoDERDecodeCb cb, in qcrypto_der_decode_tlv() 260 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_int() 269 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_seq() 278 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_octet_str() 287 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_bit_str() 296 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_oid() 305 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_ctx_tag()
|
| /openbmc/phosphor-networkd/src/ |
| H A D | rtnetlink_server.cpp | 17 inline void rthandler(std::string_view data, auto&& cb) in rthandler() 98 auto cb = [&](auto&&... args) { in eventHandler() local 129 auto cb = [&](const nlmsghdr& hdr, std::string_view data) { in __anone93b7e880502() local
|
| H A D | netlink.cpp | 26 void processMsg(std::string_view& msgs, bool& done, ReceiveCallback cb) in processMsg() 120 void performRequest(int protocol, void* data, size_t size, ReceiveCallback cb) in performRequest() 129 size_t receive(int sock, ReceiveCallback cb) in receive()
|
| /openbmc/qemu/util/ |
| H A D | aio-wait.c | 60 QEMUBHFunc *cb; member 75 void aio_wait_bh_oneshot(AioContext *ctx, QEMUBHFunc *cb, void *opaque) in aio_wait_bh_oneshot()
|
| H A D | aiocb.c | 29 BlockCompletionFunc *cb, void *opaque) in qemu_aio_get()
|
| /openbmc/qemu/tests/unit/ |
| H A D | ptimer-test-stubs.c | 25 QEMUBHFunc *cb; member 40 QEMUTimerCB *cb, void *opaque) in timer_init_full() 110 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name, in qemu_bh_new_full()
|
| H A D | test-crypto-der.c | 183 QCryptoDERDecodeCb cb, void *opaque, in qcrypto_wrapped_decode_ctx_tag0() 190 QCryptoDERDecodeCb cb, void *opaque, in qcrypto_wrapped_decode_ctx_tag1() 200 QCryptoDERDecodeCb cb; member
|
| /openbmc/rest-dbus/resources/ |
| H A D | dbus.js | 7 function populate_tree_services(node, cb, bus) argument 27 function populate_tree_objects(node, cb) argument 48 function populate_tree_interfaces(node, cb) argument 207 function populate_tree_interface_items(node, cb) argument 238 function populate_tree(node, cb) argument
|
| /openbmc/qemu/stubs/ |
| H A D | change-state-handler.c | 4 VMChangeStateEntry *qemu_add_vm_change_state_handler(VMChangeStateHandler *cb, in qemu_add_vm_change_state_handler()
|
| /openbmc/sdbusplus/test/gen/ |
| H A D | test_signal_names.cpp | 9 void cb(sdbusplus::message_t& msg) in cb() function
|
| /openbmc/qemu/block/ |
| H A D | null.c | 171 BlockCompletionFunc *cb, in null_aio_common() 195 BlockCompletionFunc *cb, in null_aio_preadv() 210 BlockCompletionFunc *cb, in null_aio_pwritev() 217 BlockCompletionFunc *cb, in null_aio_flush()
|
| /openbmc/slpd-lite/ |
| H A D | slp_server.hpp | 29 Server(uint16_t port, sd_event_io_handler_t cb) : port(port), callme(cb) {}; in Server()
|
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | pathwatch.hpp | 64 Callback& cb; member in phosphor::dbus::monitoring::PathWatch
|
| /openbmc/smbios-mdr/src/ |
| H A D | cpuinfo_utils.cpp | 43 void addHostStateCallback(HostStateHandler cb) in addHostStateCallback() 80 for (const auto& cb : hostStateCallbacks) in updateHostState() local
|
| /openbmc/phosphor-host-ipmid/test/ |
| H A D | oemrouter_unittest.cpp | 19 ipmi_context_t context, ipmid_callback_t cb, in ipmi_register_callback() 51 void RegisterWithRouter(Number oen, ipmi_cmd_t cmd, Handler cb) in RegisterWithRouter()
|