Home | History | Annotate | Download | only in modetest

Lines Matching defs:fds

1268 		fd_set fds;
1270 FD_ZERO(&fds);
1271 FD_SET(0, &fds);
1272 FD_SET(dev->fd, &fds);
1273 ret = select(dev->fd + 1, &fds, NULL, NULL, &timeout);
1279 } else if (FD_ISSET(0, &fds)) {