Home
last modified time | relevance | path

Searched refs:MODE_PARAMETER_BLOCK (Results 1 – 9 of 9) sorted by relevance

/reactos/drivers/storage/class/cdrom/
H A Dmmc.c1348 (header->BlockDescriptorLength[0] == sizeof(MODE_PARAMETER_BLOCK))) in DeviceRetryTimeDetectionBasedOnModePage2A()
1351 dataLength -= min(dataLength, sizeof(MODE_PARAMETER_BLOCK)); in DeviceRetryTimeDetectionBasedOnModePage2A()
1355 sizeof(MODE_PARAMETER_BLOCK) in DeviceRetryTimeDetectionBasedOnModePage2A()
H A Dinit.c1811 modeParameters->ParameterListHeader.BlockDescriptorLength = sizeof(MODE_PARAMETER_BLOCK); in _IRQL_requires_max_()
2441 sizeof(MODE_PARAMETER_BLOCK); in _IRQL_requires_max_()
2454 sizeof(MODE_PARAMETER_BLOCK); in _IRQL_requires_max_()
H A Dcdrom.h169 MODE_PARAMETER_BLOCK BlockDescriptor;
/reactos/drivers/storage/ide/uniata/
H A Dscsi.h2211 } MODE_PARAMETER_BLOCK, *PMODE_PARAMETER_BLOCK; typedef
2216 MODE_PARAMETER_BLOCK ParameterListBlock; // List Block Descriptor
/reactos/drivers/storage/port/storahci/
H A Dstorahci.c1967 ModeHeader->ModeDataLength = sizeof(MODE_PARAMETER_HEADER) + sizeof(MODE_PARAMETER_BLOCK); in DeviceRequestSense()
1968 ModeHeader->BlockDescriptorLength = sizeof(MODE_PARAMETER_BLOCK); in DeviceRequestSense()
/reactos/drivers/filesystems/udfs/CDRW/
H A Dcdrw_hw.h2532 } MODE_PARAMETER_BLOCK, *PMODE_PARAMETER_BLOCK; typedef
2537 MODE_PARAMETER_BLOCK ParameterListBlock; // List Block Descriptor
/reactos/sdk/include/ddk/
H A Dscsi.h2826 } MODE_PARAMETER_BLOCK, *PMODE_PARAMETER_BLOCK; typedef
3184 MODE_PARAMETER_BLOCK ParameterListBlock;
H A Dstorport.h1986 }MODE_PARAMETER_BLOCK, *PMODE_PARAMETER_BLOCK; typedef
/reactos/drivers/storage/class/disk/
H A Ddisk.c1861 length2 = Length + sizeof(MODE_PARAMETER_HEADER) + sizeof(MODE_PARAMETER_BLOCK); in DiskModeSelect()
1881 ((PMODE_PARAMETER_HEADER)buffer)->BlockDescriptorLength = sizeof(MODE_PARAMETER_BLOCK); in DiskModeSelect()