Searched refs:add_watch (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/linux/
H A Dvnode.c119 add_watch(struct filter *filt, struct knote *kn) function
273 return (add_watch(filt, kn));
292 return add_watch(filt, kn);
/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, function
116 add_watch,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dinotify.c81 add_watch(int fd, const char * path) function
195 add_watch(fd, media_path->path);
202 add_watch(fd, result[i]);
243 wd = add_watch(fd, buf);
246 DPRINTF(E_ERROR, L_INOTIFY, "add_watch() [%s]\n", strerror(errno));
459 wd = add_watch(fd, path);
462 DPRINTF(E_ERROR, L_INOTIFY, "add_watch() failed");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dinotify.c83 add_watch(int fd, const char * path) function
156 add_watch(fd, media_path->path);
163 add_watch(fd, result[i]);
247 wd = add_watch(fd, dir);
250 DPRINTF(E_ERROR, L_INOTIFY, "add_watch() [%s]\n", strerror(errno));
469 wd = add_watch(fd, path);
472 DPRINTF(E_ERROR, L_INOTIFY, "add_watch() failed\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Ddbus-watch-glue.c167 static dbus_bool_t add_watch(DBusWatch *dbus_watch, void *userdata) { function
335 if (!(dbus_connection_set_watch_functions(c, add_watch, remove_watch, watch_toggled, connection_data_ref(d), (DBusFreeFunction)connection_data_unref)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Ddbus-watch-glue.c167 static dbus_bool_t add_watch(DBusWatch *dbus_watch, void *userdata) { function
335 if (!(dbus_connection_set_watch_functions(c, add_watch, remove_watch, watch_toggled, connection_data_ref(d), (DBusFreeFunction)connection_data_unref)))

Completed in 190 milliseconds