Home
last modified time | relevance | path

Searched refs:inputBuffer (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/storage/class/cdrom/
H A Dioctl.c678 PVOID inputBuffer = NULL; in RequestValidateRawRead() local
706 if (inputBuffer != NULL) in RequestValidateRawRead()
952 (inputBuffer->Reserved3 != 0)) in RequestValidateReadTocEx()
1449 else if (inputBuffer->Reserved[0] || inputBuffer->Reserved[1]) in RequestValidateGetConfiguration()
1489 else if (inputBuffer->Reserved[0] || inputBuffer->Reserved[1]) in RequestValidateGetConfiguration()
7497 PVOID inputBuffer = NULL; in _IRQL_requires_max_() local
7578 switch( inputBuffer->Format ) in _IRQL_requires_max_()
7627 switch( inputBuffer->Format ) in _IRQL_requires_max_()
7844 logicalBlockAddress = MSF_TO_LBA(inputBuffer->M, inputBuffer->S, inputBuffer->F); in _IRQL_requires_max_()
8109 PVOID inputBuffer = NULL; in _IRQL_requires_max_() local
[all …]
H A Dcdrom.c2961 PSTORAGE_PROPERTY_QUERY inputBuffer = NULL; in RequestDispatchSpecialIoctls() local
2965 &inputBuffer, in RequestDispatchSpecialIoctls()
2972 … (inputBuffer->QueryType == PropertyExistsQuery)) // request not access device in RequestDispatchSpecialIoctls()
2974 if (inputBuffer->PropertyId == StorageDeviceUniqueIdProperty) in RequestDispatchSpecialIoctls()
2987 else if (inputBuffer->PropertyId == StorageDeviceWriteCacheProperty) in RequestDispatchSpecialIoctls()
3012 if ((inputBuffer->QueryType == PropertyStandardQuery) && in RequestDispatchSpecialIoctls()
3013 …((inputBuffer->PropertyId == StorageDeviceProperty) || (inputBuffer->PropertyId == StorageAdapterP… in RequestDispatchSpecialIoctls()
/reactos/drivers/storage/partmgr/
H A Dpartition.c679 PSET_PARTITION_INFORMATION inputBuffer = Irp->AssociatedIrp.SystemBuffer; in PartitionHandleDeviceControl() local
680 if (!VerifyIrpInBufferSize(Irp, sizeof(*inputBuffer))) in PartitionHandleDeviceControl()
692 inputBuffer->PartitionType); in PartitionHandleDeviceControl()
696 partExt->Mbr.PartitionType = inputBuffer->PartitionType; in PartitionHandleDeviceControl()
707 if (!VerifyIrpInBufferSize(Irp, sizeof(*inputBuffer))) in PartitionHandleDeviceControl()
718 inputBuffer); in PartitionHandleDeviceControl()
724 partExt->Mbr.PartitionType = inputBuffer->Mbr.PartitionType; in PartitionHandleDeviceControl()
728 partExt->Gpt.PartitionType = inputBuffer->Gpt.PartitionType; in PartitionHandleDeviceControl()
729 partExt->Gpt.PartitionId = inputBuffer->Gpt.PartitionId; in PartitionHandleDeviceControl()
730 partExt->Gpt.Attributes = inputBuffer->Gpt.Attributes; in PartitionHandleDeviceControl()
[all …]
/reactos/sdk/lib/drivers/wdf/shared/targets/general/um/
H A Dfxiotargetum.cpp222 PVOID inputBuffer; in FormatIoctlRequest() local
256 status = InputBuffer->GetBuffer(&inputBuffer); in FormatIoctlRequest()
300 inputBuffer, in FormatIoctlRequest()