Home
last modified time | relevance | path

Searched refs:NtBootPathName (Results 1 – 9 of 9) sorted by relevance

/reactos/boot/freeldr/freeldr/ntldr/
H A Dwinldr.c174 LoaderBlock->NtBootPathName = WinLdrSystemBlock->NtBootPathName; in WinLdrInitializePhase1()
175 …RtlStringCbCopyA(LoaderBlock->NtBootPathName, sizeof(WinLdrSystemBlock->NtBootPathName), SystemRoo… in WinLdrInitializePhase1()
176 LoaderBlock->NtBootPathName = PaToVa(LoaderBlock->NtBootPathName); in WinLdrInitializePhase1()
H A Dwinldr.h58 CHAR NtBootPathName[MAX_PATH+1]; member
/reactos/ntoskrnl/io/iomgr/
H A Dramdisk.c259 AnsiPath.Length = sprintf(Buffer, "X:%s", LoaderBlock->NtBootPathName); in IopStartRamdisk()
H A Darcname.c919 sprintf(Buffer, "%s%s", ArcString.Buffer, LoaderBlock->NtBootPathName); in IopReassignSystemRoot()
H A Ddriver.c340 KeLoaderBlock->NtBootPathName, in IopDisplayLoadingMessage()
/reactos/ntoskrnl/kd64/
H A Dkdinit.c103 KeLoaderBlock->ArcHalDeviceName, KeLoaderBlock->NtBootPathName); in KdpPrintBanner()
/reactos/sdk/include/reactos/arc/
H A Darc.h552 PSTR NtBootPathName; member
/reactos/ntoskrnl/ex/
H A Dinit.c174 LoaderBlock->NtBootPathName); in ExpCreateSystemRootLink()
1065 sprintf(Buffer, "C:%s", LoaderBlock->NtBootPathName); in ExpInitializeExecutive()
/reactos/ntoskrnl/fstub/
H A Ddisksup.c955 Last = strrchr(LoaderBlock->NtBootPathName, '\\'); in xHalIoAssignDriveLetters()
969 Last = strrchr(LoaderBlock->NtBootPathName, '\\'); in xHalIoAssignDriveLetters()