Home
last modified time | relevance | path

Searched refs:FullSize (Results 1 – 6 of 6) sorted by relevance

/reactos/drivers/filesystems/npfs/
H A Dmain.c66 QueryContext->FullSize += Length + sizeof(UNICODE_NULL) + in NpReadAlias()
81 QueryContext->FullSize += Length + sizeof(UNICODE_NULL) + sizeof(NPFS_ALIAS); in NpReadAlias()
214 Context.FullSize = 0; in NpInitializeAliases()
233 if (Context.FullSize == 0) in NpInitializeAliases()
240 NpAliases = ExAllocatePoolWithTag(NonPagedPool, Context.FullSize, 'sfpN'); in NpInitializeAliases()
266 ((PUCHAR)NpAliases + Context.FullSize)); in NpInitializeAliases()
H A Dnpfs.h302 SIZE_T FullSize; member
/reactos/drivers/base/kdvm/
H A Dkdvm.h119 ULONG FullSize; member
H A Dkdvm.c556 *DataLength = RecvPktResult->FullSize; in KdReceivePacket()
/reactos/boot/environ/app/bootmgr/
H A Dbootmgr.c719 SIZE_T PathLength, FullSize; in BmOpenDataStore() local
812 Status = RtlSIZETAdd(PathLength, BcdDevice->Size, &FullSize); in BmOpenDataStore()
819 FinalBuffer = BlMmAllocateHeap(FullSize); in BmOpenDataStore()
833 BcdString.Length = FullSize; in BmOpenDataStore()
834 BcdString.MaximumLength = FullSize; in BmOpenDataStore()
/reactos/drivers/storage/port/scsiport/
H A Dscsiport.c1746 ULONG ListLength = 0, i, FullSize; in SpiConfigToResource() local
1789 FullSize = sizeof(CM_RESOURCE_LIST) + (ListLength - 1) * in SpiConfigToResource()
1792 ResourceList = (PCM_RESOURCE_LIST)ExAllocatePoolWithTag(PagedPool, FullSize, TAG_SCSIPORT); in SpiConfigToResource()
1798 RtlZeroMemory(ResourceList, FullSize); in SpiConfigToResource()