Searched defs:PDRVDISKINTEGRITY (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp204 } DRVDISKINTEGRITY, *PDRVDISKINTEGRITY; typedef in typeref:struct:DRVDISKINTEGRITY
247 static void drvdiskintIoReqFree(PDRVDISKINTEGRITY pThis, PDRVDISKAIOREQ pIoReq)
295 static int drvdiskintWriteRecord(PDRVDISKINTEGRITY pThis, PCRTSGSEG paSeg, unsigned cSeg,
412 static int drvdiskintReadVerify(PDRVDISKINTEGRITY pThis, PCRTSGSEG paSeg, unsigned cSeg,
512 static int drvdiskintDiscardRecords(PDRVDISKINTEGRITY pThis, PCRTRANGE paRanges, unsigned cRanges)
653 static void drvdiskintIoReqAdd(PDRVDISKINTEGRITY pThis, PDRVDISKAIOREQ pIoReq)
674 static void drvdiskintIoReqRemove(PDRVDISKINTEGRITY pThis, PDRVDISKAIOREQ pIoReq)
692 PDRVDISKINTEGRITY pThis = (PDRVDISKINTEGRITY)pvUser;
733 static int drvdiskintReadAfterWriteVerify(PDRVDISKINTEGRITY pThi
[all...]

Completed in 45 milliseconds