Home
last modified time | relevance | path

Searched refs:pResourceList (Results 1 – 12 of 12) sorted by relevance

/reactos/dll/win32/devmgr/properties/
H A Dhwresource.cpp252 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 Dproperties.h56 PVOID pResourceList; member
H A Dadvprop.cpp2598 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 DParaNdis5-Driver.c100 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 Dedit.c1205 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 Dhalfuncs.h242 _Inout_ PIO_RESOURCE_REQUIREMENTS_LIST *pResourceList
H A Dhaltypes.h107 _Inout_ PIO_RESOURCE_REQUIREMENTS_LIST* pResourceList
/reactos/hal/halx86/legacy/bus/
H A Dpcibus.c759 IN OUT PIO_RESOURCE_REQUIREMENTS_LIST *pResourceList) in HalpAdjustPCIResourceList() argument
768 SlotNumber.u.AsULONG = (*pResourceList)->SlotNumber; in HalpAdjustPCIResourceList()
785 pResourceList); in HalpAdjustPCIResourceList()
H A Dbushndlr.c136 _Inout_ PIO_RESOURCE_REQUIREMENTS_LIST* pResourceList) in HalpNoAdjustResourceList() argument
/reactos/hal/halx86/include/
H A Dbus.h520 IN OUT PIO_RESOURCE_REQUIREMENTS_LIST *pResourceList);
/reactos/sdk/include/ddk/
H A Dd3dkmthk.h2368 …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 DParaNdis-Common.c659 PNDIS_RESOURCE_LIST pResourceList) in ParaNdis_InitializeContext() argument
691 if (GetAdapterResources(pContext->MiniportHandle, pResourceList, &pContext->AdapterResources)) in ParaNdis_InitializeContext()