Home
last modified time | relevance | path

Searched refs:NotifierWithReturnList (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dnotify.h61 typedef struct NotifierWithReturnList { struct
63 } NotifierWithReturnList; typedef
68 void notifier_with_return_list_init(NotifierWithReturnList *list);
70 void notifier_with_return_list_add(NotifierWithReturnList *list,
75 int notifier_with_return_list_notify(NotifierWithReturnList *list,
/openbmc/qemu/util/
H A Dnotify.c48 void notifier_with_return_list_init(NotifierWithReturnList *list) in notifier_with_return_list_init()
53 void notifier_with_return_list_add(NotifierWithReturnList *list, in notifier_with_return_list_add()
64 int notifier_with_return_list_notify(NotifierWithReturnList *list, void *data, in notifier_with_return_list_notify()
/openbmc/qemu/migration/
H A Dpostcopy-ram.c59 static NotifierWithReturnList postcopy_notifier_list;
H A Dmigration.c75 static NotifierWithReturnList migration_state_notifiers[] = {
H A Dram.c422 static NotifierWithReturnList precopy_notifier_list;