Home
last modified time | relevance | path

Searched refs:SectionSize (Results 1 – 23 of 23) sorted by relevance

/reactos/dll/win32/kernel32/client/file/
H A Dfilemap.c59 PLARGE_INTEGER SectionSize = NULL; in CreateFileMappingW() local
112 SectionSize = &LocalSize; in CreateFileMappingW()
113 SectionSize->LowPart = dwMaximumSizeLow; in CreateFileMappingW()
114 SectionSize->HighPart = dwMaximumSizeHigh; in CreateFileMappingW()
122 if (!SectionSize) in CreateFileMappingW()
134 SectionSize, in CreateFileMappingW()
/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dguisettings.c80 LARGE_INTEGER SectionSize; in GuiConsoleShowConsoleProperties() local
87 SectionSize.QuadPart = sizeof(CONSOLE_STATE_INFO); // Standard size in GuiConsoleShowConsoleProperties()
88SectionSize.QuadPart += Console->OriginalTitle.Length; // Add the length in bytes of the console t… in GuiConsoleShowConsoleProperties()
93 &SectionSize, in GuiConsoleShowConsoleProperties()
125 pSharedInfo->cbSize = SectionSize.QuadPart; in GuiConsoleShowConsoleProperties()
/reactos/win32ss/user/winsrv/consrv/
H A Dsubsysreg.c32 LARGE_INTEGER SectionSize; in CON_API() local
52 SectionSize.QuadPart = Size; in CON_API()
56 &SectionSize, in CON_API()
/reactos/ntoskrnl/cc/
H A Dfs.c239 SharedCacheMap->SectionSize.QuadPart); in CcPurgeCacheSection()
324 OldSectionSize = SharedCacheMap->SectionSize; in CcSetFileSizes()
325 SharedCacheMap->SectionSize = FileSizes->AllocationSize; in CcSetFileSizes()
340 MmExtendSection(SharedCacheMap->Section, &SharedCacheMap->SectionSize); in CcSetFileSizes()
414 FileSizes->AllocationSize = SharedCacheMap->SectionSize; in CcGetFileSizes()
H A Dview.c944 if ((Vacb->FileOffset.QuadPart + Offset) > Vacb->SharedCacheMap->SectionSize.QuadPart) in CcRosEnsureVacbResident()
1320 SharedCacheMap->SectionSize = FileSizes->AllocationSize; in CcRosInitializeFileCache()
1421 &SharedCacheMap->SectionSize, in CcRosInitializeFileCache()
H A Dcopy.c620 ASSERT(WriteEnd <= SharedCacheMap->SectionSize.QuadPart); in CcCopyWrite()
889 ASSERT(EndOffset->QuadPart <= SharedCacheMap->SectionSize.QuadPart); in CcZeroData()
/reactos/subsystems/csr/csrsrv/
H A Dserver.c366 LARGE_INTEGER SectionSize; in CsrSrvCreateSharedSection() local
398 SectionSize.LowPart = CsrSrvSharedSectionSize; in CsrSrvCreateSharedSection()
399 SectionSize.HighPart = 0; in CsrSrvCreateSharedSection()
403 &SectionSize, in CsrSrvCreateSharedSection()
/reactos/win32ss/user/winsrv/consrv/condrv/
H A Dgraphics.c41 LARGE_INTEGER SectionSize; in GRAPHICS_BUFFER_Initialize() local
143 SectionSize.QuadPart = NewBuffer->BitMapInfo->bmiHeader.biSizeImage; in GRAPHICS_BUFFER_Initialize()
147 &SectionSize, in GRAPHICS_BUFFER_Initialize()
/reactos/boot/environ/lib/misc/
H A Dimage.c714 ULONG i, SectionSize, RawSize, BytesRead, RemainingLength, Offset, AlignSize; in ImgpLoadPEImage() local
950 SectionSize = Section->Misc.VirtualSize; in ImgpLoadPEImage()
962 if (!SectionSize) in ImgpLoadPEImage()
964 SectionSize = RawSize; in ImgpLoadPEImage()
972 else if (SectionSize < RawSize) in ImgpLoadPEImage()
975 RawSize = SectionSize; in ImgpLoadPEImage()
980 SectionSize, in ImgpLoadPEImage()
1065 if (RawSize < SectionSize) in ImgpLoadPEImage()
1068 Slack = SectionSize - RawSize; in ImgpLoadPEImage()
1073 EndOfHeaders = SectionStart + SectionSize; in ImgpLoadPEImage()
/reactos/ntoskrnl/cache/
H A Dpinsup.c476 ULONG BcbHead, SectionSize, ViewSize; in CcpMapData() local
535 SectionSize = min(CACHE_STRIPE, in CcpMapData()
540 SectionSize = CACHE_STRIPE; in CcpMapData()
544 Target.LowPart, SectionSize); in CcpMapData()
552 SectionSize, in CcpMapData()
/reactos/ntoskrnl/se/
H A Dsrm.c1082 LARGE_INTEGER SectionSize; in SepRmCommandServerThreadInit() local
1142 SectionSize.QuadPart = PAGE_SIZE; in SepRmCommandServerThreadInit()
1146 &SectionSize, in SepRmCommandServerThreadInit()
1160 PortView.ViewSize = SectionSize.LowPart; in SepRmCommandServerThreadInit()
/reactos/drivers/filesystems/fastfat/
H A Deasup.c862 LARGE_INTEGER SectionSize; in _Requires_lock_held_() local
1020 SectionSize.QuadPart = (*EaDirent)->FileSize; in _Requires_lock_held_()
1021 Vcb->EaFcb->Header.AllocationSize = SectionSize; in _Requires_lock_held_()
1022 Vcb->EaFcb->Header.FileSize = SectionSize; in _Requires_lock_held_()
1131 SectionSize.QuadPart = (*EaDirent)->FileSize; in _Requires_lock_held_()
1132 Vcb->EaFcb->Header.AllocationSize = SectionSize; in _Requires_lock_held_()
1133 Vcb->EaFcb->Header.FileSize = SectionSize; in _Requires_lock_held_()
/reactos/sdk/include/ndk/
H A Dcctypes.h124 LARGE_INTEGER SectionSize; member
/reactos/modules/rostests/winetests/ntdll/
H A Dport.c66 ULONG_PTR SectionSize; member
81 ULONGLONG SectionSize; member
/reactos/dll/ntdll/ldr/
H A Dldrutils.c928 SIZE_T SectionSize; in LdrpSetProtection() local
972 SectionSize = Section->SizeOfRawData; in LdrpSetProtection()
973 if (SectionSize) in LdrpSetProtection()
978 &SectionSize, in LdrpSetProtection()
/reactos/ntoskrnl/ex/
H A Dinit.c215 LARGE_INTEGER SectionSize; in ExpInitNls() local
303 SectionSize.QuadPart = ExpNlsTableSize; in ExpInitNls()
309 &SectionSize, in ExpInitNls()
/reactos/ntoskrnl/include/internal/
H A Dcc.h177 LARGE_INTEGER SectionSize; member
/reactos/ntoskrnl/mm/ARM3/
H A Dsection.c1050 LONGLONG SectionSize; in MiMapViewInSystemSpace() local
1067 SectionSize = ((PSECTION)Section)->SizeOfSection.QuadPart; in MiMapViewInSystemSpace()
1073 if ((SectionSize - SectionOffset->QuadPart) > SIZE_T_MAX) in MiMapViewInSystemSpace()
1079 *ViewSize = SectionSize - SectionOffset->QuadPart; in MiMapViewInSystemSpace()
1091 if (SectionOffset->QuadPart + *ViewSize > SectionSize) in MiMapViewInSystemSpace()
H A Dsysldr.c2488 ULONG SectionSize; in MiWriteProtectSystemImage() local
2542 SectionSize = max(Section->SizeOfRawData, Section->Misc.VirtualSize); in MiWriteProtectSystemImage()
2564 SectionEnd = Add2Ptr(SectionBase, SectionSize - 1); in MiWriteProtectSystemImage()
/reactos/modules/rostests/kmtests/ntos_mm/
H A DZwCreateSection.c61 #define CheckSection(SectionHandle, SectionFlag, SectionSize, RetStatus) do \ argument
71 ok_eq_longlong(Sbi.Size.QuadPart, SectionSize); \
/reactos/ntoskrnl/mm/
H A Dsection.c2214 LARGE_INTEGER SectionSize; in MmCreatePhysicalMemorySection() local
2221 SectionSize.QuadPart = MmHighestPhysicalPage * PAGE_SIZE; in MmCreatePhysicalMemorySection()
2254 PhysSection->SizeOfSection = SectionSize; in MmCreatePhysicalMemorySection()
2272 Segment->RawLength = SectionSize; in MmCreatePhysicalMemorySection()
2273 Segment->Length = SectionSize; in MmCreatePhysicalMemorySection()
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h1692 ULONG SectionSize; member
1753 ULONG SectionSize; member
2103 ULONG_PTR SectionSize; member
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c2100 LARGE_INTEGER SectionSize; in IntGdiAddFontResourceEx() local
2157 SectionSize.QuadPart = 0LL; in IntGdiAddFontResourceEx()
2160 NULL, &SectionSize, PAGE_READONLY, in IntGdiAddFontResourceEx()