maxfd 1968 src/dps8/dps8_mgp.c int maxfd, numfds, i, sval, cnt, rval = -1; maxfd 1972 src/dps8/dps8_mgp.c maxfd = 0; maxfd 1979 src/dps8/dps8_mgp.c maxfd = status_conns[0]; maxfd 1990 src/dps8/dps8_mgp.c if (mgp_dev_state.conns[i].skt > maxfd) maxfd 1992 src/dps8/dps8_mgp.c maxfd = mgp_dev_state.conns[i].skt; maxfd 1997 src/dps8/dps8_mgp.c if (maxfd > 0) maxfd 2006 src/dps8/dps8_mgp.c sval = select(maxfd + 1, &rfd, NULL, NULL, &timeout); maxfd 2029 src/dps8/dps8_mgp.c __func__, maxfd, numfds, xstrerror_l(errno), errno);