/reactos/modules/rosapps/drivers/vfd/ |
H A D | vfdioctl.c | 140 *(PCHAR)Irp->AssociatedIrp.SystemBuffer); in VfdDeviceControl() 153 *(PCHAR)Irp->AssociatedIrp.SystemBuffer); in VfdDeviceControl() 171 *(PCHAR)Irp->AssociatedIrp.SystemBuffer = in VfdDeviceControl() 225 *(PULONG)Irp->AssociatedIrp.SystemBuffer= in VfdDeviceControl() 269 *(PULONG)Irp->AssociatedIrp.SystemBuffer = in VfdDeviceControl() 339 Irp->AssociatedIrp.SystemBuffer, in VfdDeviceControl() 346 Irp->AssociatedIrp.SystemBuffer, in VfdDeviceControl() 434 Irp->AssociatedIrp.SystemBuffer, in VfdDeviceControl() 445 Irp->AssociatedIrp.SystemBuffer, in VfdDeviceControl() 457 Irp->AssociatedIrp.SystemBuffer, in VfdDeviceControl() [all …]
|
/reactos/drivers/storage/port/scsiport/ |
H A D | ioctl.c | 33 Buffer = Irp->AssociatedIrp.SystemBuffer; in SpiGetInquiryData() 156 ASSERT(Irp->AssociatedIrp.SystemBuffer); in PdoHandleQueryProperty() 159 PSTORAGE_PROPERTY_QUERY PropertyQuery = Irp->AssociatedIrp.SystemBuffer; in PdoHandleQueryProperty() 222 PSTORAGE_DEVICE_DESCRIPTOR deviceDescriptor = Irp->AssociatedIrp.SystemBuffer; in PdoHandleQueryProperty() 302 ASSERT(Irp->AssociatedIrp.SystemBuffer); in FdoHandleQueryProperty() 305 PSTORAGE_PROPERTY_QUERY PropertyQuery = Irp->AssociatedIrp.SystemBuffer; in FdoHandleQueryProperty() 341 PSTORAGE_DESCRIPTOR_HEADER DescriptorHeader = Irp->AssociatedIrp.SystemBuffer; in FdoHandleQueryProperty() 355 PSTORAGE_ADAPTER_DESCRIPTOR_WIN8 adapterDescriptor = Irp->AssociatedIrp.SystemBuffer; in FdoHandleQueryProperty() 447 PSCSI_ADDRESS address = Irp->AssociatedIrp.SystemBuffer; in ScsiPortDeviceControl() 477 PDUMP_POINTERS dumpPointers = Irp->AssociatedIrp.SystemBuffer; in ScsiPortDeviceControl() [all …]
|
/reactos/drivers/ksfilter/ks/ |
H A D | property.c | 190 if (!Irp->AssociatedIrp.SystemBuffer) in KspPropertyHandler() 212 Irp->AssociatedIrp.SystemBuffer = AllocateItem(NonPagedPool, TotalSize); in KspPropertyHandler() 215 ASSERT(Irp->AssociatedIrp.SystemBuffer != NULL); in KspPropertyHandler() 222 …RtlCopyMemory((PVOID)((ULONG_PTR)Irp->AssociatedIrp.SystemBuffer + OutputBufferLength), IoStack->P… in KspPropertyHandler() 225 Property = (PKSPROPERTY)((ULONG_PTR)Irp->AssociatedIrp.SystemBuffer + OutputBufferLength); in KspPropertyHandler() 238 …RtlCopyMemory(Irp->AssociatedIrp.SystemBuffer, Irp->UserBuffer, IoStack->Parameters.DeviceIoContro… in KspPropertyHandler() 261 Property = (PKSPROPERTY)((ULONG_PTR)Irp->AssociatedIrp.SystemBuffer + OutputBufferLength); in KspPropertyHandler() 275 …pertySetsCount, Property, InputBufferLength, OutputBufferLength, Irp->AssociatedIrp.SystemBuffer, … in KspPropertyHandler() 292 …Status = PropertyHandler(Irp, Property, (OutputBufferLength > 0 ? Irp->AssociatedIrp.SystemBuffer … in KspPropertyHandler() 317 Status = PropertyHandler(Irp, Property, Irp->AssociatedIrp.SystemBuffer); in KspPropertyHandler() [all …]
|
/reactos/drivers/filesystems/udfs/ |
H A D | devcntrl.cpp | 334 if(!Irp->AssociatedIrp.SystemBuffer) in UDFCommonDeviceControl() 341 Cdb = (PCDB)&(((PSCSI_PASS_THROUGH)(Irp->AssociatedIrp.SystemBuffer))->Cdb); in UDFCommonDeviceControl() 342 if(((PSCSI_PASS_THROUGH)(Irp->AssociatedIrp.SystemBuffer))->DataBufferOffset) { in UDFCommonDeviceControl() 535 HANDLE MountEventHandle = *(PHANDLE)Irp->AssociatedIrp.SystemBuffer; in UDFCommonDeviceControl() 585 *(PBOOLEAN)Irp->AssociatedIrp.SystemBuffer = Vcb->IsVolumeJustMounted; in UDFCommonDeviceControl() 668 udf_ver = (PUDF_GET_VERSION_OUT)(Irp->AssociatedIrp.SystemBuffer); in UDFCommonDeviceControl() 731 udf_opt = (PUDF_SET_OPTIONS_IN)(Irp->AssociatedIrp.SystemBuffer); in UDFCommonDeviceControl() 785 udf_opt_ver = (PUDF_GET_OPTIONS_VERSION_OUT)(Irp->AssociatedIrp.SystemBuffer); in UDFCommonDeviceControl() 905 buffer = (PPREVENT_MEDIA_REMOVAL_USER_IN)(Irp->AssociatedIrp.SystemBuffer); in UDFCommonDeviceControl() 1157 OutputBuffer = (PUDF_GET_FILE_ALLOCATION_MODE_OUT)(Irp->AssociatedIrp.SystemBuffer); in UDFGetFileAllocModeFromICB() [all …]
|
H A D | volinfo.cpp | 201 RtlZeroMemory(Irp->AssociatedIrp.SystemBuffer, Length); in UDFCommonQueryVolInfo() 217 …yFsVolumeInfo( PtrIrpContext, Vcb, (PFILE_FS_VOLUME_INFORMATION)(Irp->AssociatedIrp.SystemBuffer),… in UDFCommonQueryVolInfo() 222 …QueryFsSizeInfo( PtrIrpContext, Vcb, (PFILE_FS_SIZE_INFORMATION)(Irp->AssociatedIrp.SystemBuffer),… in UDFCommonQueryVolInfo() 227 …yFsDeviceInfo( PtrIrpContext, Vcb, (PFILE_FS_DEVICE_INFORMATION)(Irp->AssociatedIrp.SystemBuffer),… in UDFCommonQueryVolInfo() 232 …ributeInfo( PtrIrpContext, Vcb, (PFILE_FS_ATTRIBUTE_INFORMATION)(Irp->AssociatedIrp.SystemBuffer),… in UDFCommonQueryVolInfo() 237 …llSizeInfo( PtrIrpContext, Vcb, (PFILE_FS_FULL_SIZE_INFORMATION)(Irp->AssociatedIrp.SystemBuffer),… in UDFCommonQueryVolInfo() 736 …DFSetLabelInfo( PtrIrpContext, Vcb, (PFILE_FS_LABEL_INFORMATION)(Irp->AssociatedIrp.SystemBuffer),… in UDFCommonSetVolInfo()
|
/reactos/drivers/usb/usbstor/ |
H A D | disk.c | 243 ASSERT(Irp->AssociatedIrp.SystemBuffer); in USBSTOR_HandleQueryProperty() 245 PropertyQuery = (PSTORAGE_PROPERTY_QUERY)Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleQueryProperty() 305 DescriptorHeader = (PSTORAGE_DESCRIPTOR_HEADER)Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleQueryProperty() 317 DeviceDescriptor = (PSTORAGE_DEVICE_DESCRIPTOR)Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleQueryProperty() 376 DescriptorHeader = (PSTORAGE_DESCRIPTOR_HEADER)Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleQueryProperty() 388 AdapterDescriptor = Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleQueryProperty() 450 … Capabilities = *((PVOID *)Irp->AssociatedIrp.SystemBuffer) = ExAllocatePoolWithTag(NonPagedPool, in USBSTOR_HandleDeviceControl() 457 Capabilities = Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleDeviceControl() 486 BusInfo = Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleDeviceControl() 517 PSCSI_ADDRESS Address = Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleDeviceControl()
|
/reactos/drivers/setup/blue/ |
H A D | blue.c | 868 ASSERT(Irp->AssociatedIrp.SystemBuffer); in ScrIoControl() 891 ASSERT(Irp->AssociatedIrp.SystemBuffer); in ScrIoControl() 927 ASSERT(Irp->AssociatedIrp.SystemBuffer); in ScrIoControl() 964 ASSERT(Irp->AssociatedIrp.SystemBuffer); in ScrIoControl() 987 ASSERT(Irp->AssociatedIrp.SystemBuffer); in ScrIoControl() 1011 ASSERT(Irp->AssociatedIrp.SystemBuffer); in ScrIoControl() 1033 ASSERT(Irp->AssociatedIrp.SystemBuffer); in ScrIoControl() 1058 ASSERT(Irp->AssociatedIrp.SystemBuffer); in ScrIoControl() 1111 ASSERT(Irp->AssociatedIrp.SystemBuffer); in ScrIoControl() 1234 ASSERT(Irp->AssociatedIrp.SystemBuffer); in ScrIoControl() [all …]
|
/reactos/drivers/usb/usbstor_new/ |
H A D | disk.c | 270 ASSERT(Irp->AssociatedIrp.SystemBuffer); in USBSTOR_HandleQueryProperty() 275 PropertyQuery = (PSTORAGE_PROPERTY_QUERY)Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleQueryProperty() 374 DescriptorHeader = (PSTORAGE_DESCRIPTOR_HEADER)Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleQueryProperty() 390 DeviceDescriptor = (PSTORAGE_DEVICE_DESCRIPTOR)Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleQueryProperty() 482 DescriptorHeader = (PSTORAGE_DESCRIPTOR_HEADER)Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleQueryProperty() 498 AdapterDescriptor = (PSTORAGE_ADAPTER_DESCRIPTOR)Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleQueryProperty() 584 … Capabilities = *((PVOID *)Irp->AssociatedIrp.SystemBuffer) = ExAllocatePoolWithTag(NonPagedPool, in USBSTOR_HandleDeviceControl() 591 Capabilities = Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleDeviceControl() 623 BusInfo = Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleDeviceControl() 670 PSCSI_ADDRESS Address = Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleDeviceControl()
|
/reactos/drivers/battery/battc/ |
H A D | battc.c | 233 …rs.DeviceIoControl.InputBufferLength == sizeof(ULONG) ? *(PULONG)Irp->AssociatedIrp.SystemBuffer :… in BatteryClassIoctl() 238 (PULONG)Irp->AssociatedIrp.SystemBuffer); in BatteryClassIoctl() 259 … (PULONG)Irp->AssociatedIrp.SystemBuffer); in BatteryClassIoctl() 282 BattWait = *(PBATTERY_WAIT_STATUS)Irp->AssociatedIrp.SystemBuffer; in BatteryClassIoctl() 286 BattStatus = Irp->AssociatedIrp.SystemBuffer; in BatteryClassIoctl() 337 BattQueryInfo = Irp->AssociatedIrp.SystemBuffer; in BatteryClassIoctl() 343 Irp->AssociatedIrp.SystemBuffer, in BatteryClassIoctl() 360 BattSetInfo = Irp->AssociatedIrp.SystemBuffer; in BatteryClassIoctl()
|
/reactos/modules/rostests/kmtests/ntos_io/ |
H A D | IoReadWrite_drv.c | 335 ok(Irp->AssociatedIrp.SystemBuffer == NULL || in TestIrpHandler() 336 (ULONG_PTR)Irp->AssociatedIrp.SystemBuffer > MM_USER_PROBE_ADDRESS, in TestIrpHandler() 338 Irp->AssociatedIrp.SystemBuffer); in TestIrpHandler() 339 Status = TestCommonRead(Irp->AssociatedIrp.SystemBuffer, in TestIrpHandler() 353 ok(Irp->AssociatedIrp.SystemBuffer == NULL || in TestIrpHandler() 354 (ULONG_PTR)Irp->AssociatedIrp.SystemBuffer > MM_USER_PROBE_ADDRESS, in TestIrpHandler() 356 Irp->AssociatedIrp.SystemBuffer); in TestIrpHandler() 357 Status = TestCommonWrite(Irp->AssociatedIrp.SystemBuffer, in TestIrpHandler()
|
/reactos/drivers/filesystems/fastfat/ |
H A D | devctrl.c | 265 (Irp->AssociatedIrp.SystemBuffer != NULL)) { in _Requires_lock_held_() 282 Cdb = (PCDB)((PSCSI_PASS_THROUGH32)(Irp->AssociatedIrp.SystemBuffer))->Cdb; in _Requires_lock_held_() 288 … Cdb = (PCDB)((PSCSI_PASS_THROUGH32_EX)(Irp->AssociatedIrp.SystemBuffer))->Cdb; in _Requires_lock_held_() 299 Cdb = (PCDB)((PSCSI_PASS_THROUGH)(Irp->AssociatedIrp.SystemBuffer))->Cdb; in _Requires_lock_held_() 305 Cdb = (PCDB)((PSCSI_PASS_THROUGH_EX)(Irp->AssociatedIrp.SystemBuffer))->Cdb; in _Requires_lock_held_()
|
/reactos/drivers/filesystems/cdfs/ |
H A D | volinfo.c | 164 RtlZeroMemory(Irp->AssociatedIrp.SystemBuffer, Length); in _Requires_lock_held_() 171 … Status = CdQueryFsSizeInfo( IrpContext, Fcb->Vcb, Irp->AssociatedIrp.SystemBuffer, &Length ); in _Requires_lock_held_() 176 … Status = CdQueryFsVolumeInfo( IrpContext, Fcb->Vcb, Irp->AssociatedIrp.SystemBuffer, &Length ); in _Requires_lock_held_() 181 … Status = CdQueryFsDeviceInfo( IrpContext, Fcb->Vcb, Irp->AssociatedIrp.SystemBuffer, &Length ); in _Requires_lock_held_() 186 … Status = CdQueryFsAttributeInfo( IrpContext, Fcb->Vcb, Irp->AssociatedIrp.SystemBuffer, &Length ); in _Requires_lock_held_() 192 …Status = CdQueryFsSectorSizeInfo( IrpContext, Fcb->Vcb, Irp->AssociatedIrp.SystemBuffer, &Length ); in _Requires_lock_held_()
|
/reactos/drivers/network/tcpip/tcpip/ |
H A D | icmp.c | 104 ((PICMP_ECHO_REPLY)Irp->AssociatedIrp.SystemBuffer)->Reserved = Context->nReplies; in EndRequestHandler() 110 PICMP_ECHO_REPLY ReplyBuffer = (PICMP_ECHO_REPLY)Irp->AssociatedIrp.SystemBuffer; in EndRequestHandler() 119 nReplies = ((PICMP_ECHO_REPLY)Irp->AssociatedIrp.SystemBuffer)->Reserved; in EndRequestHandler() 202 …text->Irp->UserBuffer + (Context->CurrentReply - (PUCHAR)Context->Irp->AssociatedIrp.SystemBuffer); in ReceiveDatagram() 277 PICMP_ECHO_REQUEST Request = Irp->AssociatedIrp.SystemBuffer; in DispEchoRequest() 291 …OutputBufferLength: %u, SystemBuffer: %p\n", OutputBufferLength, Irp->AssociatedIrp.SystemBuffer)); in DispEchoRequest() 349 SendContext->CurrentReply = Irp->AssociatedIrp.SystemBuffer; in DispEchoRequest() 385 RtlZeroMemory(Irp->AssociatedIrp.SystemBuffer, OutputBufferLength); in DispEchoRequest()
|
/reactos/drivers/storage/partmgr/ |
H A D | partition.c | 610 PPARTITION_INFORMATION partInfo = Irp->AssociatedIrp.SystemBuffer; in PartitionHandleDeviceControl() 637 PPARTITION_INFORMATION_EX partInfoEx = Irp->AssociatedIrp.SystemBuffer; in PartitionHandleDeviceControl() 679 PSET_PARTITION_INFORMATION inputBuffer = Irp->AssociatedIrp.SystemBuffer; in PartitionHandleDeviceControl() 706 PSET_PARTITION_INFORMATION_EX inputBuffer = Irp->AssociatedIrp.SystemBuffer; in PartitionHandleDeviceControl() 745 PGET_LENGTH_INFORMATION lengthInfo = Irp->AssociatedIrp.SystemBuffer; in PartitionHandleDeviceControl() 764 PVERIFY_INFORMATION verifyInfo = Irp->AssociatedIrp.SystemBuffer; in PartitionHandleDeviceControl() 785 PSTORAGE_DEVICE_NUMBER deviceNumber = Irp->AssociatedIrp.SystemBuffer; in PartitionHandleDeviceControl() 811 PVOLUME_DISK_EXTENTS volExts = Irp->AssociatedIrp.SystemBuffer; in PartitionHandleDeviceControl() 842 PVOLUME_NUMBER volNum = Irp->AssociatedIrp.SystemBuffer; in PartitionHandleDeviceControl() 902 PMOUNTDEV_NAME name = Irp->AssociatedIrp.SystemBuffer; in PartitionHandleDeviceControl() [all …]
|
/reactos/drivers/filesystems/npfs/ |
H A D | fsctrl.c | 82 QueryBuffer = Irp->AssociatedIrp.SystemBuffer; in NpQueryClientProcess() 174 InputBuffer = Irp->AssociatedIrp.SystemBuffer; in NpSetClientProcess() 372 PeekBuffer = Irp->AssociatedIrp.SystemBuffer; in NpPeek() 456 if (Irp->AssociatedIrp.SystemBuffer) in NpCompleteTransceiveIrp() 458 ExFreePool(Irp->AssociatedIrp.SystemBuffer); in NpCompleteTransceiveIrp() 573 …NewIrp->AssociatedIrp.SystemBuffer = ExAllocatePoolWithQuotaTag(PagedPool | POOL_QUOTA_FAIL_INSTEA… in NpTransceive() 576 if (!NewIrp->AssociatedIrp.SystemBuffer) in NpTransceive() 585 RtlCopyMemory(NewIrp->AssociatedIrp.SystemBuffer, in NpTransceive() 598 NewIrp->AssociatedIrp.SystemBuffer = NULL; in NpTransceive() 684 Buffer = (PFILE_PIPE_WAIT_FOR_BUFFER)Irp->AssociatedIrp.SystemBuffer; in NpWaitForNamedPipe()
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | irp.c | 293 Irp->AssociatedIrp.SystemBuffer, in IopCompleteRequest() 308 ExFreePool(Irp->AssociatedIrp.SystemBuffer); in IopCompleteRequest() 780 Irp->AssociatedIrp.SystemBuffer = in IoBuildAsynchronousFsdRequest() 782 if (!Irp->AssociatedIrp.SystemBuffer) in IoBuildAsynchronousFsdRequest() 927 Irp->AssociatedIrp.SystemBuffer = in IoBuildDeviceIoControlRequest() 931 if (!Irp->AssociatedIrp.SystemBuffer) in IoBuildDeviceIoControlRequest() 970 Irp->AssociatedIrp.SystemBuffer = in IoBuildDeviceIoControlRequest() 974 if (!Irp->AssociatedIrp.SystemBuffer) in IoBuildDeviceIoControlRequest() 982 RtlCopyMemory(Irp->AssociatedIrp.SystemBuffer, in IoBuildDeviceIoControlRequest() 1431 MasterIrp = Irp->AssociatedIrp.MasterIrp; in IofCompleteRequest() [all …]
|
H A D | iofunc.c | 38 if (Irp->AssociatedIrp.SystemBuffer) in IopCleanupAfterException() 487 Irp->AssociatedIrp.SystemBuffer = NULL; in IopDeviceFsIoControl() 810 Irp->AssociatedIrp.SystemBuffer = Buffer; in IopGetFileInformation() 2174 Irp->AssociatedIrp.SystemBuffer = NULL; in NtQueryDirectoryFile() 2506 Irp->AssociatedIrp.SystemBuffer = NULL; in NtQueryInformationFile() 2519 Irp->AssociatedIrp.SystemBuffer = in NtQueryInformationFile() 2966 Irp->AssociatedIrp.SystemBuffer = NULL; in NtReadFile() 3275 Irp->AssociatedIrp.SystemBuffer = NULL; in NtSetInformationFile() 3288 Irp->AssociatedIrp.SystemBuffer = in NtSetInformationFile() 4387 Irp->AssociatedIrp.SystemBuffer = in NtQueryVolumeInformationFile() [all …]
|
/reactos/drivers/crypto/ksecdd/ |
H A D | dispatch.c | 226 Buffer = Irp->AssociatedIrp.SystemBuffer; in KsecDdDispatch() 240 Buffer = Irp->AssociatedIrp.SystemBuffer; in KsecDdDispatch() 276 Buffer = Irp->AssociatedIrp.SystemBuffer; in KsecDdDispatch()
|
/reactos/drivers/filesystems/btrfs/ |
H A D | volume.c | 184 if (!Irp2->AssociatedIrp.SystemBuffer) { in vol_read() 318 name = Irp->AssociatedIrp.SystemBuffer; in vol_query_device_name() 343 mduid = Irp->AssociatedIrp.SystemBuffer; in vol_query_unique_id() 370 buf = (uint8_t*)Irp->AssociatedIrp.SystemBuffer; in vol_is_dynamic() 437 ext = Irp->AssociatedIrp.SystemBuffer; in vol_get_disk_extents() 535 gli = (GET_LENGTH_INFORMATION*)Irp->AssociatedIrp.SystemBuffer; in vol_get_length() 583 geom = (DISK_GEOMETRY*)Irp->AssociatedIrp.SystemBuffer; in vol_get_drive_geometry() 602 vggai = (VOLUME_GET_GPT_ATTRIBUTES_INFORMATION*)Irp->AssociatedIrp.SystemBuffer; in vol_get_gpt_attributes() 636 sdn = (STORAGE_DEVICE_NUMBER*)Irp->AssociatedIrp.SystemBuffer; in vol_get_device_number() 705 Irp2->AssociatedIrp.SystemBuffer = Irp->AssociatedIrp.SystemBuffer; in vol_ioctl_passthrough() [all …]
|
/reactos/drivers/network/ndisuio/ |
H A D | ioctl.c | 37 PNDISUIO_QUERY_BINDING QueryBinding = Irp->AssociatedIrp.SystemBuffer; in QueryBinding() 156 SetOidRequest = Irp->AssociatedIrp.SystemBuffer; in SetAdapterOid() 230 QueryOidRequest = Irp->AssociatedIrp.SystemBuffer; in QueryAdapterOid() 308 DeviceName.Buffer = Irp->AssociatedIrp.SystemBuffer; in OpenDeviceReadWrite() 402 DeviceName.Buffer = Irp->AssociatedIrp.SystemBuffer;
|
/reactos/drivers/input/i8042prt/ |
H A D | keyboard.c | 268 PULONG pEvent = (PULONG)WaitingIrp->AssociatedIrp.SystemBuffer; in i8042PowerWorkItem() 408 pCaps = (PULONG)Irp->AssociatedIrp.SystemBuffer; in i8042KbdDeviceControl() 446 *(PULONG)Irp->AssociatedIrp.SystemBuffer = PowerKey; in i8042KbdDeviceControl() 654 KeyboardAttributes = Irp->AssociatedIrp.SystemBuffer; in i8042KbdInternalDeviceControl() 687 Irp->AssociatedIrp.SystemBuffer, in i8042KbdInternalDeviceControl() 706 Irp->AssociatedIrp.SystemBuffer, in i8042KbdInternalDeviceControl() 726 Irp->AssociatedIrp.SystemBuffer, in i8042KbdInternalDeviceControl()
|
/reactos/drivers/storage/mountmgr/ |
H A D | device.c | 47 ChangeNotify = (PMOUNTMGR_CHANGE_NOTIFY_INFO)Irp->AssociatedIrp.SystemBuffer; in MountMgrChangeNotify() 119 SetState = (PMOUNTMGR_SET_AUTO_MOUNT)Irp->AssociatedIrp.SystemBuffer; in MountMgrSetAutoMount() 150 QueryState = (PMOUNTMGR_QUERY_AUTO_MOUNT)Irp->AssociatedIrp.SystemBuffer; in MountMgrQueryAutoMount() 264 Point = (PMOUNTMGR_CREATE_POINT_INPUT)Irp->AssociatedIrp.SystemBuffer; in MountMgrCreatePoint() 837 Target = (PMOUNTMGR_TARGET_NAME)Irp->AssociatedIrp.SystemBuffer; in MountMgrQueryDosVolumePath() 1463 Target = (PMOUNTMGR_TARGET_NAME)Irp->AssociatedIrp.SystemBuffer; in MountMgrQueryDosVolumePaths() 1561 Output = (PMOUNTMGR_VOLUME_PATHS)Irp->AssociatedIrp.SystemBuffer; in MountMgrQueryDosVolumePaths() 1605 Target = (PMOUNTMGR_TARGET_NAME)Irp->AssociatedIrp.SystemBuffer; in MountMgrKeepLinksWhenOffline() 1649 Target = (PMOUNTMGR_TARGET_NAME)Irp->AssociatedIrp.SystemBuffer; in MountMgrVolumeArrivalNotification() 1692 MountPoint = (PMOUNTMGR_MOUNT_POINT)Irp->AssociatedIrp.SystemBuffer; in MountMgrQueryPoints() [all …]
|
/reactos/modules/rosapps/drivers/vcdrom/ |
H A D | vcdrom.c | 670 … Status = ViCreateDriveLetter(DriverObject, L'Z', Irp->AssociatedIrp.SystemBuffer, &DeviceObject); in ViCreateDevice() 703 DiskGeo = Irp->AssociatedIrp.SystemBuffer; in ViGetDriveGeometry() 737 Buffer = Irp->AssociatedIrp.SystemBuffer; in ViCheckVerify() 825 Toc = Irp->AssociatedIrp.SystemBuffer; in ViReadToc() 874 TocEx = Irp->AssociatedIrp.SystemBuffer; in ViReadTocEx() 900 Toc = Irp->AssociatedIrp.SystemBuffer; in ViReadTocEx() 943 Toc = Irp->AssociatedIrp.SystemBuffer; in ViGetLastSession() 970 DrivesList = Irp->AssociatedIrp.SystemBuffer; in ViEnumerateDrives() 1010 ImagePath = Irp->AssociatedIrp.SystemBuffer; in ViGetImagePath() 1106 MountParameters = Irp->AssociatedIrp.SystemBuffer; in VcdDeviceControl()
|
/reactos/modules/rosapps/drivers/green/ |
H A D | screen.c | 435 pcsbi = (PCONSOLE_SCREEN_BUFFER_INFO)Irp->AssociatedIrp.SystemBuffer; in ScreenDeviceControl() 462 pcsbi = (PCONSOLE_SCREEN_BUFFER_INFO)Irp->AssociatedIrp.SystemBuffer; in ScreenDeviceControl() 488 PCONSOLE_CURSOR_INFO pcci = (PCONSOLE_CURSOR_INFO)Irp->AssociatedIrp.SystemBuffer; in ScreenDeviceControl() 500 PCONSOLE_MODE pcm = (PCONSOLE_MODE)Irp->AssociatedIrp.SystemBuffer; in ScreenDeviceControl() 511 PCONSOLE_MODE pcm = (PCONSOLE_MODE)Irp->AssociatedIrp.SystemBuffer; in ScreenDeviceControl() 542 DeviceExtension->CharAttribute = (WORD)*(PWORD)Irp->AssociatedIrp.SystemBuffer; in ScreenDeviceControl()
|
/reactos/drivers/storage/floppy/floppy/ |
H A D | ioctl.c | 74 PVOID OutputBuffer = Irp->AssociatedIrp.SystemBuffer; in DeviceIoctlPassive() 262 UniqueId = Irp->AssociatedIrp.SystemBuffer; in DeviceIoctlPassive() 287 Name = Irp->AssociatedIrp.SystemBuffer; in DeviceIoctlPassive()
|