Home | History | Annotate | Download | only in tests

Lines Matching refs:rfds

587     fd_set rfds;
1501 FD_ZERO(&rfds);
1502 FD_SET(IpBuf_Pipe[0], &rfds);
1503 FD_SET(OpBuf_Pipe[0], &rfds);
1504 FD_SET(Event_Pipe[0], &rfds);
1509 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1532 if(FD_ISSET(IpBuf_Pipe[0], &rfds))
1593 if( FD_ISSET(IpBuf_Pipe[0], &rfds) )
1677 if(FD_ISSET(IpBuf_Pipe[0], &rfds))
1854 else if(FD_ISSET(IpBuf_Pipe[0], &rfds))
1995 if(FD_ISSET(OpBuf_Pipe[0], &rfds))
2016 if( FD_ISSET(Event_Pipe[0], &rfds) ) {