Home
last modified time | relevance | path

Searched refs:RootPartition (Results 1 – 3 of 3) sorted by relevance

/reactos/base/setup/lib/
H A Dfsutil.h82 IN HANDLE RootPartition); // Partition holding the (old) bootsector data information
88 IN HANDLE RootPartition);
97 IN HANDLE RootPartition);
103 IN HANDLE RootPartition);
109 IN HANDLE RootPartition);
H A Dfsutil.c414 IN HANDLE RootPartition) // Partition holding the (old) FAT12/16 information in InstallFatBootCode() argument
425 RootPartition, in InstallFatBootCode()
472 IN HANDLE RootPartition) // Partition holding the (old) FAT32 information in InstallFat32BootCode() argument
484 RootPartition, in InstallFat32BootCode()
510 if (DstPath != RootPartition) in InstallFat32BootCode()
542 if (DstPath == RootPartition) in InstallFat32BootCode()
593 IN HANDLE RootPartition) // Partition holding the (old) BTRFS information in InstallBtrfsBootCode() argument
636 Status = NtDeviceIoControlFile(RootPartition, in InstallBtrfsBootCode()
700 IN HANDLE RootPartition) // Partition holding the (old) NTFS information in InstallNtfsBootCode() argument
710 Status = ReadBootCodeByHandle(&OrigBootSector, RootPartition, NTFS_BOOTSECTOR_SIZE); in InstallNtfsBootCode()
H A Dbootsup.c255 UNICODE_STRING RootPartition; in CreateFreeLoaderIniForReactOSAndBootSector() local
256 RtlInitUnicodeString(&RootPartition, BootPath); in CreateFreeLoaderIniForReactOSAndBootSector()
257 TrimTrailingPathSeparators_UStr(&RootPartition); in CreateFreeLoaderIniForReactOSAndBootSector()
263 L"%wZ", &RootPartition); in CreateFreeLoaderIniForReactOSAndBootSector()
531 UNICODE_STRING RootPartition; in IsThereAValidBootSector() local
536 RtlInitUnicodeString(&RootPartition, RootPath); in IsThereAValidBootSector()
537 TrimTrailingPathSeparators_UStr(&RootPartition); in IsThereAValidBootSector()
1678 UNICODE_STRING RootPartition = *SystemRootPath; in InstallBootManagerAndBootEntries() local
1679 TrimTrailingPathSeparators_UStr(&RootPartition); in InstallBootManagerAndBootEntries()
1682 Status = pOpenDeviceEx_UStr(&RootPartition, &DeviceHandle, in InstallBootManagerAndBootEntries()
[all …]