Searched refs:RTPIPE_N_VALID_MASK (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dpipe.h90 #define RTPIPE_N_VALID_MASK UINT32_C(0x00000007) macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dpipe-posix.cpp246 AssertReturn(!(fFlags & ~RTPIPE_N_VALID_MASK), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp266 AssertReturn(!(fFlags & ~RTPIPE_N_VALID_MASK), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp436 AssertReturn(!(fFlags & ~RTPIPE_N_VALID_MASK), VERR_INVALID_PARAMETER);

Completed in 88 milliseconds