Searched refs:DescriptorBuffer (Results 1 – 3 of 3) sorted by relevance
2734 UCHAR DescriptorBuffer[ANYSIZE_ARRAY]; member3678 #define ScsiGetSenseDescriptorLength(DescriptorBuffer) \ argument3884 _Outptr_result_bytebuffer_(*DescriptorBufferLength) PVOID *DescriptorBuffer, in ScsiGetSenseDescriptor()3897 *DescriptorBuffer = NULL; in ScsiGetSenseDescriptor()3926 *DescriptorBuffer = (PVOID)(descriptorSenseData->DescriptorBuffer); in ScsiGetSenseDescriptor()3939 _In_reads_bytes_(DescriptorBufferLength) PVOID DescriptorBuffer, in ScsiValidateInformationSenseDescriptor()3945 if (DescriptorBuffer == NULL || in ScsiValidateInformationSenseDescriptor()3951 descriptor = (PSCSI_SENSE_DESCRIPTOR_INFORMATION)DescriptorBuffer; in ScsiValidateInformationSenseDescriptor()3978 _In_reads_bytes_(DescriptorBufferLength) PVOID DescriptorBuffer, in ScsiValidateBlockCommandSenseDescriptor()3984 if (DescriptorBuffer == NULL || in ScsiValidateBlockCommandSenseDescriptor()[all …]
157 _In_ PVOID DescriptorBuffer,
446 PVOID DescriptorBuffer, in USBD_ParseDescriptors() argument461 if ((ULONG_PTR)CommonDescriptor >= ((ULONG_PTR)DescriptorBuffer + TotalLength)) in USBD_ParseDescriptors()