Home
last modified time | relevance | path

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

/reactos/drivers/storage/mountmgr/
H A Ddevice.c2226 PASSOCIATED_DEVICE_ENTRY AssociatedEntry; in MountMgrVolumeMountPointCreated() local
2423 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() local
2652 FreePool(AssociatedEntry->String.Buffer); in MountMgrVolumeMountPointDeleted()
[all …]
/reactos/boot/environ/lib/misc/
H A Dbcd.c94 if ((Size + sizeof(BcdDevice->AssociatedEntry)) != DataLength) in BiConvertRegistryDataToElement()
107 ReturnedLength = Size + sizeof(BcdDevice->AssociatedEntry); in BiConvertRegistryDataToElement()
116 ElementDevice->AssociatedEntry = BcdDevice->AssociatedEntry; in BiConvertRegistryDataToElement()
/reactos/boot/environ/include/
H A Dbcd.h297 GUID AssociatedEntry; member
/reactos/boot/environ/app/bootmgr/
H A Dbootmgr.c156 DeviceId = DeviceOption->AssociatedEntry; in BmGetOptionList()