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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTFileAio.cpp143 RTTESTI_CHECK_RC(rc = RTFileAioReqGetRC(paReqsCompleted[i], &cbTransfered), VINF_SUCCESS);
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp404 int rcReq = RTFileAioReqGetRC(hReq, &cbTransfered);
427 int rcReq = RTFileAioReqGetRC(pahReqs[i], NULL);
449 int rcReq = RTFileAioReqGetRC(pahReqs[i], NULL);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp565 int rcReq = RTFileAioReqGetRC(pahReqs[i], NULL);
604 int rcReq = RTFileAioReqGetRC(pahReqs[i], NULL);
1335 int rcReq = RTFileAioReqGetRC(hReq, &cbTransfered);
/vbox/include/iprt/
H A Dfile.h1152 * like it just completed successfully. RTFileAioReqGetRC() will return VINF_SUCCESS
1170 * and RTFileAioReqGetRC() will return VERR_FILE_AIO_CANCELED.
1177 * RTFileAioCtxWait(). RTFileAioReqGetRC() returns the final result code
1350 RTDECL(int) RTFileAioReqGetRC(RTFILEAIOREQ hReq, size_t *pcbTransferred);
1427 * even if the method returns an error code. In that case RTFileAioReqGetRC()
H A Dmangling.h564 # define RTFileAioReqGetRC RT_MANGLER(RTFileAioReqGetRC) macro
/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp253 RTDECL(int) RTFileAioReqGetRC(RTFILEAIOREQ hReq, size_t *pcbTransfered) function
/vbox/src/VBox/Runtime/r3/win/
H A Dfileaio-win.cpp256 RTDECL(int) RTFileAioReqGetRC(RTFILEAIOREQ hReq, size_t *pcbTransfered) function
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp289 RTDECL(int) RTFileAioReqGetRC(RTFILEAIOREQ hReq, size_t *pcbTransfered) function
561 * user may omit the RTFileAioReqGetRC() call and
/vbox/src/VBox/Runtime/r3/linux/
H A Dfileaio-linux.cpp466 RTDECL(int) RTFileAioReqGetRC(RTFILEAIOREQ hReq, size_t *pcbTransfered) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp511 RTDECL(int) RTFileAioReqGetRC(RTFILEAIOREQ hReq, size_t *pcbTransfered) function

Completed in 100 milliseconds