Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/drivers/
H A Dntddrdsk.h50 #define RAMDISK_REGISTRY_DISK 1 // Loaded from the registry macro
/reactos/drivers/storage/class/ramdisk/
H A Dramdisk.c1644 …StringLength = 4 * (DriveExtension->DiskType != RAMDISK_REGISTRY_DISK) + sizeof(L"Ramdisk\\RamDisk… in RamdiskQueryId()
1653 if (DriveExtension->DiskType != RAMDISK_REGISTRY_DISK) in RamdiskQueryId()
1672 StringLength = 4 * (DriveExtension->DiskType != RAMDISK_REGISTRY_DISK) + in RamdiskQueryId()
1682 if (DriveExtension->DiskType != RAMDISK_REGISTRY_DISK) in RamdiskQueryId()
1697 if (DriveExtension->DiskType != RAMDISK_REGISTRY_DISK) in RamdiskQueryId()
1776 DeviceCapabilities->SurpriseRemovalOK = (DriveExtension->DiskType != RAMDISK_REGISTRY_DISK); in RamdiskQueryCapabilities()
1938 if (DriveExtension->DiskType != RAMDISK_REGISTRY_DISK) in RamdiskPnp()