Home | History | Annotate | Download | only in tests

Lines Matching refs:OpBuf_Pipe

279 int OpBuf_Pipe[2] = {0};
424 write(OpBuf_Pipe[1], &pBuffer, sizeof(pBuffer));
622 retval = pipe(OpBuf_Pipe);
634 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
1107 FD_SET(OpBuf_Pipe[0], &rfds);
1238 if( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {
1240 read(OpBuf_Pipe[0], &pBuf, sizeof(pBuf));
1547 eError = close (OpBuf_Pipe[0]);
1550 APP_DPRINT("%d :: Error while closing OpBuf_Pipe[0]\n",__LINE__);
1553 eError = close (OpBuf_Pipe[1]);
1556 APP_DPRINT("%d :: Error while closing OpBuf_Pipe[1]\n",__LINE__);