Searched defs:numfd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/librsm/common/
H A Drsmlib.c2621 int numfd; local
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
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c739 int numfd; local
744 numfd = fdbuf->fd_numfd;
745 ASSERT(rightslen == numfd * (int)sizeof (int));
753 for (i = 0; i < numfd; i++) {
802 int numfd, i; local
810 numfd = rightslen / (int)sizeof (int);
812 fdbufsize = (int)FDBUF_HDRSIZE + (numfd * (int)sizeof (struct file *));
819 for (i = 0; i < numfd; i++) {
853 int numfd; local
855 numfd
919 int numfd = fdbuflen / (int)sizeof (int); local
[all...]

Completed in 51 milliseconds