Home
last modified time | relevance | path

Searched refs:SystemPartition (Results 1 – 14 of 14) sorted by relevance

/reactos/base/setup/lib/
H A Dsetuplib.c680 PPARTENTRY SystemPartition; in InitSystemPartition() local
697 if ( SystemPartition && PartitionList->SystemPartition && in InitSystemPartition()
698 (SystemPartition != PartitionList->SystemPartition) ) in InitSystemPartition()
712 SystemPartition = InstallPartition; in InitSystemPartition()
717 if (!SystemPartition) in InitSystemPartition()
726 *pSystemPartition = SystemPartition; in InitSystemPartition()
732 if (!SystemPartition->IsPartitioned) in InitSystemPartition()
739 SystemPartition, in InitSystemPartition()
742 ASSERT(SystemPartition->IsPartitioned); in InitSystemPartition()
756 if (SystemPartition->Volume) in InitSystemPartition()
[all …]
/reactos/base/system/diskpart/
H A Ddelete.c92 if (List->SystemPartition == PartEntry) in DeletePartition()
94 ASSERT(List->SystemPartition); in DeletePartition()
95 List->SystemPartition = NULL; in DeletePartition()
/reactos/boot/freeldr/freeldr/ntldr/
H A Dsetupldr.c482 PCSTR SystemPartition; in LoadReactOSSetup() local
526 SystemPartition = GetArgumentValue(Argc, Argv, "SystemPartition"); in LoadReactOSSetup()
527 if (!SystemPartition || !*SystemPartition) in LoadReactOSSetup()
569 RtlStringCbCopyA(BootPath, sizeof(BootPath), SystemPartition); in LoadReactOSSetup()
600 Status = RamDiskInitialize(FALSE, BootOptions, SystemPartition); in LoadReactOSSetup()
H A Dwinldr.c987 PCSTR SystemPartition; in LoadAndBootWindows() local
1026 SystemPartition = GetArgumentValue(Argc, Argv, "SystemPartition"); in LoadAndBootWindows()
1027 if (!SystemPartition || !*SystemPartition) in LoadAndBootWindows()
1056 RtlStringCbCopyA(BootPath, sizeof(BootPath), SystemPartition); in LoadAndBootWindows()
1121 Status = RamDiskInitialize(FALSE, BootOptions, SystemPartition); in LoadAndBootWindows()
/reactos/base/setup/usetup/
H A Dusetup.c61 static PPARTENTRY SystemPartition = NULL; variable
63 #define SystemVolume (SystemPartition->Volume)
2266 &SystemPartition, in StartPartitionOperationsPage()
2276 if (SystemPartition->New && SystemVolume) in StartPartitionOperationsPage()
2296 IN PPARTENTRY SystemPartition) in ChangeSystemPartitionPage() argument
2306 PartEntry = PartitionList->SystemPartition; in ChangeSystemPartitionPage()
2317 PartEntry = SystemPartition; in ChangeSystemPartitionPage()
2592 PPARTENTRY SystemPartition = (PPARTENTRY)Param1; in FsVolCallback() local
2595 if (ChangeSystemPartitionPage(Ir, SystemPartition)) in FsVolCallback()
3417 …ASSERT(SystemPartition && SystemPartition->IsPartitioned && SystemPartition->PartitionNumber != 0); in BootLoaderSelectPage()
[all …]
/reactos/base/system/smss/
H A Dsminit.c814 UNICODE_STRING UnicodeString, LinkTarget, SearchString, SystemPartition; in SmpTranslateSystemPartitionInformation() local
857 RtlInitEmptyUnicodeString(&SystemPartition, in SmpTranslateSystemPartitionInformation()
860 RtlStringCbLengthW(SystemPartition.Buffer, in SmpTranslateSystemPartitionInformation()
861 SystemPartition.MaximumLength, in SmpTranslateSystemPartitionInformation()
863 SystemPartition.Length = (USHORT)StrLength; in SmpTranslateSystemPartitionInformation()
908 ((RtlEqualUnicodeString(&SystemPartition, in SmpTranslateSystemPartitionInformation()
911 ((RtlPrefixUnicodeString(&SystemPartition, in SmpTranslateSystemPartitionInformation()
914 (LinkTarget.Buffer[SystemPartition.Length / sizeof(WCHAR)] == L'\\')))) in SmpTranslateSystemPartitionInformation()
/reactos/base/setup/lib/utils/
H A Dpartlist.c1871 if (List->SystemPartition) in GetSystemDisk()
1872 return List->SystemPartition->DiskEntry; in GetSystemDisk()
2007 List->SystemPartition = NULL; in CreatePartitionList()
2066 List->SystemPartition = (SystemDisk ? GetActiveDiskPartition(SystemDisk) : NULL); in CreatePartitionList()
3019 if (List->SystemPartition == PartEntry) in DeletePartition()
3021 ASSERT(List->SystemPartition); in DeletePartition()
3022 List->SystemPartition = NULL; in DeletePartition()
3239 ASSERT(List->SystemPartition == NULL); in FindSupportedSystemPartition()
3281 ActivePartition = List->SystemPartition; in FindSupportedSystemPartition()
3541 if ((PartEntry == List->SystemPartition) || in SetActivePartition()
[all …]
H A Dbldrsup.h168 _In_ PCWSTR SystemPartition,
H A Dpartlist.h181 PPARTENTRY SystemPartition; member
H A Dbldrsup.c999 _In_ PCWSTR SystemPartition, in OpenBootStore() argument
1005 RtlInitUnicodeString(&SystemPartitionPath, SystemPartition); in OpenBootStore()
/reactos/base/setup/reactos/
H A Dreactos.h171 extern PPARTENTRY SystemPartition;
H A Dreactos.c50 PPARTENTRY SystemPartition = NULL; variable
52 #define SystemVolume (SystemPartition->Volume)
1817 &SystemPartition, in PrepareAndDoCopyThread()
2018 L"%s\\", SystemPartition->DeviceName); in PrepareAndDoCopyThread()
/reactos/ntoskrnl/fstub/
H A Ddisksup.c932 ULONG Increment, DiskCount, RealDiskCount, HarddiskCount, PartitionCount, SystemPartition; in xHalIoAssignDriveLetters() local
1255 SystemPartition = 0; in xHalIoAssignDriveLetters()
1265 …PartitionType == BootablePartition || PartitionType == PrimaryPartition) && (SystemPartition == 0)) in xHalIoAssignDriveLetters()
1267 SystemPartition = PartitionCount; in xHalIoAssignDriveLetters()
1274 if (PartitionCount != SystemPartition) in xHalIoAssignDriveLetters()
/reactos/boot/bootdata/
H A Dhivesys.inf2219 HKLM,"SYSTEM\Setup","SystemPartition",0x00000000,"\Device\Harddisk0\Partition1"