Searched refs:AssociatedEntry (Results 1 – 4 of 4) sorted by relevance
2226 PASSOCIATED_DEVICE_ENTRY AssociatedEntry; in MountMgrVolumeMountPointCreated() local2423 if (AssociatedEntry == NULL) in MountMgrVolumeMountPointCreated()2430 AssociatedEntry->String.Length = SourceSymbolicName.Length; in MountMgrVolumeMountPointCreated()2431 AssociatedEntry->String.MaximumLength = AssociatedEntry->String.Length + sizeof(UNICODE_NULL); in MountMgrVolumeMountPointCreated()2432 AssociatedEntry->String.Buffer = AllocatePool(AssociatedEntry->String.MaximumLength); in MountMgrVolumeMountPointCreated()2433 if (AssociatedEntry->String.Buffer == NULL) in MountMgrVolumeMountPointCreated()2435 FreePool(AssociatedEntry); in MountMgrVolumeMountPointCreated()2443 AssociatedEntry->DeviceInformation = DeviceInformation; in MountMgrVolumeMountPointCreated()2465 PASSOCIATED_DEVICE_ENTRY AssociatedEntry; in MountMgrVolumeMountPointDeleted() local2652 FreePool(AssociatedEntry->String.Buffer); in MountMgrVolumeMountPointDeleted()[all …]
94 if ((Size + sizeof(BcdDevice->AssociatedEntry)) != DataLength) in BiConvertRegistryDataToElement()107 ReturnedLength = Size + sizeof(BcdDevice->AssociatedEntry); in BiConvertRegistryDataToElement()116 ElementDevice->AssociatedEntry = BcdDevice->AssociatedEntry; in BiConvertRegistryDataToElement()
297 GUID AssociatedEntry; member
156 DeviceId = DeviceOption->AssociatedEntry; in BmGetOptionList()