maxfd            1969 src/dps8/dps8_mgp.c   int maxfd, numfds, i, sval, cnt, rval = -1;
maxfd            1973 src/dps8/dps8_mgp.c   maxfd   = 0;
maxfd            1980 src/dps8/dps8_mgp.c       maxfd = status_conns[0];
maxfd            1991 src/dps8/dps8_mgp.c           if (mgp_dev_state.conns[i].skt > maxfd)
maxfd            1993 src/dps8/dps8_mgp.c               maxfd = mgp_dev_state.conns[i].skt;
maxfd            1998 src/dps8/dps8_mgp.c   if (maxfd > 0)
maxfd            2007 src/dps8/dps8_mgp.c           sval             = select(maxfd + 1, &rfd, NULL, NULL, &timeout);
maxfd            2030 src/dps8/dps8_mgp.c                        __func__, maxfd, numfds, xstrerror_l(errno), errno);