Home | History | Annotate | Download | only in tests

Lines Matching refs:rfds

232 fd_set rfds;
1193 FD_ZERO(&rfds);
1194 FD_SET(IpBuf_Pipe[0], &rfds);
1195 FD_SET(OpBuf_Pipe[0], &rfds);
1196 FD_SET(Event_Pipe[0], &rfds);
1201 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1221 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1237 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1312 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1325 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1357 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1389 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1411 if( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {