Searched refs:watch (Results 51 - 75 of 199) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-glib/
H A DMakefile57 ## glib-watch-test$(EXEEXT)
92 am__libavahi_glib_la_SOURCES_DIST = glib-watch.c glib-watch.h \
95 # libavahi_glib_la-glib-watch.lo \
103 am__glib_watch_test_SOURCES_DIST = glib-watch.c glib-watch.h \
104 glib-watch-test.c
106 # glib_watch_test-glib-watch.$(OBJEXT) \
107 # glib_watch_test-glib-watch-test.$(OBJEXT)
130 am__avahiglibinclude_HEADERS_DIST = glib-watch
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dtest.c32 /* The "debug client" watch/timeout handlers don't dispatch messages,
40 add_client_watch (DBusWatch *watch, argument
43 return _dbus_loop_add_watch (client_loop, watch);
47 remove_client_watch (DBusWatch *watch, argument
50 _dbus_loop_remove_watch (client_loop, watch);
54 toggle_client_watch (DBusWatch *watch, argument
57 _dbus_loop_toggle_watch (client_loop, watch);
H A Dmain.c28 #include <dbus/dbus-watch.h>
218 handle_reload_watch (DBusWatch *watch, argument
234 close_reload_pipe (&watch);
293 DBusWatch *watch; local
306 watch = _dbus_watch_new (reload_pipe[RELOAD_READ_END],
310 if (watch == NULL)
312 _dbus_warn ("Unable to create reload watch: %s\n",
318 if (!_dbus_loop_add_watch (loop, watch))
320 _dbus_warn ("Unable to add reload watch to main loop: %s\n",
329 close_reload_pipe (DBusWatch **watch) argument
331 _dbus_loop_remove_watch (bus_context_get_loop (context), *watch); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dnetlink.h32 #include <avahi-common/watch.h>
H A Davahi-reflector.c33 #include <avahi-common/simple-watch.h>
H A Dnetlink.c45 AvahiWatch *watch; member in struct:AvahiNetlink
161 if (!(nl->watch = poll_api->watch_new(poll_api, fd, AVAHI_WATCH_IN, socket_event, nl))) {
162 avahi_log_error(__FILE__": Failed to create watch.");
184 if (nl->watch)
185 nl->poll_api->watch_free(nl->watch);
H A Dtimeeventq-test.c30 #include <avahi-common/simple-watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-connection-internal.h58 DBusWatch *watch);
60 DBusWatch *watch);
62 DBusWatch *watch,
64 dbus_bool_t _dbus_connection_handle_watch (DBusWatch *watch,
H A Ddbus-server-protected.h31 #include <dbus/dbus-watch.h>
99 DBusWatch *watch);
101 DBusWatch *watch);
103 DBusWatch *watch,
H A Ddbus-connection.h42 /* documented in dbus-watch.c */
62 DBUS_WATCH_ERROR = 1 << 2, /**< As in POLLERR (can't watch for
67 DBUS_WATCH_HANGUP = 1 << 3 /**< As in POLLHUP (can't watch for
72 /* Internal to libdbus, there is also _DBUS_WATCH_NVAL in dbus-watch.h */
86 /** Called when libdbus needs a new watch to be monitored by the main
88 * watch. Set by dbus_connection_set_watch_functions() or
91 typedef dbus_bool_t (* DBusAddWatchFunction) (DBusWatch *watch,
97 typedef void (* DBusWatchToggledFunction) (DBusWatch *watch,
99 /** Called when libdbus no longer needs a watch to be monitored by the
103 typedef void (* DBusRemoveWatchFunction) (DBusWatch *watch,
[all...]
H A Ddbus-spawn.h30 #include <dbus/dbus-watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dnetlink.h32 #include <avahi-common/watch.h>
H A Davahi-reflector.c33 #include <avahi-common/simple-watch.h>
H A Dnetlink.c45 AvahiWatch *watch; member in struct:AvahiNetlink
161 if (!(nl->watch = poll_api->watch_new(poll_api, fd, AVAHI_WATCH_IN, socket_event, nl))) {
162 avahi_log_error(__FILE__": Failed to create watch.");
184 if (nl->watch)
185 nl->poll_api->watch_free(nl->watch);
H A Dtimeeventq-test.c30 #include <avahi-common/simple-watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_avahi.h19 #include <avahi-common/thread-watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_xs.c61 /* Queued watch events. */
66 } watch; member in union:xs_stored_msg::__anon16456
100 /* Protect watch (de)register against save/restore. */
110 /* List of pending watch callback events, and a lock to protect it. */
622 /* Register callback to watch this node. */
623 int register_xenbus_watch(struct xenbus_watch *watch) argument
626 char token[sizeof(watch) * 2 + 1];
629 sprintf(token, "%lX", (long)watch);
635 list_add(&watch->list, &watches);
638 err = xs_watch(watch
653 unregister_xenbus_watch(struct xenbus_watch *watch) argument
707 struct xenbus_watch *watch; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-qt/
H A DMakefile.in58 @HAVE_QT3_TRUE@am__append_2 = qt-watch.moc3
62 @HAVE_QT4_TRUE@am__append_4 = qt-watch.moc4
99 am__libavahi_qt3_la_SOURCES_DIST = qt-watch.cpp
101 @HAVE_QT3_TRUE@ libavahi_qt3_la-qt-watch.lo
110 am__libavahi_qt4_la_SOURCES_DIST = qt-watch.cpp
112 @HAVE_QT4_TRUE@ libavahi_qt4_la-qt-watch.lo
133 am__avahiqt3include_HEADERS_DIST = qt-watch.h
135 am__avahiqt4include_HEADERS_DIST = qt-watch.h
375 @HAVE_QT3_TRUE@ qt-watch.h
378 @HAVE_QT3_TRUE@ qt-watch
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-qt/
H A DMakefile.in60 @HAVE_QT3_TRUE@am__append_2 = qt-watch.moc3
64 @HAVE_QT4_TRUE@am__append_4 = qt-watch.moc4
115 am__libavahi_qt3_la_SOURCES_DIST = qt-watch.cpp
117 @HAVE_QT3_TRUE@ libavahi_qt3_la-qt-watch.lo
126 am__libavahi_qt4_la_SOURCES_DIST = qt-watch.cpp
128 @HAVE_QT4_TRUE@ libavahi_qt4_la-qt-watch.lo
150 am__avahiqt3include_HEADERS_DIST = qt-watch.h
151 am__avahiqt4include_HEADERS_DIST = qt-watch.h
367 @HAVE_QT3_TRUE@ qt-watch.h
370 @HAVE_QT3_TRUE@ qt-watch
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A DMakefile.in59 @ENABLE_TESTS_TRUE@ timeval-test$(EXEEXT) watch-test$(EXEEXT) \
60 @ENABLE_TESTS_TRUE@ watch-test-thread$(EXEEXT) \
101 libavahi_common_la-simple-watch.lo \
102 libavahi_common_la-thread-watch.lo libavahi_common_la-rlist.lo \
152 watch_test-simple-watch.$(OBJEXT) watch_test-malloc.$(OBJEXT) \
153 watch_test-watch-test.$(OBJEXT)
160 watch_test_thread-simple-watch.$(OBJEXT) \
162 watch_test_thread-watch-test.$(OBJEXT)
164 watch_test_thread-thread-watch.$(OBJEXT)
194 am__noinst_HEADERS_DIST = dbus.h dbus-watch
[all...]
H A Dsimple-watch.h25 /** \file simple-watch.h Simple poll() based main loop implementation */
29 #include <avahi-common/watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A DMakefile.in61 @ENABLE_TESTS_TRUE@ timeval-test$(EXEEXT) watch-test$(EXEEXT) \
62 @ENABLE_TESTS_TRUE@ watch-test-thread$(EXEEXT) \
117 libavahi_common_la-simple-watch.lo \
118 libavahi_common_la-thread-watch.lo libavahi_common_la-rlist.lo \
168 watch_test-simple-watch.$(OBJEXT) watch_test-malloc.$(OBJEXT) \
169 watch_test-watch-test.$(OBJEXT)
176 watch_test_thread-simple-watch.$(OBJEXT) \
178 watch_test_thread-watch-test.$(OBJEXT)
180 watch_test_thread-thread-watch.$(OBJEXT)
210 am__noinst_HEADERS_DIST = dbus.h dbus-watch
[all...]
H A Dsimple-watch.h25 /** \file simple-watch.h Simple poll() based main loop implementation */
29 #include <avahi-common/watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dwatch.c12 #include <asm/watch.h>
15 * Install the watch registers for the current thread. A maximum of
21 &current->thread.watch.mips3264;
50 &current->thread.watch.mips3264;
67 * since we got here, the watch condition was met and
75 * Disable all watch registers. Although only four registers are
77 * looping in the watch handler.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/tests/
H A Dc-plus-plus-test.cc30 #include <avahi-common/dbus-watch-glue.h>
39 #include <avahi-common/simple-watch.h>
42 #include <avahi-common/watch.h>
79 #include <avahi-glib/glib-watch.h>

Completed in 299 milliseconds

12345678