Searched refs:RTFileReadAt (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp590 rc = RTFileReadAt(pIoLogger->hFile, pIoLogger->offReadNext, &abBuf, sizeof(abBuf), NULL);
665 rc = RTFileReadAt(pIoLogger->hFile, pIoLogger->offReadNext, &Entry, sizeof(Entry), NULL);
680 rc = RTFileReadAt(pIoLogger->hFile, pIoLogger->offReadNext + sizeof(Entry), pvBuf, *pcbIo, NULL);
716 rc = RTFileReadAt(pIoLogger->hFile, pIoLogger->offReadNext, &Entry, sizeof(Entry), NULL);
732 rc = RTFileReadAt(pIoLogger->hFile, pIoLogger->offReadNext + i*sizeof(DiscardRange),
781 rc = RTFileReadAt(pIoLogger->hFile, pIoLogger->offReadNext, &Entry, sizeof(Entry), NULL);
795 rc = RTFileReadAt(pIoLogger->hFile, pIoLogger->offReadNext + sizeof(Entry), pvBuf, *pcbIo, NULL);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDvm.cpp66 return RTFileReadAt(pDisk->hImage, off, pvBuf, cbRead, NULL);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp297 RTDECL(int) RTFileReadAt(RTFILE hFile, RTFOFF off, void *pvBuf, size_t cbToRead, size_t *pcbRead) function
561 int rc = RTFileReadAt(pThis->hFile, pThis->offArch + pThis->offSyms,
570 rc = RTFileReadAt(pThis->hFile, pThis->offArch + pThis->offStrTab,
669 int rc = RTFileReadAt(pThis->hFile, pThis->offArch + sizeof(MY_MACHO_HEADER),
914 int rc = RTFileReadAt(pThis->hFile, 0, pThis->abBuf, sizeof(fat_header_t) + sizeof(fat_arch_t) * 16, NULL);
966 rc = RTFileReadAt(pThis->hFile, pThis->offArch, pThis->abBuf, sizeof(MY_MACHO_HEADER), NULL);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsstdfile.cpp86 * RTFileRead and RTFileReadAt does not return VINF_EOF or VINF_TRY_AGAIN, this
143 rc = RTFileReadAt(pThis->hFile, off, pSgBuf->paSegs[0].pvSeg, pSgBuf->paSegs[0].cbSeg, pcbRead);
163 rc = RTFileReadAt(pThis->hFile, off, pvSeg, cbSeg, pcbRead ? &cbReadSeg : NULL);
/vbox/src/VBox/Devices/PC/ACPI/
H A DVBoxAcpi.cpp320 rc = RTFileReadAt(FileAml, 0, pabAmlCode, cbAmlCode, NULL);
/vbox/src/VBox/Devices/Storage/
H A DDrvMediaISO.cpp125 int rc = RTFileReadAt(pThis->hFile, off, pvBuf, cbRead, NULL);
132 AssertMsgFailed(("RTFileReadAt(%RTfile, %#llx, %p, %#x) -> %Rrc ('%s')\n",
H A DDrvHostBase.cpp188 rc = RTFileReadAt(pThis->hFileDevice, off, pvBuf, cbRead, NULL);
196 Log(("%s-%d: drvHostBaseRead: RTFileReadAt(%RTfile, %#llx, %p, %#x) -> %Rrc ('%s')\n",
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileFailsafe.cpp88 rc = RTFileReadAt(pEndpoint->hFile, pCurr->Off,
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp624 rc = RTFileReadAt(pThis->hFile, off + pThis->offBase, pvBuf, cb, NULL);
648 rc = RTFileReadAt(pThis->hFile, off + pThis->offBase, pvBuf, cb, NULL);
1995 rc = RTFileReadAt(pThis->hFile, pThis->offCoffDbgInfo, pbDbgSect, pThis->cbCoffDbgInfo, NULL);
2237 int rc = RTFileReadAt(pThis->hFile, sizeof(*pDbgHdr), paShs, cbShs, NULL);
2403 rc = RTFileReadAt(hFile, off, &Hdr, sizeof(Hdr), NULL);
2563 int rc = RTFileReadAt(hFile, off, &CvHdr, sizeof(CvHdr), NULL);
2590 rc = RTFileReadAt(hFile, 0, &DbgHdr, sizeof(DbgHdr), NULL);
2644 rc = RTFileReadAt(hFile, offDbgDir, &DbgDir, sizeof(DbgDir), NULL);
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp204 RTR3DECL(int) RTFileReadAt(RTFILE File, RTFOFF off, void *pvBuf, size_t cbToRead, size_t *pcbRead) function
236 rc = RTFileReadAt(hFile, off, pvBuf, cbBuf, pcbRead ? &cbThisRead : NULL);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp762 rc = RTFileReadAt(File, 0, &aBuffer, sizeof(aBuffer), NULL);
775 rc = RTFileReadAt(File, sector_size, &partitionTableHeader, sector_size, NULL);
820 rc = RTFileReadAt(File, 1024 + currentEntry*partitionEntrySize, &partitionEntry, partitionEntrySize, NULL);
922 rc = RTFileReadAt(File, (uStart + uOffset) * 512, &aBuffer, sizeof(aBuffer), NULL);
1577 vrc = RTFileReadAt(hRawFile, partitions.aPartitions[i].uPartDataStart * 512,
1595 vrc = RTFileReadAt(MBRFile, 0, pPartData, 0x1be, NULL);
/vbox/include/iprt/
H A Dfile.h382 RTDECL(int) RTFileReadAt(RTFILE File, RTFOFF off, void *pvBuf, size_t cbToRead, size_t *pcbRead);
H A Dmangling.h607 # define RTFileReadAt RT_MANGLER(RTFileReadAt) macro
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp316 return RTFileReadAt(pInt->file, uOffset, pvBuf, cbRead, pcbRead);
H A DMachineImpl.cpp6659 vrc = RTFileReadAt(LogFile, aOffset, cbData? &aData.front(): NULL, cbData, &cbData);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlSession.cpp429 rc = RTFileReadAt(pFile->hFile, iOffset, pvDataRead, cbToRead, &cbRead);
/vbox/src/VBox/Storage/
H A DVD.cpp4018 return RTFileReadAt(pStorage->File, uOffset, pvBuf, cbRead, pcbRead);

Completed in 221 milliseconds