Home
last modified time | relevance | path

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

/reactos/drivers/storage/port/scsiport/
H A Dioctl.c162 if (PropertyQuery->PropertyId != StorageDeviceProperty && in PdoHandleQueryProperty()
187 case StorageDeviceProperty: in PdoHandleQueryProperty()
310 if (PropertyQuery->PropertyId == StorageDeviceProperty || in FdoHandleQueryProperty()
/reactos/drivers/usb/usbstor/
H A Ddisk.c248 if (PropertyQuery->PropertyId != StorageDeviceProperty && in USBSTOR_HandleQueryProperty()
269 if (PropertyQuery->PropertyId == StorageDeviceProperty) in USBSTOR_HandleQueryProperty()
/reactos/drivers/usb/usbstor_new/
H A Ddisk.c280 if (PropertyQuery->PropertyId != StorageDeviceProperty && in USBSTOR_HandleQueryProperty()
311 if (PropertyQuery->PropertyId == StorageDeviceProperty) in USBSTOR_HandleQueryProperty()
/reactos/sdk/include/psdk/
H A Dntddstor.h512 StorageDeviceProperty = 0, enumerator
/reactos/drivers/storage/class/cdrom/
H A Dcdrom.c3013 …((inputBuffer->PropertyId == StorageDeviceProperty) || (inputBuffer->PropertyId == StorageAdapterP… in RequestDispatchSpecialIoctls()
4149 ((query->PropertyId == StorageDeviceProperty) || in RequestIsIoctlBlockedByExclusiveAccess()
H A Dinit.c907 propertyId = StorageDeviceProperty; in _IRQL_requires_max_()
H A Dioctl.c2665 if (inputBuffer->PropertyId == StorageDeviceProperty) in RequestHandleQueryPropertyRetrieveCachedData()
/reactos/dll/shellext/shellbtrfs/
H A Ddevices.cpp166 spq.PropertyId = StorageDeviceProperty;
/reactos/base/setup/reactos/
H A Ddrivepage.c1228 Query.PropertyId = StorageDeviceProperty; in PrintDiskData()
/reactos/drivers/storage/class/classpnp/
H A Dclass.c2061 propertyId = StorageDeviceProperty; in ClassPnpStartDevice()