Home | History | Annotate | Download | only in utils

Lines Matching refs:nxt

245 	int nxt = 0;
256 pollfds[nxt].fd = fd;
257 pollfds[nxt].events = POLLIN;
258 pollfds[nxt].revents = 0;
259 pollfds_map[fd] = &(pollfds[nxt]);
260 nxt++;
274 pfd = &(pollfds[nxt]);
279 nxt++;
300 pfd = &(pollfds[nxt]);
305 nxt++;
310 return nxt;