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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTFileAio.cpp92 RTFileAioReqCreate(&paReqs[i]);
/vbox/include/iprt/
H A Dfile.h1128 * Requests are created with RTFileAioReqCreate() and destroyed with
1151 * After a request was created with RTFileAioReqCreate() it is in the same state
1253 RTDECL(int) RTFileAioReqCreate(PRTFILEAIOREQ phReq);
H A Dmangling.h562 # define RTFileAioReqCreate RT_MANGLER(RTFileAioReqCreate) macro
/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp111 RTR3DECL(int) RTFileAioReqCreate(PRTFILEAIOREQ phReq) function
/vbox/src/VBox/Runtime/r3/win/
H A Dfileaio-win.cpp136 RTR3DECL(int) RTFileAioReqCreate(PRTFILEAIOREQ phReq) function
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp143 RTR3DECL(int) RTFileAioReqCreate(PRTFILEAIOREQ phReq) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dfileaio-linux.cpp321 RTR3DECL(int) RTFileAioReqCreate(PRTFILEAIOREQ phReq) function
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp1098 return RTFileAioReqCreate(&pReq->hReqIo);
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp351 RTR3DECL(int) RTFileAioReqCreate(PRTFILEAIOREQ phReq) function
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp519 int rc = RTFileAioReqCreate(&hReq);

Completed in 99 milliseconds