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

/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionInternal.h58 DECLR3CALLBACKMEMBER(int, pfnInitialize, (PPDMASYNCCOMPLETIONEPCLASS pClassGlobals, PCFGMNODE pCfgNode));
66 DECLR3CALLBACKMEMBER(void, pfnTerminate, (PPDMASYNCCOMPLETIONEPCLASS pClassGlobals));
190 typedef PDMASYNCCOMPLETIONEPCLASS *PPDMASYNCCOMPLETIONEPCLASS; typedef
203 R3PTRTYPE(PPDMASYNCCOMPLETIONEPCLASS) pEpClass;
H A DPDMInternal.h1014 typedef struct PDMASYNCCOMPLETIONEPCLASS *PPDMASYNCCOMPLETIONEPCLASS; typedef in typeref:struct:PDMASYNCCOMPLETIONEPCLASS
1179 PPDMASYNCCOMPLETIONEPCLASS apAsyncCompletionEndpointClass[PDMASYNCCOMPLETIONEPCLASSTYPE_MAX];
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletion.cpp130 PPDMASYNCCOMPLETIONEPCLASS pEpClass;
585 static PPDMACBWMGR pdmacBwMgrFindById(PPDMASYNCCOMPLETIONEPCLASS pEpClass, const char *pszId)
608 PPDMASYNCCOMPLETIONEPCLASS pEpClass = pBwMgr->pEpClass;
622 PPDMASYNCCOMPLETIONEPCLASS pEpClass = pBwMgr->pEpClass;
644 static int pdmacAsyncCompletionBwMgrCreate(PPDMASYNCCOMPLETIONEPCLASS pEpClass, const char *pszBwMgr, uint32_t cbTransferPerSecMax,
832 PPDMASYNCCOMPLETIONEPCLASS pEndpointClass = NULL;
931 static void pdmR3AsyncCompletionEpClassTerminate(PPDMASYNCCOMPLETIONEPCLASS pEndpointClass)
1284 PPDMASYNCCOMPLETIONEPCLASS pEpClass = pUVM->pdm.s.apAsyncCompletionEndpointClass[i];
1338 PPDMASYNCCOMPLETIONEPCLASS pEndpointClass = pEndpoint->pEpClass;
1365 PPDMASYNCCOMPLETIONEPCLASS pEndpointClas
[all...]
H A DPDMAsyncCompletionFile.cpp790 static int pdmacFileInitialize(PPDMASYNCCOMPLETIONEPCLASS pClassGlobals, PCFGMNODE pCfgNode)
874 static void pdmacFileTerminate(PPDMASYNCCOMPLETIONEPCLASS pClassGlobals)

Completed in 56 milliseconds