Searched refs:ERROR_PIPE_NOT_CONNECTED (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/os2/
H A DRTErrConvertFromOS2.cpp161 case ERROR_PIPE_NOT_CONNECTED: return VERR_PIPE_NOT_CONNECTED;
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp149 if (orc == ERROR_PIPE_NOT_CONNECTED || orc == NO_ERROR)
380 if (orc != ERROR_BROKEN_PIPE && orc != ERROR_PIPE_NOT_CONNECTED)
411 if (orc != ERROR_BROKEN_PIPE && orc != ERROR_PIPE_NOT_CONNECTED)
938 if (orc == ERROR_BROKEN_PIPE || orc == ERROR_PIPE_NOT_CONNECTED)
970 if (orc == ERROR_BROKEN_PIPE || orc == ERROR_PIPE_NOT_CONNECTED)
/vbox/src/VBox/Runtime/win/
H A DRTErrConvertFromWin32.cpp167 case ERROR_PIPE_NOT_CONNECTED: return VERR_PIPE_NOT_CONNECTED;
/vbox/src/VBox/Devices/Serial/
H A DDrvNamedPipe.cpp119 || uError == ERROR_PIPE_NOT_CONNECTED)
215 || uError == ERROR_PIPE_NOT_CONNECTED)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinerror.h287 #define ERROR_PIPE_NOT_CONNECTED 233 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinerror.h288 #define ERROR_PIPE_NOT_CONNECTED 233 macro

Completed in 105 milliseconds