/reactos/dll/win32/kernel32/client/file/ |
H A D | filemap.c | 59 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 D | guisettings.c | 80 LARGE_INTEGER SectionSize; in GuiConsoleShowConsoleProperties() local 87 SectionSize.QuadPart = sizeof(CONSOLE_STATE_INFO); // Standard size in GuiConsoleShowConsoleProperties() 88 …SectionSize.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 D | subsysreg.c | 32 LARGE_INTEGER SectionSize; in CON_API() local 52 SectionSize.QuadPart = Size; in CON_API() 56 &SectionSize, in CON_API()
|
/reactos/ntoskrnl/cc/ |
H A D | fs.c | 239 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 D | view.c | 944 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 D | copy.c | 620 ASSERT(WriteEnd <= SharedCacheMap->SectionSize.QuadPart); in CcCopyWrite() 889 ASSERT(EndOffset->QuadPart <= SharedCacheMap->SectionSize.QuadPart); in CcZeroData()
|
/reactos/subsystems/csr/csrsrv/ |
H A D | server.c | 366 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 D | graphics.c | 41 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 D | image.c | 714 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 D | pinsup.c | 476 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 D | srm.c | 1082 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 D | easup.c | 862 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 D | cctypes.h | 124 LARGE_INTEGER SectionSize; member
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | port.c | 66 ULONG_PTR SectionSize; member 81 ULONGLONG SectionSize; member
|
/reactos/dll/ntdll/ldr/ |
H A D | ldrutils.c | 928 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 D | init.c | 215 LARGE_INTEGER SectionSize; in ExpInitNls() local 303 SectionSize.QuadPart = ExpNlsTableSize; in ExpInitNls() 309 &SectionSize, in ExpInitNls()
|
/reactos/ntoskrnl/include/internal/ |
H A D | cc.h | 177 LARGE_INTEGER SectionSize; member
|
/reactos/ntoskrnl/mm/ARM3/ |
H A D | section.c | 1050 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 D | sysldr.c | 2488 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 D | ZwCreateSection.c | 61 #define CheckSection(SectionHandle, SectionFlag, SectionSize, RetStatus) do \ argument 71 ok_eq_longlong(Sbi.Size.QuadPart, SectionSize); \
|
/reactos/ntoskrnl/mm/ |
H A D | section.c | 2214 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 D | winternl.h | 1692 ULONG SectionSize; member 1753 ULONG SectionSize; member 2103 ULONG_PTR SectionSize; member
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 2100 LARGE_INTEGER SectionSize; in IntGdiAddFontResourceEx() local 2157 SectionSize.QuadPart = 0LL; in IntGdiAddFontResourceEx() 2160 NULL, &SectionSize, PAGE_READONLY, in IntGdiAddFontResourceEx()
|