Lines Matching defs:poll
88 # include <poll.h>
91 * This replacement poll() using select() is only designed to cover
105 poll (struct pollfd *ufds, unsigned int nfds, int timeout);
108 poll (struct pollfd *ufds, unsigned int nfds, int timeout)
2110 ret = poll (fds, 1, data_connect_timeout);
2117 DBG (DBG_ERR, "run_standalone: poll failed: %s\n",
2179 ret = poll (fds, 1, data_connect_timeout);
2186 DBG (DBG_ERR, "run_standalone: poll failed: %s\n", strerror (errno));
2508 DBG (DBG_ERR, "saned_avahi: failed to create simple poll object\n");
2521 DBG (DBG_INFO, "saned_avahi: poll loop exited\n");
3265 ret = poll (fds, nfds, 500);
3272 DBG (DBG_ERR, "run_standalone: poll failed: %s\n", strerror (errno));