Home
last modified time | relevance | path

Searched full:notified (Results 1 – 25 of 102) sorted by relevance

12345

/openbmc/qemu/docs/spin/
H A Daio_notify_accept.promela2 * This model describes the interaction between ctx->notified
26 bool notified;
50 notified = 1;
54 :: !notified -> event = 1;
57 notified = 1;
60 notified = 1;
82 atomic { old = notified; notified = 0; } \
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_exitbootservices.c20 * @event notified event
94 efi_st_error("ExitBootServices was not notified\n"); in execute()
99 efi_st_error("ExitBootServices was notified twice\n"); in execute()
H A Defi_selftest_event_groups.c25 * @event notified event
55 * that all events are notified once in each round.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DEntry.interface.yaml55 be notified about the Entry. If the value is set to 'Inhibit' then
107 The service provider should be notified about the event log.
110 The service provider should not be notified about the event log.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DFair6 …t is retained with the works, so that any entity that uses the works is notified of this instrumen…
H A DBahyph7 …ny damages derived from its use, even in case any of the above has been notified of the possibilit…
/openbmc/phosphor-health-monitor/
H A Dhealth_metric.hpp65 /** @brief Check if specified value should be notified based on hysteresis
82 /** @brief Last notified value for the metric change */
H A Dbmc_health_config_json.md45 last notified) should be reported as a D-Bus signal.
/openbmc/phosphor-time-manager/
H A Dproperty_change_listener.hpp21 /** @brief Notified on time mode is changed */
H A Dbmc_epoch.hpp40 /** @brief Notified on time mode changed */
/openbmc/qemu/util/
H A Dasync.c494 * Write e.g. ctx->bh_list before writing ctx->notified. Pairs with in aio_notify()
498 qatomic_set(&ctx->notified, true); in aio_notify()
501 * Write ctx->notified (and also ctx->bh_list) before reading ctx->notify_me. in aio_notify()
512 qatomic_set(&ctx->notified, false); in aio_notify_accept()
515 * Order reads of ctx->notified (in aio_context_notifier_poll()) and the in aio_notify_accept()
516 * above clearing of ctx->notified before reads of e.g. bh->flags. Pairs in aio_notify_accept()
545 return qatomic_read(&ctx->notified); in aio_context_notifier_poll()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/nopoll/
H A Dnopoll_0.4.6.b400.bb7 allowing message based (handler notified) programming or stream oriented access."
/openbmc/qemu/contrib/ivshmem-client/
H A Divshmem-client.h156 * @peer: The peer to be notified
168 * @peer: The peer to be notified
/openbmc/u-boot/lib/efi_loader/
H A Defi_watchdog.c17 * Reset the system when the watchdog event is notified.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cim-schema/files/
H A DLICENSE32 // notified the DMTF that, in their opinion, such patent may relate to
/openbmc/openbmc/meta-openembedded/meta-networking/licenses/
H A DDMTF32 // notified the DMTF that, in their opinion, such patent may relate to
/openbmc/qemu/docs/system/devices/
H A Divshmem-flat.rst28 being notified by other VMs (a warning will be displayed to the user to inform
/openbmc/qemu/docs/specs/
H A Dpvpanic.rst6 management apps (e.g. libvirt) to be notified and respond to the event.
/openbmc/phosphor-snmp/docs/
H A Dsnmp-configuration.md22 needed for a management application to be notified of an error entry in the
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0019-arm-corstone1000-esrt-support.patch202 - debug("SE Proxy FW update service notified\n");
217 + debug("SE Proxy FW update service notified\n");
/openbmc/phosphor-rest-server/module/obmc/wsgi/examples/websockets/
H A Dclient_simple.html27 // Client will be notified of events occurring on these paths and/or
/openbmc/qemu/include/hw/timer/
H A Dsse-counter.h94 * @notifier: Notifier which is notified on counter changes
/openbmc/qemu/include/hw/cpu/
H A Dcluster.h46 * object and no way for the parent to be notified when a new child is added
/openbmc/openpower-pnor-code-mgmt/mmc/
H A Ditem_updater_mmc.hpp26 * guard partition. BMC is not notified about host factory reset so
/openbmc/docs/designs/
H A Dstate-management-and-external-interfaces.md98 - Support `GracefulRestart` (where the host is notified of the reboot)
99 - Support `ForceRestart` (where the host is not notified of the reboot)

12345