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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTFileAio.cpp139 void *pvBuf = RTFileAioReqGetUser(paReqsCompleted[i]);
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp405 PRTAIOMGRREQ pReq = (PRTAIOMGRREQ)RTFileAioReqGetUser(hReq);
431 PRTAIOMGRREQ pReq = (PRTAIOMGRREQ)RTFileAioReqGetUser(pahReqs[i]);
448 PRTAIOMGRREQ pReq = (PRTAIOMGRREQ)RTFileAioReqGetUser(pahReqs[i]);
/vbox/include/iprt/
H A Dfile.h1153 * and a transfer size of 0. RTFileAioReqGetUser() will return NULL. The request can be
1277 * can be retrieved with RTFileAioReqGetUser().
1294 * can be retrieved with RTFileAioReqGetUser().
1308 * can be retrieved with RTFileAioReqGetUser().
1322 RTDECL(void *) RTFileAioReqGetUser(RTFILEAIOREQ hReq);
H A Dmangling.h565 # define RTFileAioReqGetUser RT_MANGLER(RTFileAioReqGetUser) macro
/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp216 RTDECL(void *) RTFileAioReqGetUser(RTFILEAIOREQ hReq) function
/vbox/src/VBox/Runtime/r3/win/
H A Dfileaio-win.cpp228 RTDECL(void *) RTFileAioReqGetUser(RTFILEAIOREQ hReq) function
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp250 RTDECL(void *) RTFileAioReqGetUser(RTFILEAIOREQ hReq) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dfileaio-linux.cpp429 RTDECL(void *) RTFileAioReqGetUser(RTFILEAIOREQ hReq) function
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp569 PPDMACTASKFILE pTask = (PPDMACTASKFILE)RTFileAioReqGetUser(pahReqs[i]);
1345 PPDMACTASKFILE pTask = (PPDMACTASKFILE)RTFileAioReqGetUser(hReq);
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp461 RTDECL(void *) RTFileAioReqGetUser(RTFILEAIOREQ hReq) function

Completed in 100 milliseconds