Lines Matching defs:pollfds
228 static struct pollfd pollfds[MAX_POLLFDS];1374 if (poll(pollfds, n_pollfds, t) < 0 && errno != EINTR)1387 if (pollfds[n].fd == fd)1390 pollfds[n_pollfds].fd = fd;1391 pollfds[n_pollfds].events = POLLIN | POLLPRI | POLLHUP;1406 if (pollfds[n].fd == fd) {1408 pollfds[n-1] = pollfds[n];