Searched defs:watch (Results 1 - 25 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Diface-pfroute.h29 AvahiWatch *watch; member in struct:AvahiPfRoute
H A Dnetlink.c45 AvahiWatch *watch; member in struct:AvahiNetlink
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface-pfroute.h29 AvahiWatch *watch; member in struct:AvahiPfRoute
H A Dnetlink.c45 AvahiWatch *watch; member in struct:AvahiNetlink
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A Dsigint.c40 static AvahiWatch *watch = NULL; variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Dsigint.c40 static AvahiWatch *watch = NULL; variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddir-watch-kqueue.c49 static DBusWatch *watch = NULL; variable
53 _handle_kqueue_watch (DBusWatch *watch, unsigned int flags, void *data) argument
[all...]
H A Ddir-watch-inotify.c49 static DBusWatch *watch = NULL; variable
[all...]
H A Dtest.c40 add_client_watch (DBusWatch *watch, argument
47 remove_client_watch (DBusWatch *watch, argument
54 toggle_client_watch (DBusWatch *watch, argument
H A Dmain.c218 handle_reload_watch (DBusWatch *watch, argument
293 DBusWatch *watch; local
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/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/ap/gpl/iserver/dbus-1.6.8/test/
H A Dtest-utils.c12 add_watch (DBusWatch *watch, argument
21 remove_watch (DBusWatch *watch, argument
30 toggle_watch (DBusWatch *watch, argument
211 add_server_watch (DBusWatch *watch, argument
220 toggle_server_watch (DBusWatch *watch, argument
229 remove_server_watch(DBusWatch *watch, void *data) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_notify_fam.c214 struct fam_watch_context *watch; local
[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
386 static void client_work(AvahiWatch *watch, AVAHI_GCC_UNUSED int fd, AvahiWatchEvent events, void *userdata) { argument
434 static void server_work(AVAHI_GCC_UNUSED AvahiWatch *watch, int fd, AvahiWatchEvent events, void *userdata) { argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-server-socket.c55 DBusWatch **watch; /**< File descriptor watch. */ member in struct:DBusServerSocket
158 socket_handle_watch (DBusWatch *watch, argument
305 DBusWatch *watch; local
[all...]
H A Ddbus-watch.c57 _dbus_watch_get_enabled (DBusWatch *watch) argument
63 _dbus_watch_get_oom_last_time (DBusWatch *watch) argument
69 _dbus_watch_set_oom_last_time (DBusWatch *watch, argument
95 DBusWatch *watch; local
124 _dbus_watch_ref(DBusWatch *watch) argument
138 _dbus_watch_unref(DBusWatch *watch) argument
169 _dbus_watch_invalidate(DBusWatch *watch) argument
185 _dbus_watch_sanitize_condition(DBusWatch *watch, unsigned int *condition) argument
375 _dbus_watch_list_add_watch(DBusWatchList *watch_list, DBusWatch *watch) argument
408 _dbus_watch_list_remove_watch(DBusWatchList *watch_list, DBusWatch *watch) argument
435 _dbus_watch_list_toggle_watch(DBusWatchList *watch_list, DBusWatch *watch, dbus_bool_t enabled) argument
469 _dbus_watch_set_handler(DBusWatch *watch, DBusWatchHandler handler, void *data, DBusFreeFunction free_data_function) argument
514 dbus_watch_get_fd(DBusWatch *watch) argument
535 dbus_watch_get_unix_fd(DBusWatch *watch) argument
564 dbus_watch_get_socket(DBusWatch *watch) argument
585 dbus_watch_get_flags(DBusWatch *watch) argument
601 dbus_watch_get_data(DBusWatch *watch) argument
620 dbus_watch_set_data(DBusWatch *watch, void *data, DBusFreeFunction free_data_function) argument
645 dbus_watch_get_enabled(DBusWatch *watch) argument
676 dbus_watch_handle(DBusWatch *watch, unsigned int flags) argument
[all...]
H A Ddbus-mainloop.c109 DBusWatch *watch; local
291 _dbus_loop_add_watch(DBusLoop *loop, DBusWatch *watch) argument
335 _dbus_loop_toggle_watch(DBusLoop *loop, DBusWatch *watch) argument
342 _dbus_loop_remove_watch(DBusLoop *loop, DBusWatch *watch) argument
707 DBusWatch *watch = link->data; local
834 DBusWatch *watch = link->data; local
[all...]
H A Ddbus-server.c233 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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dinotify.c55 struct watch struct
[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
386 static void client_work(AvahiWatch *watch, AVAHI_GCC_UNUSED int fd, AvahiWatchEvent events, void *userdata) { argument
434 static void server_work(AVAHI_GCC_UNUSED AvahiWatch *watch, int fd, AvahiWatchEvent events, void *userdata) { argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_client.c72 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/components/opensource/linux/linux-2.6.36/drivers/xen/xenfs/
H A Dxenbus.c213 struct xenbus_watch watch; member in struct:watch_adapter
218 static void free_watch_adapter(struct watch_adapter *watch) argument
228 struct watch_adapter *watch; local
251 watch_fired(struct xenbus_watch *watch, const char **vec, unsigned int len) argument
353 struct watch_adapter *watch, *tmp_watch; local
557 struct watch_adapter *watch, *tmp_watch; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-a3/
H A Darbiter.c537 struct crisv32_watch_entry *watch; local
593 struct crisv32_watch_entry *watch; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-fs/
H A Darbiter.c362 struct crisv32_watch_entry *watch; local
[all...]

Completed in 220 milliseconds

12