Searched refs:PCM_RESOURCE_LIST (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.h175 NTSTATUS vbgdNtScanPCIResourceList(PCM_RESOURCE_LIST pResList, PVBOXGUESTDEVEXTWIN pDevExt);
H A DVBoxGuest-win.cpp391 PCM_RESOURCE_LIST pResourceList = NULL;
1072 NTSTATUS vbgdNtScanPCIResourceList(PCM_RESOURCE_LIST pResList, PVBOXGUESTDEVEXTWIN pDevExt)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h811 } CM_RESOURCE_LIST, *PCM_RESOURCE_LIST; typedef in typeref:struct:_CM_RESOURCE_LIST
943 PCM_RESOURCE_LIST AllocatedResources;
944 PCM_RESOURCE_LIST AllocatedResourcesTranslated;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h825 } CM_RESOURCE_LIST, *PCM_RESOURCE_LIST; typedef in typeref:struct:_CM_RESOURCE_LIST
957 PCM_RESOURCE_LIST AllocatedResources;
958 PCM_RESOURCE_LIST AllocatedResourcesTranslated;
/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp368 static VOID CreateResList(PDEVEXT pDevExt, PCM_RESOURCE_LIST *pResList, PULONG pResListSize);
1911 PCM_RESOURCE_LIST resources = NULL;
2243 static VOID CreateResList(PDEVEXT pDevExt, PCM_RESOURCE_LIST *pResList, PULONG pResListSize)
2252 *pResList = (PCM_RESOURCE_LIST)ExAllocatePool(PagedPool, *pResListSize);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.cpp719 PCM_RESOURCE_LIST pRcList = pDeviceInfo->TranslatedResourceList;

Completed in 71 milliseconds