Searched refs:ERROR_BROKEN_PIPE (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/os2/
H A DRTErrConvertFromOS2.cpp131 case ERROR_BROKEN_PIPE: return VERR_BROKEN_PIPE;
/vbox/src/VBox/Runtime/win/
H A DRTErrConvertFromWin32.cpp134 case ERROR_BROKEN_PIPE: return VERR_BROKEN_PIPE;
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp380 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/Additions/WINNT/Installer/InstallHelper/
H A DVBoxGuestInstallHelper.cpp494 hr = __HRESULT_FROM_WIN32(ERROR_BROKEN_PIPE);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2_errors.c152 case ERROR_BROKEN_PIPE:
H A Dos2io.c234 if (rv == ERROR_BROKEN_PIPE)
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp1215 if (GetLastError() == ERROR_BROKEN_PIPE)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95io.c314 if (err == ERROR_BROKEN_PIPE)
H A Dntio.c2333 if (err == ERROR_BROKEN_PIPE) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinerror.h196 #define ERROR_BROKEN_PIPE 109 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinerror.h197 #define ERROR_BROKEN_PIPE 109 macro

Completed in 155 milliseconds