Home
last modified time | relevance | path

Searched refs:WinLdrSystemBlock (Results 1 – 4 of 4) sorted by relevance

/reactos/boot/freeldr/freeldr/ntldr/
H A Dwinldr.c29 PLOADER_SYSTEM_BLOCK WinLdrSystemBlock; variable
87 WinLdrSystemBlock = MmAllocateMemoryWithType(sizeof(LOADER_SYSTEM_BLOCK), in AllocateAndInitLPB()
89 if (WinLdrSystemBlock == NULL) in AllocateAndInitLPB()
95 RtlZeroMemory(WinLdrSystemBlock, sizeof(LOADER_SYSTEM_BLOCK)); in AllocateAndInitLPB()
97 LoaderBlock = &WinLdrSystemBlock->LoaderBlock; in AllocateAndInitLPB()
98 LoaderBlock->NlsData = &WinLdrSystemBlock->NlsDataBlock; in AllocateAndInitLPB()
101 Extension = &WinLdrSystemBlock->Extension; in AllocateAndInitLPB()
148 LoaderBlock->ArcBootDeviceName = WinLdrSystemBlock->ArcBootDeviceName; in WinLdrInitializePhase1()
170 LoaderBlock->ArcHalDeviceName = WinLdrSystemBlock->ArcBootDeviceName; in WinLdrInitializePhase1()
174 LoaderBlock->NtBootPathName = WinLdrSystemBlock->NtBootPathName; in WinLdrInitializePhase1()
[all …]
H A Dwinldr.h64 extern PLOADER_SYSTEM_BLOCK WinLdrSystemBlock;
H A Dwlregistry.c796 (WinLdrSystemBlock ? &WinLdrSystemBlock->LoaderBlock : NULL); in WinLdrAddDriverToList()
H A Dsetupldr.c779 SetupBlock = &WinLdrSystemBlock->SetupBlock; in LoadReactOSSetup()