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

/vbox/src/VBox/Runtime/r3/linux/
H A Dfileaio-linux.cpp314 pAioLimits->cReqsOutstandingMax = RTFILEAIO_UNLIMITED_REQS;
490 if (cAioReqsMax == RTFILEAIO_UNLIMITED_REQS)
543 return RTFILEAIO_UNLIMITED_REQS; /** @todo r=bird: I'm a bit puzzled by this return value since it
/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp105 pAioLimits->cReqsOutstandingMax = RTFILEAIO_UNLIMITED_REQS;
325 return RTFILEAIO_UNLIMITED_REQS;
/vbox/src/VBox/Runtime/r3/win/
H A Dfileaio-win.cpp130 pAioLimits->cReqsOutstandingMax = RTFILEAIO_UNLIMITED_REQS;
334 return RTFILEAIO_UNLIMITED_REQS;
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp344 pAioLimits->cReqsOutstandingMax = RTFILEAIO_UNLIMITED_REQS;
536 if (cAioReqsMax == RTFILEAIO_UNLIMITED_REQS)
585 return RTFILEAIO_UNLIMITED_REQS;
/vbox/include/iprt/
H A Dfile.h1228 * RTFILEAIO_UNLIMITED_REQS means no limit. */
1363 * to handle. Pass RTFILEAIO_UNLIMITED_REQS if the
1373 #define RTFILEAIO_UNLIMITED_REQS UINT32_MAX macro
1394 * RTFILEAIO_UNLIMITED_REQS if there is no limit.
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp354 return RTFILEAIO_UNLIMITED_REQS;
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp57 int rc = RTFileAioCtxCreate(&pAioMgr->hAioCtx, RTFILEAIO_UNLIMITED_REQS, 0 /* fFlags */);
357 int rc = RTFileAioCtxCreate(&hAioCtxNew, RTFILEAIO_UNLIMITED_REQS, 0 /* fFlags */);
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp1142 ? RTFILEAIO_UNLIMITED_REQS

Completed in 1356 milliseconds