Home | History | Annotate | Download | only in tests

Lines Matching refs:rfds

145 fd_set rfds;
934 FD_ZERO(&rfds);
935 FD_SET(IpBuf_Pipe[0], &rfds);
936 FD_SET(OpBuf_Pipe[0], &rfds);
941 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
957 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
970 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1092 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1105 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1137 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1171 if( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {