Home
last modified time | relevance | path

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

/reactos/sdk/include/ddk/
H A Dstorduid.h156 PSTORAGE_DEVICE_DESCRIPTOR desc1; in CompareStorageDuids()
157 PSTORAGE_DEVICE_DESCRIPTOR desc2; in CompareStorageDuids()
159 desc1 = (PSTORAGE_DEVICE_DESCRIPTOR)((PUCHAR)Duid1 + Duid1->StorageDeviceOffset); in CompareStorageDuids()
160 desc2 = (PSTORAGE_DEVICE_DESCRIPTOR)((PUCHAR)Duid2 + Duid2->StorageDeviceOffset); in CompareStorageDuids()
H A Dclasspnp.h876 PSTORAGE_DEVICE_DESCRIPTOR DeviceDescriptor;
/reactos/drivers/usb/usbstor/
H A Ddisk.c232 PSTORAGE_DEVICE_DESCRIPTOR DeviceDescriptor; in USBSTOR_HandleQueryProperty()
317 DeviceDescriptor = (PSTORAGE_DEVICE_DESCRIPTOR)Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleQueryProperty()
/reactos/drivers/usb/usbstor_new/
H A Ddisk.c252 PSTORAGE_DEVICE_DESCRIPTOR DeviceDescriptor; in USBSTOR_HandleQueryProperty()
390 DeviceDescriptor = (PSTORAGE_DEVICE_DESCRIPTOR)Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleQueryProperty()
/reactos/drivers/storage/port/scsiport/
H A Dioctl.c222 PSTORAGE_DEVICE_DESCRIPTOR deviceDescriptor = Irp->AssociatedIrp.SystemBuffer; in PdoHandleQueryProperty()
/reactos/drivers/storage/class/cdrom/
H A Dautorun.c1497 PSTORAGE_DEVICE_DESCRIPTOR deviceDescriptor = DeviceExtension->DeviceDescriptor; in _IRQL_requires_max_()
2194 PSTORAGE_DEVICE_DESCRIPTOR deviceDescriptor = DeviceExtension->DeviceDescriptor; in _IRQL_requires_max_()
H A Dcdrom.h539 PSTORAGE_DEVICE_DESCRIPTOR DeviceDescriptor;
H A Dinit.c1226 PSTORAGE_DEVICE_DESCRIPTOR deviceDescriptor; in _IRQL_requires_max_()
H A Dcommon.c2914 PSTORAGE_DEVICE_DESCRIPTOR deviceDescriptor = DeviceExtension->DeviceDescriptor; in RequestDuidGetDeviceProperty()
H A Dioctl.c2683 PSTORAGE_DEVICE_DESCRIPTOR outputDescriptor = NULL; in RequestHandleQueryPropertyRetrieveCachedData()
/reactos/base/setup/reactos/
H A Ddrivepage.c1241 PSTORAGE_DEVICE_DESCRIPTOR devDesc = (PSTORAGE_DEVICE_DESCRIPTOR)outBuf; in PrintDiskData()
/reactos/sdk/include/psdk/
H A Dntddstor.h576 } STORAGE_DEVICE_DESCRIPTOR, *PSTORAGE_DEVICE_DESCRIPTOR; typedef
/reactos/drivers/storage/class/classpnp/
H A Dautorun.c1997 PSTORAGE_DEVICE_DESCRIPTOR deviceDescriptor; in ClasspInitializeGesn()
2732 PSTORAGE_DEVICE_DESCRIPTOR deviceDescriptor = FdoExtension->DeviceDescriptor; in ClasspIsMediaChangeDisabledDueToHardwareLimitation()
H A Dutils.c318 PSTORAGE_DEVICE_DESCRIPTOR deviceDescriptor; in _IRQL_requires_max_()
788 PSTORAGE_DEVICE_DESCRIPTOR deviceDescriptor = fdoExtension->DeviceDescriptor; in ClasspDuidGetDeviceProperty()