Searched refs:watch (Results 76 - 100 of 199) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Daudit.h108 /* audit watch functions */
110 extern void audit_put_watch(struct audit_watch *watch);
111 extern void audit_get_watch(struct audit_watch *watch);
115 extern char *audit_watch_path(struct audit_watch *watch);
116 extern int audit_watch_compare(struct audit_watch *watch, unsigned long ino, dev_t dev);
H A Dauditfilter.c76 if (erule->watch)
77 audit_put_watch(erule->watch);
147 krule->watch || krule->inode_f || krule->tree ||
637 audit_watch_path(krule->watch));
689 if (strcmp(audit_watch_path(a->watch),
690 audit_watch_path(b->watch)))
745 * of the watch - that pointer is carried over. The LSM specific fields
814 if (old->watch) {
815 audit_get_watch(old->watch);
816 new->watch
866 struct audit_watch *watch = entry->rule.watch; local
945 struct audit_watch *watch = entry->rule.watch; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dupdate-test.c30 #include <avahi-common/watch.h>
31 #include <avahi-common/simple-watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dupdate-test.c30 #include <avahi-common/watch.h>
31 #include <avahi-common/simple-watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_client.c59 * xenbus_watch_path - register a watch
61 * @path: path to watch
62 * @watch: watch to register
65 * Register a @watch on the given path, using the given xenbus_watch structure
68 * @watch->node, and remains the caller's to free. On error, @watch->node will
73 struct xenbus_watch *watch,
79 watch->node = path;
80 watch
72 xenbus_watch_path(struct xenbus_device *dev, const char *path, struct xenbus_watch *watch, void (*callback)(struct xenbus_watch *, const char **, unsigned int)) argument
110 xenbus_watch_pathfmt(struct xenbus_device *dev, struct xenbus_watch *watch, void (*callback)(struct xenbus_watch *, const char **, unsigned int), const char *pathfmt, ...) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-qt/
H A DMakefile58 #am__append_2 = qt-watch.moc3
62 #am__append_4 = qt-watch.moc4
99 am__libavahi_qt3_la_SOURCES_DIST = qt-watch.cpp
101 # libavahi_qt3_la-qt-watch.lo
110 am__libavahi_qt4_la_SOURCES_DIST = qt-watch.cpp
112 # libavahi_qt4_la-qt-watch.lo
133 am__avahiqt3include_HEADERS_DIST = qt-watch.h
135 am__avahiqt4include_HEADERS_DIST = qt-watch.h
375 # qt-watch.h
378 # qt-watch
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-qt/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-server.c223 DBusWatch *watch);
226 DBusWatch *watch);
229 DBusWatch *watch,
234 DBusWatch *watch,
258 retval = (* add_function) (watches, watch);
262 (* remove_function) (watches, watch);
267 (* toggle_function) (watches, watch, enabled);
281 * Adds a watch for this server, chaining out to application-provided
282 * watch handlers.
285 * @param watch th
233 protected_change_watch(DBusServer *server, DBusWatch *watch, DBusWatchAddFunction add_function, DBusWatchRemoveFunction remove_function, DBusWatchToggleFunction toggle_function, dbus_bool_t enabled) argument
288 _dbus_server_add_watch(DBusServer *server, DBusWatch *watch) argument
304 _dbus_server_remove_watch(DBusServer *server, DBusWatch *watch) argument
324 _dbus_server_toggle_watch(DBusServer *server, DBusWatch *watch, dbus_bool_t enabled) argument
[all...]
H A Ddbus-transport-protected.h47 DBusWatch *watch,
H A Ddbus-transport-socket.c30 #include "dbus-watch.h"
150 /* If we need memory we install the write watch just in case,
162 _dbus_verbose ("check_write_watch(): needed = %d on connection %p watch %p fd = %d outgoing messages exist %d\n",
211 /* If we need memory we install the read watch just in case,
226 _dbus_verbose (" setting read watch enabled = %d\n", need_read_watch);
410 * we don't want to add a write watch in do_iteration before
874 DBusWatch *watch,
882 /* If we have a read watch enabled ...
884 if (watch != transport->read_watch &&
893 DBusWatch *watch,
873 unix_error_with_read_to_come(DBusTransport *itransport, DBusWatch *watch, unsigned int flags) argument
892 socket_handle_watch(DBusTransport *transport, DBusWatch *watch, unsigned int flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-glib/
H A Dglib-watch-test.c32 #include <avahi-common/watch.h>
36 #include "glib-watch.h"
/netgear-R7000-V1.0.7.12_1.2.5/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>
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dcpu_hotplug.c63 static void handle_vcpu_hotplug_event(struct xenbus_watch *watch, argument
H A Dmanage.c164 static void shutdown_handler(struct xenbus_watch *watch, argument
214 static void sysrq_handler(struct xenbus_watch *watch, const char **vec, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/
H A Dxenbus.h48 /* Register callback to watch this node. */
172 int register_xenbus_watch(struct xenbus_watch *watch);
173 void unregister_xenbus_watch(struct xenbus_watch *watch);
200 struct xenbus_watch *watch,
203 int xenbus_watch_pathfmt(struct xenbus_device *dev, struct xenbus_watch *watch,
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dinotify.c57 struct watch struct
59 int wd; /* watch descriptor */
61 struct watch *next;
64 static struct watch *watches;
65 static struct watch *lastwatch = NULL;
70 struct watch *w = watches;
85 struct watch *nw;
95 nw = malloc(sizeof(struct watch));
122 struct watch *w;
155 DPRINTF(E_DEBUG, L_INOTIFY, "Add watch t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dprocessor.h224 /* Saved watch register state, if available. */
225 union mips_watch_reg_state watch; member in struct:thread_struct
293 * saved watch register stuff \
295 .watch = {{{0,},},}, \

Completed in 280 milliseconds

12345678