Searched refs:pDrvBlockAsync (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDrvSCSI.cpp58 PPDMIBLOCKASYNC pDrvBlockAsync; member in struct:DRVSCSI
333 if (pThis->pDrvBlockAsync)
346 rc = pThis->pDrvBlockAsync->pfnStartFlush(pThis->pDrvBlockAsync, hVScsiIoReq);
363 rc = pThis->pDrvBlockAsync->pfnStartDiscard(pThis->pDrvBlockAsync, paRanges, cRanges, hVScsiIoReq);
387 rc = pThis->pDrvBlockAsync->pfnStartRead(pThis->pDrvBlockAsync, uOffset,
395 rc = pThis->pDrvBlockAsync->pfnStartWrite(pThis->pDrvBlockAsync, uOffse
[all...]
H A DDevAHCI.cpp503 R3PTRTYPE(PPDMIBLOCKASYNC) pDrvBlockAsync; member in struct:AHCIPort
3083 && pAhciPort->pDrvBlockAsync->pfnStartDiscard)
3126 && pAhciPort->pDrvBlockAsync->pfnStartDiscard)) /** @todo: Set bit 14 in word 69 too? (Deterministic read after TRIM). */
6453 && pAhciPort->pDrvBlockAsync->pfnStartDiscard))
6776 rc = pAhciPort->pDrvBlockAsync->pfnStartFlush(pAhciPort->pDrvBlockAsync,
6785 rc = pAhciPort->pDrvBlockAsync->pfnStartDiscard(pAhciPort->pDrvBlockAsync, pAhciReq->u.Trim.paRanges,
6792 rc = pAhciPort->pDrvBlockAsync->pfnStartRead(pAhciPort->pDrvBlockAsync, pAhciRe
[all...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1345 GEN_CHECK_OFF(AHCIPort, pDrvBlockAsync);

Completed in 743 milliseconds