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

/vbox/src/VBox/Runtime/os2/
H A DRTErrConvertFromOS2.cpp159 case ERROR_PIPE_BUSY: return VERR_PIPE_BUSY;
/vbox/src/VBox/Runtime/win/
H A DRTErrConvertFromWin32.cpp165 case ERROR_PIPE_BUSY: return VERR_PIPE_BUSY;
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp166 if ( orc != ERROR_PIPE_BUSY /* already exist - compatible */
458 if (orc != ERROR_PIPE_BUSY)
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp248 if ( dwErr != ERROR_PIPE_BUSY /* already exist - compatible */
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinerror.h285 #define ERROR_PIPE_BUSY 231 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinerror.h286 #define ERROR_PIPE_BUSY 231 macro

Completed in 112 milliseconds