Home
last modified time | relevance | path

Searched refs:DescriptorBuffer (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/ddk/
H A Dscsi.h2734 UCHAR DescriptorBuffer[ANYSIZE_ARRAY]; member
3678 #define ScsiGetSenseDescriptorLength(DescriptorBuffer) \ argument
3884 _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 …]
H A Dusbdlib.h157 _In_ PVOID DescriptorBuffer,
/reactos/drivers/usb/usbd/
H A Dusbd.c446 PVOID DescriptorBuffer, in USBD_ParseDescriptors() argument
461 if ((ULONG_PTR)CommonDescriptor >= ((ULONG_PTR)DescriptorBuffer + TotalLength)) in USBD_ParseDescriptors()