Searched refs:WinLdrSystemBlock (Results 1 – 4 of 4) sorted by relevance
29 PLOADER_SYSTEM_BLOCK WinLdrSystemBlock; variable87 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 …]
64 extern PLOADER_SYSTEM_BLOCK WinLdrSystemBlock;
796 (WinLdrSystemBlock ? &WinLdrSystemBlock->LoaderBlock : NULL); in WinLdrAddDriverToList()
779 SetupBlock = &WinLdrSystemBlock->SetupBlock; in LoadReactOSSetup()