maxfd            1967 src/dps8/dps8_mgp.c   int maxfd, numfds, i, sval, cnt, rval = -1;
maxfd            1971 src/dps8/dps8_mgp.c   maxfd   = 0;
maxfd            1978 src/dps8/dps8_mgp.c       maxfd = status_conns[0];
maxfd            1989 src/dps8/dps8_mgp.c           if (mgp_dev_state.conns[i].skt > maxfd)
maxfd            1991 src/dps8/dps8_mgp.c               maxfd = mgp_dev_state.conns[i].skt;
maxfd            1996 src/dps8/dps8_mgp.c   if (maxfd > 0)
maxfd            2005 src/dps8/dps8_mgp.c           sval             = select(maxfd + 1, &rfd, NULL, NULL, &timeout);
maxfd            2028 src/dps8/dps8_mgp.c                        __func__, maxfd, numfds, strerror(errno), errno);