| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/parole/ |
| H A D | parole_4.18.0.bb | 25 PACKAGECONFIG ??= "notify" 27 PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify"
|
| /openbmc/qemu/include/migration/ |
| H A D | misc.h | 78 typedef int (*MigrationNotifyFunc)(NotifierWithReturn *notify, 89 void migration_add_notifier(NotifierWithReturn *notify, 95 void migration_add_notifier_mode(NotifierWithReturn *notify, 98 void migration_remove_notifier(NotifierWithReturn *notify);
|
| /openbmc/qemu/include/system/ |
| H A D | system.h | 19 void qemu_add_exit_notifier(Notifier *notify); 20 void qemu_remove_exit_notifier(Notifier *notify); 22 void qemu_add_machine_init_done_notifier(Notifier *notify); 23 void qemu_remove_machine_init_done_notifier(Notifier *notify);
|
| /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/u-boot/arch/arm/mach-tegra/ |
| H A D | ivc.c | 282 ivc->notify(ivc); in tegra_ivc_read_advance() 327 ivc->notify(ivc); in tegra_ivc_write_advance() 396 ivc->notify(ivc); in tegra_ivc_channel_notified() 434 ivc->notify(ivc); in tegra_ivc_channel_notified() 456 ivc->notify(ivc); in tegra_ivc_channel_notified() 479 ivc->notify(ivc); in tegra_ivc_channel_reset() 532 void (*notify)(struct tegra_ivc *)) in tegra_ivc_init() 549 ivc->notify = notify; in tegra_ivc_init()
|
| /openbmc/qemu/accel/tcg/ |
| H A D | tcg-accel-ops-mttcg.c | 47 static void mttcg_force_rcu(Notifier *notify, void *data) in mttcg_force_rcu() argument 49 CPUState *cpu = container_of(notify, MttcgForceRcuNotifier, notifier)->cpu; in mttcg_force_rcu() 73 force_rcu.notifier.notify = mttcg_force_rcu; in mttcg_cpu_thread_fn()
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/thunar-volman/ |
| H A D | thunar-volman_4.20.0.bb | 13 PACKAGECONFIG ??= "notify" 14 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
|
| /openbmc/qemu/hw/core/ |
| H A D | stream.c | 14 stream_can_push(StreamSink *sink, StreamCanPushNotifyFn notify, in stream_can_push() argument 19 return k->can_push ? k->can_push(sink, notify, notify_opaque) : true; in stream_can_push()
|
| /openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
| H A D | ivc.h | 80 void (*notify)(struct tegra_ivc *); member 176 void (*notify)(struct tegra_ivc *));
|
| /openbmc/qemu/include/hw/ |
| H A D | stream.h | 28 bool (*can_push)(StreamSink *obj, StreamCanPushNotifyFn notify, 49 stream_can_push(StreamSink *sink, StreamCanPushNotifyFn notify,
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/places/ |
| H A D | xfce4-places-plugin_1.8.3.bb | 11 PACKAGECONFIG ??= "notify" 12 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
|
| /openbmc/qemu/hw/char/ |
| H A D | sclpconsole.c | 44 bool notify; /* qemu_notify_event() req'd if true */ member 61 scon->notify = true; in DECLARE_INSTANCE_CHECKER() 131 if (cons->notify) { in get_console_data() 132 cons->notify = false; in get_console_data() 251 scon->notify = false; in console_reset()
|
| /openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/ |
| H A D | weston.service | 5 # the plugin systemd-notify.so. 34 # Requires systemd-notify.so Weston plugin. 35 Type=notify 37 ExecStart=/usr/bin/weston --modules=systemd-notify.so
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/orage/ |
| H A D | orage_4.18.0.bb | 11 PACKAGECONFIG ??= "notify" 12 PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfdesktop/ |
| H A D | xfdesktop_4.20.0.bb | 26 PACKAGECONFIG ??= "notify" 27 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_exitbootservices.c | 23 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function 48 TPL_CALLBACK, notify, in setup()
|
| H A D | efi_selftest_watchdog.c | 44 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function 80 TPL_CALLBACK, notify, in setup() 88 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
|
| H A D | efi_selftest_events.c | 26 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function 52 TPL_CALLBACK, notify, (void *)&timer_ticks, in setup() 59 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
|
| H A D | efi_selftest_tpl.c | 24 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function 50 TPL_CALLBACK, notify, in setup() 58 TPL_HIGH_LEVEL, notify, NULL, &event_wait); in setup()
|
| /openbmc/qemu/include/qemu/ |
| H A D | notify.h | 23 void (*notify)(Notifier *notifier, void *data); member 57 NotifierWithReturnFunc notify; member
|
| /openbmc/qemu/include/io/ |
| H A D | net-listener.h | 135 GDestroyNotify notify, 151 GDestroyNotify notify);
|
| /openbmc/qemu/ui/ |
| H A D | gtk-clipboard.c | 127 QemuClipboardNotify *notify = data; in gd_clipboard_notify() local 129 switch (notify->type) { in gd_clipboard_notify() 131 gd_clipboard_update_info(gd, notify->info); in gd_clipboard_notify() 193 gd->cbpeer.notifier.notify = gd_clipboard_notify; in gd_clipboard_init()
|
| /openbmc/qemu/util/ |
| H A D | notify.c | 39 notifier->notify(notifier, data); in notifier_list_notify() 71 ret = notifier->notify(notifier, data, errp); in notifier_with_return_list_notify()
|
| /openbmc/qemu/hw/usb/ |
| H A D | dev-hub.c | 171 bool notify = false; in usb_hub_port_change() local 175 notify = true; in usb_hub_port_change() 177 return notify; in usb_hub_port_change() 200 bool notify = false; in usb_hub_port_update() local 203 notify = usb_hub_port_set(port, PORT_STAT_CONNECTION); in usb_hub_port_update() 210 return notify; in usb_hub_port_update() 216 bool notify = false; in usb_hub_port_update_timer() local 220 notify |= usb_hub_port_update(&s->ports[i]); in usb_hub_port_update_timer() 222 if (notify) { in usb_hub_port_update_timer()
|
| /openbmc/qemu/docs/specs/ |
| H A D | acpi_pci_hotplug.rst | 10 Generic ACPI GPE block. Bit 1 (GPE.1) used to notify PCI hotplug/eject 18 Read by ACPI BIOS GPE.1 handler to notify OS of injection 26 Read by ACPI BIOS GPE.1 handler to notify OS of removal
|