Home
last modified time | relevance | path

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

/reactos/drivers/storage/class/classpnp/
H A Dretry.c86 IRP_MJ_SCSI, in InterpretTransferPacketError()
126 IRP_MJ_SCSI, in InterpretTransferPacketError()
172 IRP_MJ_SCSI, in InterpretTransferPacketError()
236 IRP_MJ_SCSI, in InterpretTransferPacketError()
348 IRP_MJ_SCSI, in InterpretTransferPacketError()
H A Dpower.c447 nextStack->MajorFunction = IRP_MJ_SCSI; in ClasspPowerUpCompletion()
494 IRP_MJ_SCSI, in ClasspPowerUpCompletion()
593 nextStack->MajorFunction = IRP_MJ_SCSI; in ClasspPowerUpCompletion()
938 nextStack->MajorFunction = IRP_MJ_SCSI; in ClasspPowerDownCompletion()
1029 nextStack->MajorFunction = IRP_MJ_SCSI; in ClasspPowerDownCompletion()
1080 IRP_MJ_SCSI, in ClasspPowerDownCompletion()
1257 nextStack->MajorFunction = IRP_MJ_SCSI; in ClasspPowerDownCompletion()
1294 IRP_MJ_SCSI, in ClasspPowerDownCompletion()
1452 nextStack->MajorFunction = IRP_MJ_SCSI; in ClasspPowerDownCompletion()
1763 nextIrpStack->MajorFunction = IRP_MJ_SCSI; in ClasspPowerHandler()
[all …]
H A Ddispatch.c59 DriverExtension->DeviceMajorFunctionTable[IRP_MJ_SCSI] = ClassInternalIoControl; in ClassInitializeDispatchTables()
H A Dobsolete.c451 nextIrpStack->MajorFunction = IRP_MJ_SCSI;
760 nextIrpStack->MajorFunction = IRP_MJ_SCSI;
H A Dclass.c420 DriverObject->MajorFunction[IRP_MJ_SCSI] = ClassGlobalDispatch; in _IRQL_requires_max_()
3200 irpStack->MajorFunction = IRP_MJ_SCSI; in ClassSendStartUnit()
4203 irpStack->MajorFunction = IRP_MJ_SCSI;
4335 IRP_MJ_SCSI,
7209 irpStack->MajorFunction = IRP_MJ_SCSI;
9433 nextStack->MajorFunction = IRP_MJ_SCSI;
11826 irpStack->MajorFunction = IRP_MJ_SCSI;
12285 if (irpStack->MajorFunction == IRP_MJ_SCSI) {
14780 IRP_MJ_SCSI,
16292 IRP_MJ_SCSI,
H A Dautorun.c1132 IRP_MJ_SCSI, in ClasspMediaChangeDetectionCompletion()
2123 IRP_MJ_SCSI, in ClasspInitializeGesn()
H A Dclassp.h1519 _Dispatch_type_(IRP_MJ_SCSI)
H A Dxferpkt.c870 nextSp->MajorFunction = IRP_MJ_SCSI; in SubmitTransferPacket()
H A Dutils.c5904 errorLogEntry->MajorFunctionCode = IRP_MJ_SCSI; in _IRQL_requires_()
/reactos/drivers/usb/usbstor_new/
H A Dusbstor.c282 DriverObject->MajorFunction[IRP_MJ_SCSI] = USBSTOR_DispatchScsi; in DriverEntry()
/reactos/drivers/usb/usbstor/
H A Dusbstor.c203 DriverObject->MajorFunction[IRP_MJ_SCSI] = USBSTOR_DispatchScsi; in DriverEntry()
/reactos/drivers/storage/class/cdrom/
H A Dpnppower.c524 nextStack->MajorFunction = IRP_MJ_SCSI; in _IRQL_requires_max_()
H A Dscratch.c848 irpStack->MajorFunction = IRP_MJ_SCSI; in _IRQL_requires_max_()
1263 irpStack->MajorFunction = IRP_MJ_SCSI; in ScratchBuffer_SetupReadWriteSrb()
H A Dcommon.c703 nextStack->MajorFunction = IRP_MJ_SCSI; in _IRQL_requires_max_()
H A Dcdrom.c3186 nextStack->MajorFunction = IRP_MJ_SCSI; in RequestProcessInternalDeviceControl()
/reactos/drivers/storage/class/disk/
H A Ddiskwmi.c679 IRP_MJ_SCSI, in DiskPerformSmartCommand()
697 irpStack->MajorFunction = IRP_MJ_SCSI; in DiskPerformSmartCommand()
1798 nextIrpStack->MajorFunction = IRP_MJ_SCSI; in DiskInfoExceptionComplete()
2041 irpStack->MajorFunction = IRP_MJ_SCSI; in DiskInfoExceptionCheck()
H A Ddisk.c1512 irpStack->MajorFunction = IRP_MJ_SCSI; in DiskShutdownFlush()
1682 irpSp->MajorFunction = IRP_MJ_SCSI; in DiskFlushDispatch()
2441 logEntry->MajorFunctionCode = IRP_MJ_SCSI; in DiskFdoProcessError()
2828 irpStack->MajorFunction = IRP_MJ_SCSI; in ResetBus()
2876 logEntry->MajorFunctionCode = IRP_MJ_SCSI; in DiskLogCacheInformation()
/reactos/drivers/storage/port/storport/
H A Dstorport.c1034 DriverObject->MajorFunction[IRP_MJ_SCSI] = PortDispatchScsi; in StorPortInitialize()
/reactos/drivers/storage/port/scsiport/
H A Dscsi.c576 IrpStack->MajorFunction = IRP_MJ_SCSI; in SpiSendRequestSense()
H A Dscsiport.c909 DriverObject->MajorFunction[IRP_MJ_SCSI] = ScsiPortDispatchScsi; in ScsiPortInitialize()
/reactos/drivers/storage/class/ramdisk/
H A Dramdisk.c2445 DriverObject->MajorFunction[IRP_MJ_SCSI] = RamdiskScsi; in DriverEntry()
/reactos/drivers/storage/class/sfloppy/
H A Dfloppy.c2661 irpStack->MajorFunction = IRP_MJ_SCSI; in ScsiFlopProcessError()
/reactos/sdk/include/xdk/
H A Diotypes.h1902 #define IRP_MJ_SCSI 0x0f macro