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

/vbox/src/VBox/Storage/
H A DQED.cpp253 } QEDCLUSTERASYNCALLOC, *PQEDCLUSTERASYNCALLOC; typedef in typeref:struct:QEDCLUSTERASYNCALLOC
1393 static int qedAsyncClusterAllocRollback(PQEDIMAGE pImage, PVDIOCTX pIoCtx, PQEDCLUSTERASYNCALLOC pClusterAlloc)
1438 PQEDCLUSTERASYNCALLOC pClusterAlloc = (PQEDCLUSTERASYNCALLOC)pvUser;
1899 PQEDCLUSTERASYNCALLOC pL2ClusterAlloc = NULL;
1902 pL2ClusterAlloc = (PQEDCLUSTERASYNCALLOC)RTMemAllocZ(sizeof(QEDCLUSTERASYNCALLOC));
1955 PQEDCLUSTERASYNCALLOC pDataClusterAlloc = NULL;
1958 pDataClusterAlloc = (PQEDCLUSTERASYNCALLOC)RTMemAllocZ(sizeof(QEDCLUSTERASYNCALLOC));

Completed in 50 milliseconds