Home | History | Annotate | Download | only in utils

Lines Matching defs:nxt

348 	int nxt = 0;
359 pollfds[nxt].fd = fd;
360 pollfds[nxt].events = POLLIN;
361 pollfds[nxt].revents = 0;
362 pollfds_map[fd] = &(pollfds[nxt]);
363 nxt++;
377 pfd = &(pollfds[nxt]);
382 nxt++;
403 pfd = &(pollfds[nxt]);
408 nxt++;
413 return nxt;