Home
last modified time | relevance | path

Searched full:notify (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/openbmc/openbmc/poky/meta/recipes-core/seatd/seatd/
H A Dinit18 seatd -g seat -n 1 > /tmp/seatd-start-notify &
19 [ -s /tmp/seatd-start-notify ] && exit 0
21 [ -s /tmp/seatd-start-notify ] && exit 0
23 [ -s /tmp/seatd-start-notify ] && exit 0
25 [ -s /tmp/seatd-start-notify ] && exit 0
/openbmc/telemetry/tests/src/
H A Dtest_sensor.cpp143 .WillOnce(InvokeWithoutArgs(DbusEnvironment::setPromise("notify"))); in TEST_F()
147 ASSERT_TRUE(DbusEnvironment::waitForFuture("notify")); in TEST_F()
153 .WillOnce(InvokeWithoutArgs(DbusEnvironment::setPromise("notify"))); in TEST_F()
158 ASSERT_TRUE(DbusEnvironment::waitForFuture("notify")); in TEST_F()
166 .WillOnce(InvokeWithoutArgs(DbusEnvironment::setPromise("notify"))); in TEST_F()
173 ASSERT_TRUE(DbusEnvironment::waitForFuture("notify")); in TEST_F()
189 .WillOnce(InvokeWithoutArgs(DbusEnvironment::setPromise("notify"))); in TEST_F()
196 ASSERT_TRUE(DbusEnvironment::waitForFuture("notify")); in TEST_F()
207 InvokeWithoutArgs(DbusEnvironment::setPromise("notify-change"))); in TEST_F()
212 InvokeWithoutArgs(DbusEnvironment::setPromise("notify-create"))); in TEST_F()
[all …]
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/parole/
H A Dparole_4.18.0.bb25 PACKAGECONFIG ??= "notify"
27 PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify"
/openbmc/openpower-hw-diags/attn/
H A Dbp_handler.cpp10 * @brief Notify Cronus over dbus interface
12 * When the special attention is due to a breakpoint condition we will notify
20 trace::inf("Notify Cronus"); in bpHandler()
22 // notify Cronus over dbus in bpHandler()
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/
H A Dmeson.build4 subdir('Notify') subdir
32 input: ['../../../../yaml/com/ibm/Dump/Notify.interface.yaml'],
33 output: ['Notify.md'],
45 'com/ibm/Dump/Notify',
/openbmc/qemu/include/migration/
H A Dmisc.h17 #include "qemu/notify.h"
78 typedef int (*MigrationNotifyFunc)(NotifierWithReturn *notify,
82 * Register the notifier @notify to be called when a migration event occurs
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/hw/
H A Dstream.h24 * @notify: Optional callback that the sink will call when the sink is
26 * @notify_opaque: opaque data to pass to notify call.
28 bool (*can_push)(StreamSink *obj, StreamCanPushNotifyFn notify,
49 stream_can_push(StreamSink *sink, StreamCanPushNotifyFn notify,
/openbmc/u-boot/arch/arm/mach-tegra/
H A Divc.c282 ivc->notify(ivc); in tegra_ivc_read_advance()
327 ivc->notify(ivc); in tegra_ivc_write_advance()
340 * SYNC ACK reset counters; move to EST; notify
341 * SYNC SYNC reset counters; move to ACK; notify
342 * ACK EST move to EST; notify
343 * ACK ACK move to EST; notify
344 * ACK SYNC reset counters; move to ACK; notify
347 * EST SYNC reset counters; move to ACK; notify
394 * Notify remote end to observe state transition. in tegra_ivc_channel_notified()
396 ivc->notify(ivc); in tegra_ivc_channel_notified()
[all …]
/openbmc/qemu/include/system/
H A Dsystem.h6 #include "qemu/notify.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/openbmc/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston.service5 # 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/phosphor-dbus-interfaces/gen/com/ibm/Dump/Notify/
H A Dmeson.build3 sdbusplus_current_path = 'com/ibm/Dump/Notify'
7 input: ['../../../../../yaml/com/ibm/Dump/Notify.interface.yaml'],
26 'com/ibm/Dump/Notify',
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_dump.cpp3 #include "com/ibm/Dump/Notify/server.hpp"
13 #include <com/ibm/Dump/Notify/server.hpp>
114 static constexpr auto dumpInterface = "com.ibm.Dump.Notify"; in newFileAvailable()
119 sdbusplus::common::com::ibm::dump::Notify::DumpType::System; in newFileAvailable()
123 // Setting the Notify path for resource dump in newFileAvailable()
126 sdbusplus::common::com::ibm::dump::Notify::DumpType::Resource; in newFileAvailable()
355 static constexpr auto dumpInterface = "com.ibm.Dump.Notify"; in newFileAvailableWithMetaData()
360 sdbusplus::common::com::ibm::dump::Notify::DumpType::System; in newFileAvailableWithMetaData()
364 sdbusplus::common::com::ibm::dump::Notify::DumpType::Resource; in newFileAvailableWithMetaData()
379 …"failed to make a d-bus call to notify a new dump request using newFileAvailableWithMetaData, erro… in newFileAvailableWithMetaData()
/openbmc/pldm/oem/ibm/host-bmc/
H A Dhost_lamp_test.cpp25 // When setting the asserted property to true, need to notify the PHYP to in asserted()
27 // When setting the asserted property to true again, need to notify the PHYP in asserted()
30 // property, do not need to notify the PHYP to stop lamp test, PHYP will in asserted()
48 // Call setHostStateEffecter method to notify PHYP to start lamp in asserted()
49 // test. If user set Asserted to true again, need to notify PHYP to in asserted()
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston/
H A Dsystemd-notify.weston-start7 if [[ -x "/usr/lib/weston/systemd-notify.so" ]]; then
8 add_weston_module "systemd-notify.so"
/openbmc/qemu/include/qemu/
H A Dnotify.h23 void (*notify)(Notifier *notifier, void *data); member
45 /* Same as Notifier but allows .notify() to return errors */
57 NotifierWithReturnFunc notify; member
/openbmc/qemu/util/
H A Dnotify.c17 #include "qemu/notify.h"
39 notifier->notify(notifier, data); in notifier_list_notify()
71 ret = notifier->notify(notifier, data, errp); in notifier_with_return_list_notify()
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/thunar-volman/
H A Dthunar-volman_4.20.0.bb13 PACKAGECONFIG ??= "notify"
14 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/places/
H A Dxfce4-places-plugin_1.8.3.bb11 PACKAGECONFIG ??= "notify"
12 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DEntry.interface.yaml51 type: enum[self.Notify]
54 If this property value is set to 'Notify', the service provider must
98 - name: Notify
105 - name: Notify
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfdesktop/
H A Dxfdesktop_4.20.0.bb26 PACKAGECONFIG ??= "notify"
27 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops-mttcg.c31 #include "qemu/notify.h"
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/qemu/hw/core/
H A Dstream.c14 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/openbmc/poky/meta/recipes-sato/matchbox-sato/matchbox-session-sato/
H A Dsession23 END_APPLETS=$KEYBOARD_APPLET,systray,startup-notify,notify
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/orage/
H A Dorage_4.18.0.bb11 PACKAGECONFIG ??= "notify"
12 PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h77 * notify - Function to call to notify the remote processor of a
80 void (*notify)(struct tegra_ivc *); member
156 * subsequent call to notify the remote of the channel reset indicates the
176 void (*notify)(struct tegra_ivc *));

12345678910>>...25