Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/fastfat/
H A Ddevctrl.c280 … if (IrpSp->Parameters.DeviceIoControl.InputBufferLength >= sizeof( SCSI_PASS_THROUGH32 )) { in _Requires_lock_held_()
/reactos/sdk/include/psdk/
H A Dntddscsi.h90 } SCSI_PASS_THROUGH32,*PSCSI_PASS_THROUGH32; typedef
/reactos/drivers/storage/class/cdrom/
H A Dcdrom.c2896 … if (RequestParameters.Parameters.DeviceIoControl.InputBufferLength < sizeof(SCSI_PASS_THROUGH32)) in RequestDispatchSpecialIoctls()
H A Dioctl.c3807 if (inputBufferLength >= sizeof(SCSI_PASS_THROUGH32)) in _IRQL_requires_max_()
/reactos/drivers/storage/class/classpnp/
H A Dclass.c7361 … if (irpStack->Parameters.DeviceIoControl.InputBufferLength < sizeof(SCSI_PASS_THROUGH32)){