Home | History | Annotate | Download | only in tests

Lines Matching refs:rfds

333 fd_set rfds;
1320 FD_ZERO(&rfds);
1321 FD_SET(IpBuf_Pipe[0], &rfds);
1322 FD_SET(OpBuf_Pipe[0], &rfds);
1323 FD_SET(Event_Pipe[0], &rfds);
1328 retval = select(fdmax + 1, &rfds, NULL, NULL, &tv);
1357 if (FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1430 if ( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {
1466 if ( FD_ISSET(Event_Pipe[0], &rfds) ) {