Searched defs:_callback (Results 1 – 8 of 8) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/bus/ |
H A D | match.hpp | 49 std::unique_ptr<callback_t> _callback; member
|
/openbmc/entity-manager/src/ |
H A D | entity_manager.hpp | 80 std::function<void()> _callback; member
|
H A D | fru_device.cpp | 800 std::function<void()> _callback; member
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 257 | 358 def _callback(): function
|
/openbmc/linux/include/linux/ |
H A D | interrupt.h | 655 #define DECLARE_TASKLET(name, _callback) \ argument 662 #define DECLARE_TASKLET_DISABLED(name, _callback) \ argument
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | apic.h | 370 apic_update_callback(_callback,_fn) global() argument 484 apic_update_callback(_callback,_fn) global() argument
|
/openbmc/qemu/hw/core/ |
H A D | qdev.c | 166 #define DEVICE_LISTENER_CALL(_callback, _direction, _args...) \ argument
|
/openbmc/qemu/system/ |
H A D | memory.c | 106 #define MEMORY_LISTENER_CALL_GLOBAL(_callback, _direction, _args...) \ argument 130 #define MEMORY_LISTENER_CALL(_as, _callback, _direction, _section, _args...) \ argument
|