maxfd            1973 src/dps8/dps8_mgp.c   int maxfd, numfds, i, sval, cnt, rval = -1;
maxfd            1977 src/dps8/dps8_mgp.c   maxfd   = 0;
maxfd            1984 src/dps8/dps8_mgp.c       maxfd = status_conns[0];
maxfd            1995 src/dps8/dps8_mgp.c           if (mgp_dev_state.conns[i].skt > maxfd)
maxfd            1997 src/dps8/dps8_mgp.c               maxfd = mgp_dev_state.conns[i].skt;
maxfd            2002 src/dps8/dps8_mgp.c   if (maxfd > 0)
maxfd            2011 src/dps8/dps8_mgp.c           sval             = select(maxfd + 1, &rfd, NULL, NULL, &timeout);
maxfd            2034 src/dps8/dps8_mgp.c                        __func__, maxfd, numfds, xstrerror_l(errno), errno);