Home
last modified time | relevance | path

Searched refs:Notifier (Results 1 – 25 of 132) sorted by relevance

123456

/openbmc/qemu/include/qemu/
H A Dnotify.h19 typedef struct Notifier Notifier; typedef
21 struct Notifier struct
23 void (*notify)(Notifier *notifier, void *data); argument
24 QLIST_ENTRY(Notifier) node;
29 QLIST_HEAD(, Notifier) notifiers;
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
39 void notifier_remove(Notifier *notifier);
H A Dmain-loop.h408 void main_loop_poll_add_notifier(Notifier *notify);
409 void main_loop_poll_remove_notifier(Notifier *notify);
H A Drcu.h195 void rcu_add_force_rcu_notifier(Notifier *n);
196 void rcu_remove_force_rcu_notifier(Notifier *n);
/openbmc/qemu/include/block/
H A Dblockjob.h76 Notifier finalize_cancelled_notifier;
79 Notifier finalize_completed_notifier;
82 Notifier pending_notifier;
85 Notifier ready_notifier;
88 Notifier idle_notifier;
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify/
H A D0001-Make-asyncore-support-optional-for-Python-3.patch28 @@ -1494,33 +1493,40 @@ class ThreadedNotifier(threading.Thread, Notifier):
32 -class AsyncNotifier(asyncore.file_dispatcher, Notifier):
42 + class AsyncNotifier(asyncore.file_dispatcher, Notifier):
46 - Notifier class for the meaning of the others parameters.
51 - Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
59 + Notifier class for the meaning of the others parameters.
67 + Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
89 class TornadoAsyncNotifier(Notifier):
/openbmc/qemu/include/sysemu/
H A Drunstate.h86 void qemu_register_suspend_notifier(Notifier *notifier);
90 void qemu_register_wakeup_notifier(Notifier *notifier);
96 void qemu_register_powerdown_notifier(Notifier *notifier);
97 void qemu_register_shutdown_notifier(Notifier *notifier);
H A Dsysemu.h18 void qemu_add_exit_notifier(Notifier *notify);
19 void qemu_remove_exit_notifier(Notifier *notify);
21 void qemu_add_machine_init_done_notifier(Notifier *notify);
22 void qemu_remove_machine_init_done_notifier(Notifier *notify);
H A Dkvm.h182 typedef struct Notifier Notifier; typedef
415 void kvm_irqchip_add_change_notifier(Notifier *n);
416 void kvm_irqchip_remove_change_notifier(Notifier *n);
/openbmc/qemu/util/
H A Dnotify.c24 void notifier_list_add(NotifierList *list, Notifier *notifier) in notifier_list_add()
29 void notifier_remove(Notifier *notifier) in notifier_remove()
36 Notifier *notifier, *next; in notifier_list_notify()
H A Ddefer-call.c43 static void defer_call_atexit(Notifier *n, void *value) in defer_call_atexit()
50 static __thread Notifier defer_call_atexit_notifier;
H A Dfdmon-poll.c27 static __thread Notifier pollfds_cleanup_notifier;
29 static void pollfds_cleanup(Notifier *n, void *unused) in pollfds_cleanup()
H A Dqemu-coroutine.c68 QEMU_DEFINE_STATIC_CO_TLS(Notifier, local_pool_cleanup_notifier);
91 static void local_pool_cleanup(Notifier *n, void *value) in local_pool_cleanup()
106 Notifier *notifier = get_ptr_local_pool_cleanup_notifier(); in local_pool_cleanup_init_once()
/openbmc/qemu/net/
H A Dcolo-compare.h21 void colo_compare_register_notifier(Notifier *notify);
22 void colo_compare_unregister_notifier(Notifier *notify);
/openbmc/qemu/include/hw/acpi/
H A Dpiix4.h56 Notifier machine_ready;
57 Notifier powerdown_notifier;
/openbmc/qemu/include/hw/i386/
H A Dmicrovm.h101 Notifier machine_done;
102 Notifier powerdown_req;
/openbmc/qemu/include/hw/loongarch/
H A Dvirt.h48 Notifier machine_done;
49 Notifier powerdown_notifier;
/openbmc/qemu/include/hw/rtc/
H A Dmc146818rtc.h46 Notifier clock_reset_notifier;
48 Notifier suspend_notifier;
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-mem.h133 void (*add_size_change_notifier)(VirtIOMEM *vmem, Notifier *notifier);
134 void (*remove_size_change_notifier)(VirtIOMEM *vmem, Notifier *notifier);
/openbmc/qemu/ui/
H A Dwin32-kbd-hook.c13 static Notifier win32_unhook_notifier;
78 static void keyboard_hook_unhook(Notifier *n, void *data) in keyboard_hook_unhook()
H A Ddbus.h62 Notifier notifier;
74 void dbus_display_notifier_add(Notifier *notifier);
/openbmc/qemu/accel/stubs/
H A Dkvm-stub.c74 void kvm_irqchip_add_change_notifier(Notifier *n) in kvm_irqchip_add_change_notifier()
78 void kvm_irqchip_remove_change_notifier(Notifier *n) in kvm_irqchip_remove_change_notifier()
/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops-mttcg.c40 Notifier notifier;
48 static void mttcg_force_rcu(Notifier *notify, void *data) in mttcg_force_rcu()
/openbmc/qemu/include/hw/xen/
H A Dxen-hvm-common.h86 Notifier exit;
89 void xen_exit_notifier(Notifier *n, void *data);
/openbmc/qemu/hw/s390x/
H A Dsclpquiesce.c82 Notifier notifier;
86 static void quiesce_powerdown_req(Notifier *n, void *opaque) in quiesce_powerdown_req()
/openbmc/qemu/system/
H A Drunstate.c660 void qemu_register_suspend_notifier(Notifier *notifier) in qemu_register_suspend_notifier()
691 void qemu_register_wakeup_notifier(Notifier *notifier) in qemu_register_wakeup_notifier()
755 void qemu_register_powerdown_notifier(Notifier *notifier) in qemu_register_powerdown_notifier()
760 void qemu_register_shutdown_notifier(Notifier *notifier) in qemu_register_shutdown_notifier()
841 void qemu_add_exit_notifier(Notifier *notify) in qemu_add_exit_notifier()
846 void qemu_remove_exit_notifier(Notifier *notify) in qemu_remove_exit_notifier()

123456