Searched refs:RTFileAioCtxAssociateWithFile (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTFileAio.cpp88 RTTESTI_CHECK_RC_RETV(RTFileAioCtxAssociateWithFile(hAioContext, File), VINF_SUCCESS);
/vbox/include/iprt/
H A Dfile.h1213 * To associate a file with a specific context RTFileAioCtxAssociateWithFile() is
1413 RTDECL(int) RTFileAioCtxAssociateWithFile(RTFILEAIOCTX hAioCtx, RTFILE hFile);
H A Dmangling.h553 # define RTFileAioCtxAssociateWithFile RT_MANGLER(RTFileAioCtxAssociateWithFile) macro
/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp328 RTDECL(int) RTFileAioCtxAssociateWithFile(RTFILEAIOCTX hAioCtx, RTFILE hFile) function
/vbox/src/VBox/Runtime/r3/win/
H A Dfileaio-win.cpp319 RTDECL(int) RTFileAioCtxAssociateWithFile(RTFILEAIOCTX hAioCtx, RTFILE hFile) function
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp357 RTDECL(int) RTFileAioCtxAssociateWithFile(RTFILEAIOCTX hAioCtx, RTFILE hFile) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dfileaio-linux.cpp553 RTDECL(int) RTFileAioCtxAssociateWithFile(RTFILEAIOCTX hAioCtx, RTFILE hFile) function
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp394 rc = RTFileAioCtxAssociateWithFile(pAioMgr->hAioCtx, pCurr->hFile);
1202 rc = RTFileAioCtxAssociateWithFile(pAioMgr->hAioCtx, pEndpointNew->hFile);
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp1230 rc = RTFileAioCtxAssociateWithFile(pThis->pAioMgr->hAioCtx, hFile);
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp589 RTDECL(int) RTFileAioCtxAssociateWithFile(RTFILEAIOCTX hAioCtx, RTFILE hFile) function

Completed in 102 milliseconds