Home
last modified time | relevance | path

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

/reactos/sdk/include/ddk/
H A Dscsi.h3649 } BLOCK_DEVICE_TOKEN_DESCRIPTOR, *PBLOCK_DEVICE_TOKEN_DESCRIPTOR; typedef
/reactos/drivers/storage/class/classpnp/
H A Dclass.c14669 NT_ASSERT(tokenDescriptorLength == sizeof(BLOCK_DEVICE_TOKEN_DESCRIPTOR));
14671 if (tokenDescriptorLength != sizeof(BLOCK_DEVICE_TOKEN_DESCRIPTOR)) {
H A Dutils.c7407 …ECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER, TokenDescriptor) + sizeof(BLOCK_DEVICE_TOKEN_DESCRIPTOR); in ClasspGetTokenOperationCommandBufferLength()