/openbmc/qemu/include/qemu/ |
H A D | notify.h | 19 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 D | main-loop.h | 408 void main_loop_poll_add_notifier(Notifier *notify); 409 void main_loop_poll_remove_notifier(Notifier *notify);
|
H A D | rcu.h | 195 void rcu_add_force_rcu_notifier(Notifier *n); 196 void rcu_remove_force_rcu_notifier(Notifier *n);
|
/openbmc/qemu/include/block/ |
H A D | blockjob.h | 76 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 D | 0001-Make-asyncore-support-optional-for-Python-3.patch | 28 @@ -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 D | runstate.h | 86 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 D | sysemu.h | 18 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 D | kvm.h | 182 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 D | notify.c | 24 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 D | defer-call.c | 43 static void defer_call_atexit(Notifier *n, void *value) in defer_call_atexit() 50 static __thread Notifier defer_call_atexit_notifier;
|
H A D | fdmon-poll.c | 27 static __thread Notifier pollfds_cleanup_notifier; 29 static void pollfds_cleanup(Notifier *n, void *unused) in pollfds_cleanup()
|
H A D | qemu-coroutine.c | 68 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 D | colo-compare.h | 21 void colo_compare_register_notifier(Notifier *notify); 22 void colo_compare_unregister_notifier(Notifier *notify);
|
/openbmc/qemu/include/hw/acpi/ |
H A D | piix4.h | 56 Notifier machine_ready; 57 Notifier powerdown_notifier;
|
/openbmc/qemu/include/hw/i386/ |
H A D | microvm.h | 101 Notifier machine_done; 102 Notifier powerdown_req;
|
/openbmc/qemu/include/hw/loongarch/ |
H A D | virt.h | 48 Notifier machine_done; 49 Notifier powerdown_notifier;
|
/openbmc/qemu/include/hw/rtc/ |
H A D | mc146818rtc.h | 46 Notifier clock_reset_notifier; 48 Notifier suspend_notifier;
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-mem.h | 133 void (*add_size_change_notifier)(VirtIOMEM *vmem, Notifier *notifier); 134 void (*remove_size_change_notifier)(VirtIOMEM *vmem, Notifier *notifier);
|
/openbmc/qemu/ui/ |
H A D | win32-kbd-hook.c | 13 static Notifier win32_unhook_notifier; 78 static void keyboard_hook_unhook(Notifier *n, void *data) in keyboard_hook_unhook()
|
H A D | dbus.h | 62 Notifier notifier; 74 void dbus_display_notifier_add(Notifier *notifier);
|
/openbmc/qemu/accel/stubs/ |
H A D | kvm-stub.c | 74 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 D | tcg-accel-ops-mttcg.c | 40 Notifier notifier; 48 static void mttcg_force_rcu(Notifier *notify, void *data) in mttcg_force_rcu()
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen-hvm-common.h | 86 Notifier exit; 89 void xen_exit_notifier(Notifier *n, void *data);
|
/openbmc/qemu/hw/s390x/ |
H A D | sclpquiesce.c | 82 Notifier notifier; 86 static void quiesce_powerdown_req(Notifier *n, void *opaque) in quiesce_powerdown_req()
|
/openbmc/qemu/system/ |
H A D | runstate.c | 660 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()
|