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

/vbox/include/VBox/vmm/
H A Dpdmifs.h1810 typedef struct PDMIBLOCKASYNCPORT *PPDMIBLOCKASYNCPORT; typedef in typeref:struct:PDMIBLOCKASYNCPORT
1826 DECLR3CALLBACKMEMBER(int, pfnTransferCompleteNotify, (PPDMIBLOCKASYNCPORT pInterface, void *pvUser, int rcReq));
/vbox/src/VBox/Devices/Storage/
H A DDrvBlock.cpp112 PPDMIBLOCKASYNCPORT pDrvBlockAsyncPort;
H A DDrvSCSI.cpp270 static int drvscsiTransferCompleteNotify(PPDMIBLOCKASYNCPORT pInterface, void *pvUser, int rc)
H A DDevAHCI.cpp5734 /** Makes a PAHCIPort out of a PPDMIBLOCKASYNCPORT. */
6167 static DECLCALLBACK(int) ahciR3TransferCompleteNotify(PPDMIBLOCKASYNCPORT pInterface, void *pvUser, int rcReq)

Completed in 66 milliseconds