Searched refs:RTFileSgReadAt (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DVDIoBackend.cpp239 rc = RTFileSgReadAt(pIoStorage->u.File.hFile, off, pSgBuf, cbTransfer, NULL);
/vbox/include/iprt/
H A Dfile.h396 RTDECL(int) RTFileSgReadAt(RTFILE hFile, RTFOFF off, PRTSGBUF pSgBuf, size_t cbToRead, size_t *pcbRead);
H A Dmangling.h615 # define RTFileSgReadAt RT_MANGLER(RTFileSgReadAt) macro
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp225 RTR3DECL(int) RTFileSgReadAt(RTFILE hFile, RTFOFF off, PRTSGBUF pSgBuf, size_t cbToRead, size_t *pcbRead) function

Completed in 112 milliseconds