Searched refs:IRP_CONTEXT (Results 1 – 16 of 16) sorted by relevance
/reactos/drivers/filesystems/cdfs/ |
H A D | fieldoff.c | 191 IRP_CONTEXT d; 192 doit( IRP_CONTEXT, NodeTypeCode ); 193 doit( IRP_CONTEXT, NodeByteSize ); 194 doit( IRP_CONTEXT, Irp ); 195 doit( IRP_CONTEXT, Vcb ); 197 doit( IRP_CONTEXT, Flags ); 198 doit( IRP_CONTEXT, RealDevice ); 199 doit( IRP_CONTEXT, IoContext ); 200 doit( IRP_CONTEXT, TeardownFcb ); 201 doit( IRP_CONTEXT, TopLevel ); [all …]
|
H A D | close.c | 126 IRP_CONTEXT StackIrpContext; in CdFspClose() 931 IRP_CONTEXT, in CdRemoveClose()
|
H A D | fspdisp.c | 263 IRP_CONTEXT, in CdFspDispatch()
|
H A D | strucsup.c | 1659 …NewIrpContext = FsRtlAllocatePoolWithTag( CdNonPagedPool, sizeof( IRP_CONTEXT ), TAG_IRP_CONTEXT ); 1662 RtlZeroMemory( NewIrpContext, sizeof( IRP_CONTEXT )); 1669 NewIrpContext->NodeByteSize = sizeof( IRP_CONTEXT ); 1871 RtlZeroMemory( IrpContext, sizeof( IRP_CONTEXT )); 1878 IrpContext->NodeByteSize = sizeof( IRP_CONTEXT );
|
H A D | cdstruc.h | 1210 } IRP_CONTEXT; typedef 1211 typedef IRP_CONTEXT *PIRP_CONTEXT;
|
/reactos/drivers/filesystems/fastfat/ |
H A D | fatdata.c | 1002 IRP_CONTEXT IrpContext; in _Function_class_() 1018 RtlZeroMemory( &IrpContext, sizeof(IRP_CONTEXT) ); in _Function_class_() 1020 IrpContext.NodeByteSize = sizeof(IRP_CONTEXT); in _Function_class_() 1182 IRP_CONTEXT IrpContext; in _Function_class_() 1199 RtlZeroMemory( &IrpContext, sizeof(IRP_CONTEXT) ); in _Function_class_() 1201 IrpContext.NodeByteSize = sizeof(IRP_CONTEXT); in _Function_class_() 1343 IRP_CONTEXT IrpContext; in _Function_class_() 1360 RtlZeroMemory( &IrpContext, sizeof(IRP_CONTEXT) ); in _Function_class_() 1362 IrpContext.NodeByteSize = sizeof(IRP_CONTEXT); in _Function_class_()
|
H A D | verfysup.c | 525 IRP_CONTEXT IrpContext; in FatDeferredCleanVolume() 547 RtlZeroMemory( &IrpContext, sizeof(IRP_CONTEXT)); in FatDeferredCleanVolume() 1126 IRP_CONTEXT IrpContext; in FatFspMarkVolumeDirtyWithRecover() 1140 RtlZeroMemory( &IrpContext, sizeof(IRP_CONTEXT)); in FatFspMarkVolumeDirtyWithRecover()
|
H A D | fatstruc.h | 1559 } IRP_CONTEXT; typedef 1560 typedef IRP_CONTEXT *PIRP_CONTEXT;
|
H A D | fspdisp.c | 426 IRP_CONTEXT, in FatFspDispatch()
|
H A D | close.c | 880 IRP_CONTEXT IrpContext; in _Requires_lock_held_() 915 RtlZeroMemory( &IrpContext, sizeof(IRP_CONTEXT) ); in _Requires_lock_held_()
|
H A D | strucsup.c | 39 #define IRP_CONTEXT_HEADER (sizeof( IRP_CONTEXT ) * 0x10000 + FAT_NTC_IRP_CONTEXT) 191 RtlFillMemoryUlong(IrpContext, sizeof(IRP_CONTEXT), FAT_FILL_FREE); in FatFreeIrpContext() 2375 RtlZeroMemory( IrpContext, sizeof(IRP_CONTEXT) ); in FatCreateIrpContext() 2382 IrpContext->NodeByteSize = sizeof(IRP_CONTEXT); in FatCreateIrpContext()
|
H A D | fatinit.c | 384 sizeof(IRP_CONTEXT), in DriverEntry()
|
H A D | fsctrl.c | 4324 IRP_CONTEXT IrpContext; 4418 RtlZeroMemory( &IrpContext, sizeof(IRP_CONTEXT) );
|
/reactos/drivers/usb/usbstor/ |
H A D | usbstor.h | 109 } IRP_CONTEXT, *PIRP_CONTEXT; typedef 149 IRP_CONTEXT CurrentIrpContext;
|
/reactos/drivers/usb/usbstor_new/ |
H A D | usbstor.h | 333 }IRP_CONTEXT, *PIRP_CONTEXT; typedef
|
H A D | scsi.c | 60 Context = (PIRP_CONTEXT)AllocateItem(NonPagedPool, sizeof(IRP_CONTEXT)); in USBSTOR_AllocateIrpContext()
|