Searched refs:ValueInfoLength (Results 1 – 2 of 2) sorted by relevance
/reactos/ntoskrnl/io/pnpmgr/ |
H A D | pnpmap.c | 198 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 D | settings.c | 56 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()
|