HomeSort by relevance Sort by last modified time
    Searched refs:num_fds (Results 1 - 6 of 6) sorted by null

  /nfsv41/nfs41-gate/usr/src/cmd/fs.d/nfs/lib/
nfs_tbind.h 46 extern size_t num_fds;
nfs_tbind.c 716 while ((int)num_fds > 0) {
717 nfds = poll(poll_array, num_fds, INFTIM);
751 for (i = 0; i < num_fds && nfds > 0; i++) {
805 if (num_fds == poll_array_size) {
835 num_fds * sizeof (struct pollfd));
837 num_fds * sizeof (struct conn_entry));
847 poll_array[num_fds].fd = fd;
848 poll_array[num_fds].events = POLLIN|POLLRDNORM|POLLRDBAND|POLLPRI;
853 conn_polled[num_fds].nc = *nconf;
854 conn_polled[num_fds].closing = 0
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/dserv/dservd/
tbind_sup.c 48 size_t num_fds = 0; /* used by multiple routines */ variable
205 if (num_fds == 0) {
211 end_listen_fds = num_fds;
  /nfsv41/nfs41-gate/usr/src/cmd/avs/rdc/
sndrd.c 105 static size_t num_fds = 0; /* number of transport fds opened */ variable
666 end_listen_fds = num_fds;
728 while ((int)num_fds > 0) {
729 nfds = poll(poll_array, num_fds, INFTIM);
763 for (i = 0; i < num_fds && nfds > 0; i++) {
817 if (num_fds == poll_array_size) {
845 * num_fds is guaranteed to be less than
850 num_fds * sizeof (struct pollfd));
852 num_fds * sizeof (struct conn_entry));
862 poll_array[num_fds].fd = fd
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/fs.d/nfs/nfs4cbd/
nfs4cbd.c 89 size_t num_fds = 0; /* used by multiple routines */ variable
210 if (num_fds == 0) {
216 end_listen_fds = num_fds;
  /nfsv41/nfs41-gate/usr/src/cmd/fs.d/nfs/nfsd/
nfsd.c 121 size_t num_fds = 0; /* used by multiple routines */ variable
477 if (num_fds == 0) {
483 end_listen_fds = num_fds;
    [all...]

Completed in 480 milliseconds