Searched refs:hWakeupPipeW (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Parallel/ |
H A D | DrvHostParallel.cpp | 104 RTPIPE hWakeupPipeW; member in struct:DRVHOSTPARALLEL 851 return RTPipeWrite(pThis->hWakeupPipeW, "", 1, &cbIgnored); 875 if (pThis->hWakeupPipeW != NIL_RTPIPE) 877 rc = RTPipeClose(pThis->hWakeupPipeW); AssertRC(rc); 878 pThis->hWakeupPipeW = NIL_RTPIPE; 927 pThis->hWakeupPipeW = NIL_RTPIPE; 1005 rc = RTPipeCreate(&pThis->hWakeupPipeR, &pThis->hWakeupPipeW, 0 /*fFlags*/);
|
/vbox/src/VBox/Devices/Serial/ |
H A D | DrvHostSerial.cpp | 115 RTPIPE hWakeupPipeW; member in struct:DRVHOSTSERIAL 860 return RTPipeWrite(pThis->hWakeupPipeW, "", 1, &cbIgnored); 1080 int rc = RTPipeClose(pThis->hWakeupPipeW); AssertRC(rc); 1081 pThis->hWakeupPipeW = NIL_RTPIPE; 1137 pThis->hWakeupPipeW = NIL_RTPIPE; 1250 rc = RTPipeCreate(&pThis->hWakeupPipeR, &pThis->hWakeupPipeW, 0 /*fFlags*/);
|
Completed in 233 milliseconds