Lines Matching defs:numfd
2621 int numfd;
2635 numfd = poll(fds, nfds, timeout);
2637 switch (numfd) {
2659 if (numfd <= RSM_MAX_POLLFDS) {
2665 * be < numfd, don't want to scan the list to figure that out
2669 sizeof (rsm_poll_event_t)*numfd);
2704 if ((fds[i].revents) && (++fds_processed == numfd)) {
2706 * only "numfd" events have revents field set, once we
2718 *numfdsp = numfd;
2739 numfd -= numsegs;
2744 numfd++;
2754 if (numfd > 0) {
2756 *numfdsp = numfd;