Home
last modified time | relevance | path

Searched defs:Notifier (Results 1 – 3 of 3) sorted by relevance

/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
/openbmc/qemu/include/sysemu/
H A Dkvm.h182 typedef struct Notifier Notifier; typedef
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1077 class Notifier: class