Searched refs:watch (Results 1 - 25 of 84) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface-pfroute.h24 #include <avahi-common/watch.h>
29 AvahiWatch *watch; member in struct:AvahiPfRoute
H A Dtimeeventq.h30 #include <avahi-common/watch.h>
H A Dnetlink.h32 #include <avahi-common/watch.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-qt/
H A DMakefile.am30 qt-watch.h
35 BUILT_SOURCES += qt-watch.moc3
38 qt-watch.cpp
40 qt-watch.moc3: qt-watch.cpp
52 qt-watch.h
57 BUILT_SOURCES += qt-watch.moc4
60 qt-watch.cpp
62 qt-watch.moc4: qt-watch
[all...]
H A Dqt-watch.h25 /** \file qt-watch.h Qt main loop adapter */
27 #include <avahi-common/watch.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-glib/
H A DMakefile.am30 glib-watch.h \
38 glib-watch-test
42 glib-watch.c glib-watch.h \
50 glib-watch.c glib-watch.h \
51 glib-watch-test.c
H A Dglib-watch.h25 /** \file glib-watch.h GLib main loop adapter */
33 #include <avahi-common/watch.h>
H A DMakefile.in59 @ENABLE_TESTS_TRUE@@HAVE_GLIB_TRUE@ glib-watch-test$(EXEEXT)
108 am__libavahi_glib_la_SOURCES_DIST = glib-watch.c glib-watch.h \
111 @HAVE_GLIB_TRUE@ libavahi_glib_la-glib-watch.lo \
119 am__glib_watch_test_SOURCES_DIST = glib-watch.c glib-watch.h \
120 glib-watch-test.c
122 @HAVE_GLIB_TRUE@ glib_watch_test-glib-watch.$(OBJEXT) \
123 @HAVE_GLIB_TRUE@ glib_watch_test-glib-watch-test.$(OBJEXT)
147 am__avahiglibinclude_HEADERS_DIST = glib-watch
[all...]
H A DMakefile59 ## glib-watch-test$(EXEEXT)
108 am__libavahi_glib_la_SOURCES_DIST = glib-watch.c glib-watch.h \
111 # libavahi_glib_la-glib-watch.lo \
119 am__glib_watch_test_SOURCES_DIST = glib-watch.c glib-watch.h \
120 glib-watch-test.c
122 # glib_watch_test-glib-watch.$(OBJEXT) \
123 # glib_watch_test-glib-watch-test.$(OBJEXT)
147 am__avahiglibinclude_HEADERS_DIST = glib-watch
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dinotify.c68 * inode: Pinned so long as the inode is associated with a watch, from
78 struct idr idr; /* idr mapping wd -> watch */
101 * @watch: watch to grab
103 void get_inotify_watch(struct inotify_watch *watch) argument
105 atomic_inc(&watch->count);
110 * put_inotify_watch - decrements the ref count on a given watch. cleans up
111 * watch references if the count reaches zero. inotify_watch is freed by
113 * @watch: watch t
115 put_inotify_watch(struct inotify_watch *watch) argument
132 inotify_handle_get_wd(struct inotify_handle *ih, struct inotify_watch *watch) argument
200 struct inotify_watch *watch; local
215 remove_watch_no_event(struct inotify_watch *watch, struct inotify_handle *ih) argument
236 inotify_remove_watch_locked(struct inotify_handle *ih, struct inotify_watch *watch) argument
289 struct inotify_watch *watch, *next; local
364 struct inotify_watch *watch, *next_w; local
437 struct inotify_watch *watch, *next; local
480 inotify_init_watch(struct inotify_watch *watch) argument
502 struct inotify_watch *watch; local
626 inotify_add_watch(struct inotify_handle *ih, struct inotify_watch *watch, struct inode *inode, u32 mask) argument
678 struct inotify_watch *watch; local
713 inotify_rm_watch(struct inotify_handle *ih, struct inotify_watch *watch) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dsimple-protocol.h25 #include <avahi-common/watch.h>
H A Dmain.h26 #include <avahi-common/simple-watch.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Dsigint.h25 #include <avahi-common/simple-watch.h>
H A Dstdb.h25 #include <avahi-common/simple-watch.h>
H A Dsigint.c40 static AvahiWatch *watch = NULL; variable
118 watch = p->watch_new(p, pipe_fds[0], AVAHI_WATCH_IN, watch_callback, NULL);
119 assert(watch);
135 if (watch) {
141 p->watch_free(watch);
142 watch = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A DMakefile.am35 watch.h \
37 simple-watch.h \
38 thread-watch.h \
50 watch-test \
51 watch-test-thread \
66 simple-watch.c simple-watch.h \
67 thread-watch.c thread-watch.h \
68 watch
[all...]
H A Ddbus-watch-glue.h27 #include <avahi-common/watch.h>
H A Dthread-watch.h25 /** \file thread-watch.h Threaded poll() based main loop implementation */
29 #include <avahi-common/watch.h>
H A DMakefile61 # timeval-test$(EXEEXT) watch-test$(EXEEXT) \
62 # 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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Darbiter.c127 /* Global watch for writes to kernel text segment. */
253 struct crisv32_watch_entry* watch; local
256 watch = &watches[0];
259 watch = &watches[1];
262 watch = &watches[2];
265 watch = &watches[3];
272 r_clients = REG_RD(marb_bp, watch->instance, r_brk_clients);
273 r_addr = REG_RD(marb_bp, watch->instance, r_brk_addr);
274 r_op = REG_RD(marb_bp, watch->instance, r_brk_op);
275 r_first = REG_RD(marb_bp, watch
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A DMakefile.am54 ../avahi-common/dbus-watch-glue.c ../avahi-common/dbus-watch-glue.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dauditfilter.c56 * audit_krule holds a reference to its associated watch.
62 struct inotify_watch wdata; /* inotify watch data */
107 static inline void audit_get_watch(struct audit_watch *watch) argument
109 atomic_inc(&watch->count);
112 static void audit_put_watch(struct audit_watch *watch) argument
114 if (atomic_dec_and_test(&watch->count)) {
115 WARN_ON(watch->parent);
116 WARN_ON(!list_empty(&watch->rules));
117 kfree(watch->path);
118 kfree(watch);
122 audit_remove_watch(struct audit_watch *watch) argument
183 struct audit_watch *watch; local
261 struct audit_watch *watch; local
869 audit_dupe_rule(struct audit_krule *old, struct audit_watch *watch) argument
1133 struct audit_watch *w, *watch = krule->watch; local
1165 struct audit_watch *watch = krule->watch; local
1212 struct audit_watch *watch = entry->rule.watch; local
1291 struct audit_watch *watch, *tmp_watch = entry->rule.watch; local
1732 struct audit_watch *watch; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinotify.h19 __s32 wd; /* watch descriptor */
20 __u32 mask; /* watch mask */
26 /* the following are legal, implemented events that user-space can watch for */
40 /* the following are legal events. they are sent as needed to any watch */
50 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */
52 #define IN_MASK_ADD 0x20000000 /* add to the mask of an already existing watch */
72 * struct inotify_watch - represents a watch request on a specific inode
76 * ih, inode, and wd are never written to once the watch is created.
88 __s32 wd; /* watch descriptor */
89 __u32 mask; /* event mask for this watch */
172 inotify_init_watch(struct inotify_watch *watch) argument
192 inotify_add_watch(struct inotify_handle *ih, struct inotify_watch *watch, struct inode *inode, __u32 mask) argument
199 inotify_rm_watch(struct inotify_handle *ih, struct inotify_watch *watch) argument
210 inotify_remove_watch_locked(struct inotify_handle *ih, struct inotify_watch *watch) argument
215 get_inotify_watch(struct inotify_watch *watch) argument
219 put_inotify_watch(struct inotify_watch *watch) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_avahi.h19 #include <avahi-common/thread-watch.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_avahi.h19 #include <avahi-common/thread-watch.h>

Completed in 208 milliseconds

1234