Home
last modified time | relevance | path

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

/reactos/drivers/storage/mountmgr/
H A Ddevice.c1159 PDEVICE_INFORMATION_ENTRY DeviceInfoEntry; in MountMgrQueryVolumePaths() local
1194 if (DeviceInfoEntry->DeviceInformation == DeviceInformation) in MountMgrQueryVolumePaths()
1224 if (DeviceInfoEntry == NULL) in MountMgrQueryVolumePaths()
1230 DeviceInfoEntry->DeviceInformation = DeviceInformation; in MountMgrQueryVolumePaths()
1250 FreePool(DeviceInfoEntry); in MountMgrQueryVolumePaths()
1292 FreePool(DeviceInfoEntry); in MountMgrQueryVolumePaths()
1316 FreePool(DeviceInfoEntry); in MountMgrQueryVolumePaths()
1359 RemoveEntryList(&DeviceInfoEntry->DeviceInformationEntry); in MountMgrQueryVolumePaths()
1360 FreePool(DeviceInfoEntry); in MountMgrQueryVolumePaths()
1430 RemoveEntryList(&DeviceInfoEntry->DeviceInformationEntry); in MountMgrQueryVolumePaths()
[all …]