Home | History | Annotate | Download | only in tests

Lines Matching refs:OpBuf_Pipe

330 int OpBuf_Pipe[2];
468 write(OpBuf_Pipe[1], &pBuffer, sizeof(pBuffer));
674 retval = pipe(OpBuf_Pipe);
689 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
1322 FD_SET(OpBuf_Pipe[0], &rfds);
1430 if ( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {
1432 read(OpBuf_Pipe[0], &pBuf, sizeof(pBuf));
1757 eError = close (OpBuf_Pipe[0]);
1761 APP_DPRINT("%d :: Error while closing OpBuf_Pipe[0]\n", __LINE__);
1765 eError = close (OpBuf_Pipe[1]);
1769 APP_DPRINT("%d :: Error while closing OpBuf_Pipe[1]\n", __LINE__);