Searched refs:RTFILE_O_NON_BLOCK (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp118 if (fOpen & RTFILE_O_NON_BLOCK)
145 if (fOpen & RTFILE_O_NON_BLOCK)
/vbox/include/iprt/
H A Dfile.h160 #define RTFILE_O_NON_BLOCK UINT32_C(0x00004000) macro
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp119 int rc = RTFileOpen(&File, pcszNode, RTFILE_O_READ | RTFILE_O_OPEN | RTFILE_O_DENY_NONE | RTFILE_O_NON_BLOCK);
282 int rc = RTFileOpen(&hFile, pcszNode, RTFILE_O_READ | RTFILE_O_OPEN | RTFILE_O_DENY_NONE | RTFILE_O_NON_BLOCK);
/vbox/src/VBox/Devices/Serial/
H A DDrvHostSerial.cpp1203 fOpen |= RTFILE_O_NON_BLOCK;
1207 /* RTFILE_O_NON_BLOCK not supported? */
1209 rc = RTFileOpen(&pThis->hDeviceFile, pThis->pszDevicePath, fOpen & ~RTFILE_O_NON_BLOCK);
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp142 AssertMsgReturn(!(fOpen & (~(uint64_t)RTFILE_O_VALID_MASK | RTFILE_O_NON_BLOCK)), ("%#llx\n", fOpen), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp1065 fFlags |= RTFILE_O_NON_BLOCK;
1084 | RTFILE_O_OPEN | RTFILE_O_DENY_NONE | RTFILE_O_NON_BLOCK;
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp230 if (fOpen & RTFILE_O_NON_BLOCK)
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp8924 RTFILE_O_READWRITE | RTFILE_O_OPEN | RTFILE_O_DENY_NONE | RTFILE_O_INHERIT | RTFILE_O_NON_BLOCK);

Completed in 136 milliseconds