Home | History | Annotate | Download | only in tests

Lines Matching refs:rfds

216 fd_set rfds;
979 FD_ZERO(&rfds);
980 FD_SET(IpBuf_Pipe[0], &rfds);
981 FD_SET(OpBuf_Pipe[0], &rfds);
986 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1005 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1062 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1180 if( FD_ISSET(IpBuf_Pipe[0], &rfds) ) {
1264 if( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {