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

/vbox/src/VBox/Devices/Storage/
H A DDrvBlock.cpp108 PPDMIMEDIAASYNC pDrvMediaAsync; member in struct:DRVBLOCK
360 if (!pThis->pDrvMediaAsync)
366 int rc = pThis->pDrvMediaAsync->pfnStartRead(pThis->pDrvMediaAsync, off, pSeg, cSeg, cbRead, pvUser);
379 if (!pThis->pDrvMediaAsync)
385 int rc = pThis->pDrvMediaAsync->pfnStartWrite(pThis->pDrvMediaAsync, off, pSeg, cSeg, cbWrite, pvUser);
399 if (!pThis->pDrvMediaAsync)
410 int rc = pThis->pDrvMediaAsync->pfnStartFlush(pThis->pDrvMediaAsync, pvUse
[all...]
H A DDrvDiskIntegrity.cpp154 PPDMIMEDIAASYNC pDrvMediaAsync; member in struct:DRVDISKINTEGRITY
879 int rc = pThis->pDrvMediaAsync->pfnStartRead(pThis->pDrvMediaAsync, uOffset, paSeg, cSeg,
941 int rc = pThis->pDrvMediaAsync->pfnStartWrite(pThis->pDrvMediaAsync, uOffset, paSeg, cSeg,
989 rc = pThis->pDrvMediaAsync->pfnStartFlush(pThis->pDrvMediaAsync, pIoReq);
1026 rc = pThis->pDrvMediaAsync->pfnStartDiscard(pThis->pDrvMediaAsync, paRanges, cRanges, pIoReq);
1212 rc = pThis->pDrvMediaAsync
[all...]

Completed in 47 milliseconds