Home
last modified time | relevance | path

Searched refs:ValueInfoLength (Results 1 – 2 of 2) sorted by relevance

/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpmap.c198 ULONG ValueInfoLength = sizeof(KEY_VALUE_PARTIAL_INFORMATION) + 50 * sizeof(WCHAR); in IopEnumerateDetectedDevices() local
265 pValueInformation = ExAllocatePool(PagedPool, ValueInfoLength); in IopEnumerateDetectedDevices()
287 ValueInfoLength, in IopEnumerateDetectedDevices()
293 ValueInfoLength = RequiredSize; in IopEnumerateDetectedDevices()
294 pValueInformation = ExAllocatePool(PagedPool, ValueInfoLength); in IopEnumerateDetectedDevices()
308 ValueInfoLength, in IopEnumerateDetectedDevices()
395 ValueInfoLength, in IopEnumerateDetectedDevices()
401 ValueInfoLength = RequiredSize; in IopEnumerateDetectedDevices()
402 pValueInformation = ExAllocatePool(PagedPool, ValueInfoLength); in IopEnumerateDetectedDevices()
415 ValueInfoLength, in IopEnumerateDetectedDevices()
/reactos/base/setup/lib/
H A Dsettings.c56 ULONG ValueInfoLength = sizeof(KEY_VALUE_PARTIAL_INFORMATION) + 50 * sizeof(WCHAR); in IsAcpiComputer() local
87 pValueInformation = RtlAllocateHeap(RtlGetProcessHeap(), 0, ValueInfoLength); in IsAcpiComputer()
152 ValueInfoLength, in IsAcpiComputer()
157 ValueInfoLength = RequiredSize; in IsAcpiComputer()
158 pValueInformation = RtlAllocateHeap(RtlGetProcessHeap(), 0, ValueInfoLength); in IsAcpiComputer()
169 ValueInfoLength, in IsAcpiComputer()