Searched refs:watch (Results 126 - 150 of 199) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A Davahi-set-host-name.c35 #include <avahi-common/simple-watch.h>
H A Davahi-resolve.c36 #include <avahi-common/simple-watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/examples/
H A Dclient-browse-services.c34 #include <avahi-common/simple-watch.h>
H A Dclient-publish-service.c35 #include <avahi-common/simple-watch.h>
H A Dcore-browse-services.c44 #include <avahi-common/simple-watch.h>
H A Dcore-publish-service.c33 #include <avahi-common/simple-watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dlookup.h31 #include <avahi-common/watch.h>
H A DMakefile119 ../avahi-common/dbus.h ../avahi-common/dbus-watch-glue.c \
120 ../avahi-common/dbus-watch-glue.h
129 # libavahi_client_la-dbus-watch-glue.lo
431 # ../avahi-common/dbus-watch-glue.c ../avahi-common/dbus-watch-glue.h
554 include ./$(DEPDIR)/libavahi_client_la-dbus-watch-glue.Plo
634 libavahi_client_la-dbus-watch-glue.lo: ../avahi-common/dbus-watch-glue.c
635 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -MT libavahi_client_la-dbus-watch-glue.lo -MD -MP -MF $(DEPDIR)/libavahi_client_la-dbus-watch
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dconformance-test.c38 #include <avahi-common/simple-watch.h>
H A Dinternal.h29 #include <avahi-common/watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-set-host-name.c35 #include <avahi-common/simple-watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/examples/
H A Dclient-browse-services.c34 #include <avahi-common/simple-watch.h>
H A Dclient-publish-service.c35 #include <avahi-common/simple-watch.h>
H A Dcore-browse-services.c44 #include <avahi-common/simple-watch.h>
H A Dcore-publish-service.c33 #include <avahi-common/simple-watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Android/
H A DAndroid.mk29 # executable that's already buildable and watch what flags Android uses to link
30 # it (dhcpcd is a good choice to watch). You'll also want to add -L options to
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dgenex.S479 * For watch, interrupts will be enabled after the watch
482 BUILD_HANDLER watch watch cli silent /* #23 */
484 BUILD_HANDLER watch watch sti verbose /* #23 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Dmain.c61 #include <avahi-common/simple-watch.h>
876 static void inotify_callback(AvahiWatch *watch, int fd, AVAHI_GCC_UNUSED AvahiWatchEvent event, AVAHI_GCC_UNUSED void *userdata) { argument
881 assert(watch);
903 static void kqueue_callback(AvahiWatch *watch, int fd, AVAHI_GCC_UNUSED AvahiWatchEvent event, AVAHI_GCC_UNUSED void *userdata) { argument
909 assert(watch);
926 static void signal_callback(AvahiWatch *watch, AVAHI_GCC_UNUSED int fd, AVAHI_GCC_UNUSED AvahiWatchEvent event, AVAHI_GCC_UNUSED void *userdata) { argument
930 assert(watch);
937 poll_api->watch_free(watch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dmain.c61 #include <avahi-common/simple-watch.h>
876 static void inotify_callback(AvahiWatch *watch, int fd, AVAHI_GCC_UNUSED AvahiWatchEvent event, AVAHI_GCC_UNUSED void *userdata) { argument
881 assert(watch);
903 static void kqueue_callback(AvahiWatch *watch, int fd, AVAHI_GCC_UNUSED AvahiWatchEvent event, AVAHI_GCC_UNUSED void *userdata) { argument
909 assert(watch);
926 static void signal_callback(AvahiWatch *watch, AVAHI_GCC_UNUSED int fd, AVAHI_GCC_UNUSED AvahiWatchEvent event, AVAHI_GCC_UNUSED void *userdata) { argument
930 assert(watch);
937 poll_api->watch_free(watch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dbus.c37 #include "dir-watch.h"
106 add_server_watch (DBusWatch *watch, argument
114 return _dbus_loop_add_watch (context->loop, watch);
118 remove_server_watch (DBusWatch *watch, argument
126 _dbus_loop_remove_watch (context->loop, watch);
130 toggle_server_watch (DBusWatch *watch, argument
138 _dbus_loop_toggle_watch (context->loop, watch);
1004 _dbus_assert_not_reached ("setting watch functions to NULL failed");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-transport.c29 #include "dbus-watch.h"
75 /* disable or re-enable the read watch for the transport if
855 * Handles a watch by reading data, writing data, or disconnecting
859 * @param watch the watch.
861 * @returns #FALSE if not enough memory to fully handle the watch
865 DBusWatch *watch,
875 if (dbus_watch_get_socket (watch) < 0)
877 _dbus_warn_check_failed ("Tried to handle an invalidated watch; this watch shoul
864 _dbus_transport_handle_watch(DBusTransport *transport, DBusWatch *watch, unsigned int condition) argument
[all...]
H A Ddbus-connection.c30 #include "dbus-watch.h"
134 * all the details of dispatch and watch/timeout monitoring.
161 * handle the details here for you by setting up watch functions.
678 DBusWatch *watch);
681 DBusWatch *watch);
684 DBusWatch *watch,
689 DBusWatch *watch,
707 * watch function or they will deadlock.
720 retval = (* add_function) (connection->watches, watch);
724 (* remove_function) (connection->watches, watch);
688 protected_change_watch(DBusConnection *connection, DBusWatch *watch, DBusWatchAddFunction add_function, DBusWatchRemoveFunction remove_function, DBusWatchToggleFunction toggle_function, dbus_bool_t enabled) argument
750 _dbus_connection_add_watch_unlocked(DBusConnection *connection, DBusWatch *watch) argument
768 _dbus_connection_remove_watch_unlocked(DBusConnection *connection, DBusWatch *watch) argument
788 _dbus_connection_toggle_watch_unlocked(DBusConnection *connection, DBusWatch *watch, dbus_bool_t enabled) argument
1493 _dbus_connection_handle_watch(DBusWatch *watch, unsigned int condition, void *data) argument
[all...]
H A Ddbus-socket-set-poll.c31 #include <dbus/dbus-watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A DMakefile.in74 am_transmission_daemon_OBJECTS = daemon.$(OBJEXT) watch.$(OBJEXT)
373 watch.h
375 transmission_daemon_SOURCES = daemon.c watch.c
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A Dga-client.c33 #include <avahi-glib/glib-watch.h>

Completed in 220 milliseconds

12345678