Searched refs:pEndpointOps (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletion.cpp841 pEndpointClass->pEndpointOps = pEpClassOps;
949 pEndpointClass->pEndpointOps->pfnTerminate(pEndpointClass);
955 pVM->pUVM->pdm.s.apAsyncCompletionEndpointClass[pEndpointClass->pEndpointOps->enmClassType] = NULL;
1441 pEndpointClass->pEndpointOps->cbEndpoint,
1458 rc = pEndpointClass->pEndpointOps->pfnEpInitialize(pEndpoint, pszFilename, fFlags);
1522 pEndpointClass->pEndpointOps->pfnEpClose(pEndpoint);
1586 int rc = pEndpoint->pEpClass->pEndpointOps->pfnEpRead(pTask, pEndpoint, off,
1633 int rc = pEndpoint->pEpClass->pEndpointOps->pfnEpWrite(pTask, pEndpoint, off,
1672 int rc = pEndpoint->pEpClass->pEndpointOps->pfnEpFlush(pTask, pEndpoint);
1699 if (pEndpoint->pEpClass->pEndpointOps
[all...]
/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionInternal.h183 R3PTRTYPE(PCPDMASYNCCOMPLETIONEPCLASSOPS) pEndpointOps; member in struct:PDMASYNCCOMPLETIONEPCLASS

Completed in 146 milliseconds