Home | History | Annotate | Download | only in tests

Lines Matching refs:rfds

268 fd_set rfds;
1303 FD_ZERO(&rfds);
1304 FD_SET(IpBuf_Pipe[0], &rfds);
1305 FD_SET(OpBuf_Pipe[0], &rfds);
1306 FD_SET(Event_Pipe[0], &rfds);
1310 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1337 if(FD_ISSET(IpBuf_Pipe[0], &rfds)){
1464 if( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {
1478 if( FD_ISSET(Event_Pipe[0], &rfds) ) {