Searched defs:hPipeRead (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDrvVDE.cpp72 RTPIPE hPipeRead; member in struct:DRVVDE
323 aFDs[1].fd = RTPipeToNative(pThis->hPipeRead);
405 RTPipeRead(pThis->hPipeRead, &ch, 1, &cbRead);
488 if (pThis->hPipeRead != NIL_RTPIPE)
490 RTPipeClose(pThis->hPipeRead);
491 pThis->hPipeRead = NIL_RTPIPE;
538 pThis->hPipeRead = NIL_RTPIPE;
611 rc = RTPipeCreate(&pThis->hPipeRead, &pThis->hPipeWrite, 0 /*fFlags*/);
H A DDrvTAP.cpp102 RTPIPE hPipeRead; member in struct:DRVTAP
350 aFDs[1].fd = RTPipeToNative(pThis->hPipeRead);
434 RTPipeRead(pThis->hPipeRead, &ch, 1, &cbRead);
780 if (pThis->hPipeRead != NIL_RTPIPE)
782 rc = RTPipeClose(pThis->hPipeRead); AssertRC(rc);
783 pThis->hPipeRead = NIL_RTPIPE;
853 pThis->hPipeRead = NIL_RTPIPE;
986 rc = RTPipeCreate(&pThis->hPipeRead, &pThis->hPipeWrite, 0 /*fFlags*/);
H A DDrvNAT.cpp177 RTPIPE hPipeRead; member in struct:DRVNAT
788 polls[0].fd = RTPipeToNative(pThis->hPipeRead);
828 RTPipeRead(pThis->hPipeRead, &ch, 1, &cbRead);
1614 rc = RTPipeCreate(&pThis->hPipeRead, &pThis->hPipeWrite, 0 /*fFlags*/);

Completed in 50 milliseconds