Home | History | Annotate | Download | only in tests

Lines Matching refs:rfds

173 fd_set rfds;
1164 FD_ZERO(&rfds);
1165 FD_SET(IpBuf_Pipe[0], &rfds);
1166 FD_SET(OpBuf_Pipe[0], &rfds);
1170 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1187 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1208 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1236 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1250 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1326 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1339 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1357 if( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {