Searched refs:watch (Results 26 - 50 of 85) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/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...]
H A DMakefile60 #am__append_2 = qt-watch.moc3
64 #am__append_4 = qt-watch.moc4
115 am__libavahi_qt3_la_SOURCES_DIST = qt-watch.cpp
117 # libavahi_qt3_la-qt-watch.lo
126 am__libavahi_qt4_la_SOURCES_DIST = qt-watch.cpp
128 # libavahi_qt4_la-qt-watch.lo
150 am__avahiqt3include_HEADERS_DIST = qt-watch.h
151 am__avahiqt4include_HEADERS_DIST = qt-watch.h
367 # qt-watch.h
370 # qt-watch
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
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>
H A Dupdate-test.c30 #include <avahi-common/watch.h>
31 #include <avahi-common/simple-watch.h>
H A Dcore.h33 #include <avahi-common/watch.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/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>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/lib-32/
H A DMakefile5 lib-y += watch.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/lib-64/
H A DMakefile5 lib-y += watch.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dinotify_user.c50 * inotify_dev->up_mutex (ensures we don't re-add the same watch)
51 * inode->inotify_mutex (protects inode's watch list)
52 * inotify_handle->mutex (protects inotify_handle's watch list)
76 struct mutex up_mutex; /* synchronizes watch updates */
87 * struct inotify_kernel_event - An inotify event, originating from a watch and
106 struct inotify_watch wdata; /* inotify watch data */
165 * free_inotify_user_watch - cleans up the watch and its references
169 struct inotify_user_watch *watch; local
172 watch = container_of(w, struct inotify_user_watch, wdata);
173 dev = watch
259 struct inotify_user_watch *watch; local
366 struct inotify_user_watch *watch; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dsimple-protocol.c80 AvahiWatch *watch; member in struct:Client
97 AvahiWatch *watch; member in struct:Server
106 static void client_work(AvahiWatch *watch, int fd, AvahiWatchEvent events, void *userdata);
123 c->server->poll_api->watch_free(c->watch);
146 c->watch = s->poll_api->watch_new(s->poll_api, fd, AVAHI_WATCH_IN, client_work, c);
167 server->poll_api->watch_update(c->watch, AVAHI_WATCH_OUT);
386 static void client_work(AvahiWatch *watch, AVAHI_GCC_UNUSED int fd, AvahiWatchEvent events, void *userdata) { argument
429 watch,
434 static void server_work(AVAHI_GCC_UNUSED AvahiWatch *watch, int fd, AvahiWatchEvent events, void *userdata) { argument
461 server->watch
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dclient.h31 #include <avahi-common/watch.h>
H A Dsrv-test.c32 #include <avahi-common/simple-watch.h>
H A Dpublish.h31 #include <avahi-common/watch.h>
H A Drr-test.c32 #include <avahi-common/simple-watch.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-glib/
H A Dglib-watch-test.c32 #include <avahi-common/watch.h>
36 #include "glib-watch.h"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dinotify.c55 struct watch struct
57 int wd; /* watch descriptor */
59 struct watch *next;
62 static struct watch *watches;
63 static struct watch *lastwatch = NULL;
68 struct watch *w = watches;
83 struct watch *nw;
93 nw = malloc(sizeof(struct watch));
120 struct watch *w;
201 DPRINTF(E_DEBUG, L_INOTIFY, "Add watch t
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dinotify.c55 struct watch struct
57 int wd; /* watch descriptor */
59 struct watch *next;
62 static struct watch *watches;
63 static struct watch *lastwatch = NULL;
68 struct watch *w = watches;
83 struct watch *nw;
93 nw = malloc(sizeof(struct watch));
120 struct watch *w;
153 DPRINTF(E_DEBUG, L_INOTIFY, "Add watch t
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dinotify.c55 struct watch struct
57 int wd; /* watch descriptor */
59 struct watch *next;
62 static struct watch *watches;
63 static struct watch *lastwatch = NULL;
68 struct watch *w = watches;
83 struct watch *nw;
93 nw = malloc(sizeof(struct watch));
120 struct watch *w;
201 DPRINTF(E_DEBUG, L_INOTIFY, "Add watch t
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/examples/
H A Dglib-integration.c31 #include <avahi-glib/glib-watch.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Daudit.h88 struct audit_watch *watch; /* associated watch */ member in struct:audit_krule
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/
H A DMakefile.am88 $(srcdir)/avahi-common/watch.h \
89 $(srcdir)/avahi-common/simple-watch.h \
90 $(srcdir)/avahi-common/thread-watch.h
97 $(srcdir)/avahi-qt/qt-watch.h
101 $(srcdir)/avahi-qt/qt-watch.h
107 $(srcdir)/avahi-glib/glib-watch.h \

Completed in 96 milliseconds

1234