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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTFileAio.cpp112 rc = RTFileAioReqPrepareRead(paReqs[i], File, off, papvBuf[i],
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp813 rc = RTFileAioReqPrepareRead(hReq, pEndpoint->hFile,
946 rc = RTFileAioReqPrepareRead(hReq, pEndpoint->hFile,
1491 rc = RTFileAioReqPrepareRead(hReq, pEndpoint->hFile, offStart,
/vbox/include/iprt/
H A Dfile.h1133 * A request is constructed with either RTFileAioReqPrepareRead()
1279 RTDECL(int) RTFileAioReqPrepareRead(RTFILEAIOREQ hReq, RTFILE hFile, RTFOFF off,
H A Dmangling.h567 # define RTFileAioReqPrepareRead RT_MANGLER(RTFileAioReqPrepareRead) macro
/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp183 RTDECL(int) RTFileAioReqPrepareRead(RTFILEAIOREQ hReq, RTFILE hFile, RTFOFF off, function
/vbox/src/VBox/Runtime/r3/win/
H A Dfileaio-win.cpp204 RTDECL(int) RTFileAioReqPrepareRead(RTFILEAIOREQ hReq, RTFILE hFile, RTFOFF off, function
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp345 rc = RTFileAioReqPrepareRead(pReq->hReqIo, pFile->hFile, offStart,
553 rc = RTFileAioReqPrepareRead(pReq->hReqIo, pFile->hFile,
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp217 RTDECL(int) RTFileAioReqPrepareRead(RTFILEAIOREQ hReq, RTFILE hFile, RTFOFF off, function
/vbox/src/VBox/Runtime/r3/linux/
H A Dfileaio-linux.cpp401 RTDECL(int) RTFileAioReqPrepareRead(RTFILEAIOREQ hReq, RTFILE hFile, RTFOFF off, function
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp424 RTDECL(int) RTFileAioReqPrepareRead(RTFILEAIOREQ hReq, RTFILE hFile, RTFOFF off, function

Completed in 77 milliseconds