Home
last modified time | relevance | path

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

/reactos/drivers/storage/port/scsiport/
H A Dscsiport.c1746 ULONG ListLength = 0, i, FullSize; in SpiConfigToResource() local
1772 ListLength += Dma; in SpiConfigToResource()
1776 ListLength += Interrupt; in SpiConfigToResource()
1783 ListLength++; in SpiConfigToResource()
1789 FullSize = sizeof(CM_RESOURCE_LIST) + (ListLength - 1) * in SpiConfigToResource()
1804 ResourceList->List[0].PartialResourceList.Count = ListLength; in SpiConfigToResource()
/reactos/drivers/storage/ide/uniata/
H A Dscsi.h2932 UCHAR ListLength[4]; member
H A Did_ata.cpp8446 MOV_DD_SWP( LunInfo->ListLength, alen );