Home
last modified time | relevance | path

Searched refs:KeyNameLength (Results 1 – 4 of 4) sorted by relevance

/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpmgr.c1633 ULONG KeyNameLength; in IoOpenDeviceRegistryKey() local
1659 KeyNameLength = sizeof(RootKeyName); in IoOpenDeviceRegistryKey()
1661 KeyNameLength += sizeof(ProfileKeyName) - sizeof(UNICODE_NULL); in IoOpenDeviceRegistryKey()
1664 KeyNameLength += sizeof(ClassKeyName) - sizeof(UNICODE_NULL); in IoOpenDeviceRegistryKey()
1669 KeyNameLength += DriverKeyLength; in IoOpenDeviceRegistryKey()
1673 KeyNameLength += sizeof(EnumKeyName) - sizeof(UNICODE_NULL) + in IoOpenDeviceRegistryKey()
1681 KeyNameBuffer = ExAllocatePool(PagedPool, KeyNameLength); in IoOpenDeviceRegistryKey()
1686 KeyName.MaximumLength = (USHORT)KeyNameLength; in IoOpenDeviceRegistryKey()
/reactos/ntoskrnl/config/
H A Dcmparse.c1152 USHORT KeyNameLength; in CmpComputeHashValue() local
1174 KeyNameLength = 0; in CmpComputeHashValue()
1187 KeyNameLength += sizeof(WCHAR); in CmpComputeHashValue()
1199 HashCacheStack[RemainingSubkeysInTotal].NameOfKey.Length = KeyNameLength; in CmpComputeHashValue()
1200 HashCacheStack[RemainingSubkeysInTotal].NameOfKey.MaximumLength = KeyNameLength; in CmpComputeHashValue()
1232 HashCacheStack[RemainingSubkeysInTotal].NameOfKey.Length = KeyNameLength; in CmpComputeHashValue()
1233 HashCacheStack[RemainingSubkeysInTotal].NameOfKey.MaximumLength = KeyNameLength; in CmpComputeHashValue()
1237 KeyNameLength = 0; in CmpComputeHashValue()
/reactos/sdk/include/ddk/
H A Dusbdlib.h207 _In_reads_bytes_(KeyNameLength) PWSTR KeyName,
208 _In_ ULONG KeyNameLength);
/reactos/drivers/usb/usbd/
H A Dusbd.c625 ULONG KeyNameLength in USBD_GetPdoRegistryParameter() argument
642 ValueName.Length = ValueName.MaximumLength = KeyNameLength; in USBD_GetPdoRegistryParameter()