Searched refs:pResourceList (Results 1 – 12 of 12) sorted by relevance
/reactos/dll/win32/devmgr/properties/ |
H A D | hwresource.cpp | 252 ResourceList = (PCM_RESOURCE_LIST)dap->pResourceList; in AddResourceItems() 360 PCM_RESOURCE_LIST pResourceList = NULL; in GetResourceList() local 380 pResourceList = static_cast<PCM_RESOURCE_LIST>(HeapAlloc(GetProcessHeap(), 0, dwSize)); in GetResourceList() 381 if (pResourceList == NULL) in GetResourceList() 384 dwError = RegQueryValueExW(hKey, L"AllocConfig", NULL, NULL, (LPBYTE)pResourceList, &dwSize); in GetResourceList() 387 HeapFree(GetProcessHeap(), 0, pResourceList); in GetResourceList() 388 pResourceList = NULL; in GetResourceList() 395 return (PVOID)pResourceList; in GetResourceList()
|
H A D | properties.h | 56 PVOID pResourceList; member
|
H A D | advprop.cpp | 2598 dap->pResourceList = GetResourceList(dap->szDeviceID); in UpdateDevInfo() 2608 if (dap->HasResourcePage && dap->pResourceList != NULL) in UpdateDevInfo() 2710 if (dap->HasResourcePage && dap->pResourceList) in UpdateDevInfo() 3174 if (DevAdvPropInfo->pResourceList != NULL) in DisplayDeviceAdvancedProperties() 3175 HeapFree(GetProcessHeap(), 0, DevAdvPropInfo->pResourceList); in DisplayDeviceAdvancedProperties()
|
/reactos/drivers/network/dd/netkvm/wxp/ |
H A D | ParaNdis5-Driver.c | 100 PVOID pResourceList = &status; in ParaNdis5_Initialize() local 107 NdisMQueryAdapterResources(&status, WrapperConfigurationContext, pResourceList, &uSize); in ParaNdis5_Initialize() 109 pResourceList = ParaNdis_AllocateMemory(MiniportAdapterHandle, uSize); in ParaNdis5_Initialize() 111 pResourceList = NULL; in ParaNdis5_Initialize() 112 if (!pResourceList) in ParaNdis5_Initialize() 130 NdisMQueryAdapterResources(&status, WrapperConfigurationContext, pResourceList, &uSize); in ParaNdis5_Initialize() 131 status = ParaNdis_InitializeContext(pContext, (PNDIS_RESOURCE_LIST)pResourceList); in ParaNdis5_Initialize() 132 NdisFreeMemory(pResourceList, 0, 0); in ParaNdis5_Initialize()
|
/reactos/base/applications/regedit/ |
H A D | edit.c | 1205 PIO_RESOURCE_LIST pResourceList; in AddRequirementsToList() local 1213 pResourceList = &requirementsValueData->List[0]; in AddRequirementsToList() 1216 for (j = 0; j < pResourceList->Count; j++) in AddRequirementsToList() 1218 pDescriptor = &pResourceList->Descriptors[j]; in AddRequirementsToList() 1247 pResourceList = (PIO_RESOURCE_LIST)(pResourceList->Descriptors + pResourceList->Count); in AddRequirementsToList()
|
/reactos/sdk/include/ndk/ |
H A D | halfuncs.h | 242 _Inout_ PIO_RESOURCE_REQUIREMENTS_LIST *pResourceList
|
H A D | haltypes.h | 107 _Inout_ PIO_RESOURCE_REQUIREMENTS_LIST* pResourceList
|
/reactos/hal/halx86/legacy/bus/ |
H A D | pcibus.c | 759 IN OUT PIO_RESOURCE_REQUIREMENTS_LIST *pResourceList) in HalpAdjustPCIResourceList() argument 768 SlotNumber.u.AsULONG = (*pResourceList)->SlotNumber; in HalpAdjustPCIResourceList() 785 pResourceList); in HalpAdjustPCIResourceList()
|
H A D | bushndlr.c | 136 _Inout_ PIO_RESOURCE_REQUIREMENTS_LIST* pResourceList) in HalpNoAdjustResourceList() argument
|
/reactos/hal/halx86/include/ |
H A D | bus.h | 520 IN OUT PIO_RESOURCE_REQUIREMENTS_LIST *pResourceList);
|
/reactos/sdk/include/ddk/ |
H A D | d3dkmthk.h | 2368 …D3DKMT_PTR(_Field_size_(ResourceCount) D3DKMT_HANDLE*, pResourceList); // in : Array of resou… 2375 …D3DKMT_PTR(_Field_size_(ResourceCount) D3DKMT_HANDLE*, pResourceList); // in : Array of resour… 2395 …D3DKMT_PTR(_Field_size_(ResourceCount) D3DKMT_HANDLE*, pResourceList); // in : Array of resour… 2405 …D3DKMT_PTR(_Field_size_(ResourceCount) D3DKMT_HANDLE*, pResourceList); // in : Array of resour…
|
/reactos/drivers/network/dd/netkvm/Common/ |
H A D | ParaNdis-Common.c | 659 PNDIS_RESOURCE_LIST pResourceList) in ParaNdis_InitializeContext() argument 691 if (GetAdapterResources(pContext->MiniportHandle, pResourceList, &pContext->AdapterResources)) in ParaNdis_InitializeContext()
|