Home
last modified time | relevance | path

Searched refs:watch (Results 1 – 25 of 116) sorted by relevance

12345

/openbmc/phosphor-dbus-monitor/src/
H A Dmain.cpp38 for (auto& watch : ConfigPropertyWatches::get()) in main() local
40 watch->start(); in main()
43 for (auto& watch : ConfigPropertyWatches::get()) in main() local
45 watch->callback(Context::START); in main()
47 for (auto& watch : ConfigPathWatches::get()) in main() local
49 watch->start(); in main()
52 for (auto& watch : ConfigPathWatches::get()) in main() local
54 watch->callback(Context::START); in main()
/openbmc/qemu/util/
H A Dfilemonitor-inotify.c141 QFileMonitorWatch *watch = &g_array_index(dir->watches, in qemu_file_monitor_watch() local
145 if (watch->filename == NULL || in qemu_file_monitor_watch()
146 (name && g_str_equal(watch->filename, name))) { in qemu_file_monitor_watch()
148 qev, watch->cb, in qemu_file_monitor_watch()
149 watch->opaque, watch->id); in qemu_file_monitor_watch()
150 watch->cb(watch->id, qev, name, watch->opaque); in qemu_file_monitor_watch()
167 QFileMonitorWatch *watch = &g_array_index(dir->watches, in qemu_file_monitor_dir_free() local
169 g_free(watch->filename); in qemu_file_monitor_dir_free()
259 QFileMonitorWatch watch; in qemu_file_monitor_add_watch() local
289 watch.id = (((int64_t)dir->inotify_id) << 32) | dir->next_file_id++; in qemu_file_monitor_add_watch()
[all …]
/openbmc/qemu/qga/
H A Dchannel-win32.c39 GAWatch *watch = (GAWatch *)source; in ga_channel_prepare() local
40 GAChannel *c = (GAChannel *)watch->channel; in ga_channel_prepare()
96 GAWatch *watch = (GAWatch *)source; in ga_channel_check() local
97 GAChannel *c = (GAChannel *)watch->channel; in ga_channel_check()
154 GAWatch *watch = (GAWatch *)source; in ga_channel_dispatch() local
155 GAChannel *c = (GAChannel *)watch->channel; in ga_channel_dispatch()
160 success = c->cb(watch->pollfd.revents, c->user_data); in ga_channel_dispatch()
192 GAWatch *watch = (GAWatch *)source; in ga_channel_create_watch() local
194 watch->channel = c; in ga_channel_create_watch()
195 watch->pollfd.fd = (gintptr) c->rstate.ov.hEvent; in ga_channel_create_watch()
[all …]
/openbmc/qemu/ui/
H A Dspice-core.c92 SpiceWatch *watch = opaque; in watch_read() local
93 int fd = watch->fd; in watch_read()
98 watch->func(fd, SPICE_WATCH_EVENT_READ, watch->opaque); in watch_read()
103 SpiceWatch *watch = opaque; in watch_write() local
104 int fd = watch->fd; in watch_write()
109 watch->func(fd, SPICE_WATCH_EVENT_WRITE, watch->opaque); in watch_write()
112 static void watch_update_mask(SpiceWatch *watch, int event_mask) in watch_update_mask() argument
123 qemu_set_fd_handler(watch in watch_update_mask()
128 SpiceWatch *watch; watch_add() local
147 watch_remove(SpiceWatch * watch) watch_remove() argument
[all...]
/openbmc/u-boot/board/freescale/common/
H A Dpixis.h21 u8 watch; member
69 u8 watch; member
99 u8 watch; member
130 u8 watch; member
155 u8 watch; member
/openbmc/qemu/hw/xen/
H A Dxen-legacy-backend.c259 static void xenstore_update_fe(void *opaque, const char *watch) in xenstore_update_fe() argument
266 if (strncmp(xendev->fe, watch, len) != 0) { in xenstore_update_fe()
269 if (watch[len] != '/') { in xenstore_update_fe()
272 node = watch + len + 1; in xenstore_update_fe()
311 xendev->watch = qemu_xen_xs_watch(xenstore, xendev->fe, xenstore_update_fe, in xen_be_try_setup()
313 if (!xendev->watch) { in xen_be_try_setup()
508 static void xenstore_update_be(void *opaque, const char *watch) in xenstore_update_be() argument
516 if (strncmp(path, watch, len) != 0) { in xenstore_update_be()
519 if (sscanf(watch + len, "/%u/%255s", &dev, path) != 2) { in xenstore_update_be()
521 if (sscanf(watch + len, "/%u", &dev) != 1) { in xenstore_update_be()
/openbmc/phosphor-fan-presence/docs/sensor-monitor/
H A DREADME.md9 This monitor will watch all instances of the
21 This monitor will watch the alarm properties on the following threshold D-Bus
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dspi_device.hpp18 using namespace phosphor::notify::watch;
20 using NotifyWatchIntf = phosphor::notify::watch::NotifyWatch<SPIDevice>;
/openbmc/qemu/target/i386/kvm/
H A Dtdx-quote-generator.c78 if (task->watch) { in tdx_generate_quote_cleanup()
79 g_source_remove(task->watch); in tdx_generate_quote_cleanup()
218 task->watch = qio_channel_add_watch(QIO_CHANNEL(task->sioc), G_IO_IN, in tdx_send_report()
243 task->watch = qio_channel_add_watch(QIO_CHANNEL(task->sioc), G_IO_OUT, in tdx_quote_generator_connected()
H A Dtdx-quote-generator.h73 guint watch; member
/openbmc/phosphor-networkd/src/
H A Dinventory_mac.hpp19 std::unique_ptr<Runtime> watch(stdplus::PinnedRef<sdbusplus::bus_t> bus,
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A Dhandle-hup.patch30 @@ -424,6 +424,11 @@ static void client_work(AvahiWatch *watch, AVAHI_GCC_UNUSED int fd, AvahiWatch…
40 watch,
/openbmc/pldm/fw-update/
H A Dupdate_manager.hpp60 watch(event.get(), in UpdateManager()
147 Watch watch; member in pldm::fw_update::UpdateManager
/openbmc/u-boot/tools/kermit/
H A Dsend_cmd5 set carrier-watch off
H A Dsend_image7 set carrier-watch off
H A Ddot.kermrc3 set carrier-watch off
H A Dflash_param9 set carrier-watch off
/openbmc/webui-vue/src/components/Mixins/
H A DBVPaginationMixin.js27 watch: { class in BVPaginationMixin
/openbmc/qemu/io/
H A Dmeson.build10 'channel-watch.c',
/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/
H A Dphosphor-debug-errors-native.bb1 SUMMARY = "Debug collector error watch config file"
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dsync_manager_main.cpp28 phosphor::software::manager::SyncWatch watch(*loop, syncCallback); in main() local
H A Dimage_manager_main.cpp26 phosphor::software::manager::Watch watch( in main() local
/openbmc/webui-vue/docs/guide/unit-testing/
H A Dreadme.md89 | `npm run test:watch` | Run tests in watch mode for development |
112 npm run test:watch
115 In watch mode, you can press `u` to update failing snapshots interactively.
134 # Or in watch mode, press 'u' to update snapshots interactively
135 npm run test:watch
138 It is critical to verify all snapshot changes before updating. The watch mode
/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c594 XsWatch *watch; in xs_node_walk() local
598 watch = g_hash_table_lookup(op->s->watches, op->path); in xs_node_walk()
686 if (watch) { in xs_node_walk()
687 op->watches = g_list_append(op->watches, watch); in xs_node_walk()
696 if (watch) { in xs_node_walk()
697 op->watches = g_list_remove(op->watches, watch); in xs_node_walk()
970 XsWatch *watch; in tx_commit_walk() local
993 watch = g_hash_table_lookup(op->s->watches, op->path); in tx_commit_walk()
994 if (watch) { in tx_commit_walk()
995 op->watches = g_list_append(op->watches, watch); in tx_commit_walk()
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dpackage.py33 …mmand(config.init_path, basepath, 'bitbake -c %s %s' % (package_task, args.recipename), watch=True)

12345