Searched refs:inputBuffer (Results 1 – 4 of 4) sorted by relevance
678 PVOID inputBuffer = NULL; in RequestValidateRawRead() local706 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_() local7578 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 …]
2961 PSTORAGE_PROPERTY_QUERY inputBuffer = NULL; in RequestDispatchSpecialIoctls() local2965 &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()
679 PSET_PARTITION_INFORMATION inputBuffer = Irp->AssociatedIrp.SystemBuffer; in PartitionHandleDeviceControl() local680 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 …]
222 PVOID inputBuffer; in FormatIoctlRequest() local256 status = InputBuffer->GetBuffer(&inputBuffer); in FormatIoctlRequest()300 inputBuffer, in FormatIoctlRequest()