/reactos/boot/freeldr/freeldr/disk/ |
H A D | partition.c | 327 DiskPartitionType[DriveNumber] = PARTITION_STYLE_MBR; in DiskDetectPartitionType() 349 …rtition type %s\n", DriveNumber, DiskPartitionType[DriveNumber] == PARTITION_STYLE_MBR ? "MBR" : "… in DiskDetectPartitionType() 374 case PARTITION_STYLE_MBR: in DiskGetBootPartitionEntry() 414 case PARTITION_STYLE_MBR: in DiskGetPartitionEntry()
|
/reactos/drivers/storage/partmgr/ |
H A D | partmgr.c | 31 if (LayoutEx->PartitionStyle != PARTITION_STYLE_MBR) in PartMgrConvertExtendedToLayout() 91 layoutEx->PartitionStyle = PARTITION_STYLE_MBR; in PartMgrConvertLayoutToExtended() 100 .PartitionStyle = PARTITION_STYLE_MBR, in PartMgrConvertLayoutToExtended() 146 if (FdoExtension->DiskData.PartitionStyle != PARTITION_STYLE_MBR) in PartMgrIsDiskSuperFloppy() 228 if (NewLayout->PartitionStyle == PARTITION_STYLE_MBR && in PartMgrUpdatePartitionDevices() 258 if (NewLayout->PartitionStyle == PARTITION_STYLE_MBR) in PartMgrUpdatePartitionDevices() 303 if (NewLayout->PartitionStyle == PARTITION_STYLE_MBR && in PartMgrUpdatePartitionDevices() 488 case PARTITION_STYLE_MBR: in FdoIoctlDiskGetDriveGeometryEx() 595 if (layoutEx->PartitionStyle != PARTITION_STYLE_MBR) in FdoIoctlDiskGetDriveLayout() 797 ((layoutEx->PartitionStyle != PARTITION_STYLE_MBR) || in FdoIoctlDiskSetDriveLayoutEx() [all …]
|
H A D | partition.c | 74 if (PartitionStyle == PARTITION_STYLE_MBR) in PartitionCreateDevice() 442 if (fdoExtension->DiskData.PartitionStyle == PARTITION_STYLE_MBR) in PartitionHandleQueryId() 603 if (fdoExtension->DiskData.PartitionStyle != PARTITION_STYLE_MBR) in PartitionHandleDeviceControl() 649 if (fdoExtension->DiskData.PartitionStyle == PARTITION_STYLE_MBR) in PartitionHandleDeviceControl() 722 if (fdoExtension->DiskData.PartitionStyle == PARTITION_STYLE_MBR) in PartitionHandleDeviceControl() 947 if ((fdoExtension->DiskData.PartitionStyle == PARTITION_STYLE_MBR) && in PartitionHandleDeviceControl() 988 if ((fdoExtension->DiskData.PartitionStyle == PARTITION_STYLE_MBR) && in PartitionHandleDeviceControl()
|
/reactos/ntoskrnl/fstub/ |
H A D | fstubex.c | 282 if (LayoutEx->PartitionStyle != PARTITION_STYLE_MBR) in FstubConvertExtendedToLayout() 567 case PARTITION_STYLE_MBR: in FstubDbgPrintDriveLayoutEx() 610 case PARTITION_STYLE_MBR: in FstubDbgPrintPartitionEx() 650 case PARTITION_STYLE_MBR: in FstubDbgPrintSetPartitionEx() 709 *PartitionStyle = PARTITION_STYLE_MBR; in FstubDetectPartitionStyle() 1165 DriveLayoutEx->PartitionStyle = PARTITION_STYLE_MBR; in FstubReadPartitionTableMBR() 1821 case PARTITION_STYLE_MBR: in IoCreateDisk() 2310 case PARTITION_STYLE_MBR: in IoReadPartitionTableEx() 2388 case PARTITION_STYLE_MBR: in IoSetPartitionInformationEx() 2444 case PARTITION_STYLE_MBR: in IoVerifyPartitionTable() [all …]
|
H A D | disksup.c | 249 if (PartitionInfo.PartitionStyle != PARTITION_STYLE_MBR) in HalpQueryPartitionType()
|
/reactos/base/setup/usetup/ |
H A D | partlist.c | 55 if (PartEntry->DiskEntry->DiskStyle == PARTITION_STYLE_MBR) in GetPartitionTypeString() 183 if ((PartEntry->DiskEntry->DiskStyle == PARTITION_STYLE_MBR) && in PartitionDescription() 327 DiskEntry->DiskStyle == PARTITION_STYLE_MBR ? "MBR" : in DiskDescription() 341 DiskEntry->DiskStyle == PARTITION_STYLE_MBR ? "MBR" : in DiskDescription()
|
H A D | usetup.c | 3446 if ((SystemPartition->DiskEntry->DiskStyle != PARTITION_STYLE_MBR) || in BootLoaderSelectPage()
|
/reactos/modules/rosapps/applications/sysutils/utils/partinfo/ |
H A D | partinfo.c | 312 if (DiskGeometry.InfoEx.Partition.PartitionStyle == PARTITION_STYLE_MBR) in main() 391 if (pPartInfoEx->PartitionStyle == PARTITION_STYLE_MBR) in main() 643 if (LayoutBuffer.InfoEx->PartitionStyle == PARTITION_STYLE_MBR) in main()
|
/reactos/base/setup/lib/utils/ |
H A D | partlist.c | 501 if (DiskInfo->PartitionStyle != PARTITION_STYLE_MBR) in IsDiskSuperFloppy2() 554 DiskInfo.PartitionStyle = PARTITION_STYLE_MBR; in IsDiskSuperFloppy() 572 if (LayoutEx->PartitionStyle != PARTITION_STYLE_MBR) in IsDiskSuperFloppyEx() 579 DiskInfo.PartitionStyle = PARTITION_STYLE_MBR; // LayoutEx->PartitionStyle; in IsDiskSuperFloppyEx() 610 if (DiskEntry->DiskStyle != PARTITION_STYLE_MBR) in IsSuperFloppy() 1622 DiskEntry->DiskStyle = PARTITION_STYLE_MBR; in AddDiskToList() 2531 (((DiskEntry)->DiskStyle == PARTITION_STYLE_MBR) \ 2767 DiskEntry->DiskStyle = PARTITION_STYLE_MBR; in UpdateDiskLayout() 2799 if ((DiskEntry->DiskStyle == PARTITION_STYLE_MBR) && in GetAdjUnpartitionedEntry() 3744 DiskEntry->DiskStyle = PARTITION_STYLE_MBR; in WritePartitions() [all …]
|
H A D | fsrec.c | 210 if (PartInfo.InfoEx.PartitionStyle != PARTITION_STYLE_MBR) in InferFileSystemWorker()
|
/reactos/modules/rosapps/drivers/vfd/ |
H A D | imports.h | 201 PARTITION_STYLE_MBR, enumerator
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | arcname.c | 713 (DriveLayout->PartitionStyle == PARTITION_STYLE_MBR)) || in IopCreateArcNamesDisk() 959 if (DriveLayout->PartitionStyle == PARTITION_STYLE_MBR) in IopVerifyDiskSignature()
|
/reactos/base/setup/reactos/ |
H A D | drivepage.c | 664 if ((DiskEntry->DiskStyle == PARTITION_STYLE_MBR) && in PartitionDlgProc() 902 if (PartEntry->DiskEntry->DiskStyle == PARTITION_STYLE_MBR) in GetPartitionTypeString() 1025 if ((DiskEntry->DiskStyle == PARTITION_STYLE_MBR) && in PrintPartitionData() 1311 DiskEntry->DiskStyle == PARTITION_STYLE_MBR ? L"MBR" : in PrintDiskData()
|
/reactos/drivers/storage/class/disk/ |
H A D | geometry.c | 1663 } else if (Signature.PartitionStyle == PARTITION_STYLE_MBR) { in DiskReadSignature() 1664 diskData->PartitionStyle = PARTITION_STYLE_MBR; in DiskReadSignature()
|
H A D | disk.c | 3792 case PARTITION_STYLE_MBR: in DiskIoctlGetDriveGeometryEx()
|
/reactos/base/setup/lib/ |
H A D | bootsup.c | 1507 if ((InstallType == 1) && (DiskStyle == PARTITION_STYLE_MBR) && !IsSuperFloppy) in InstallBootManagerAndBootEntriesWorker() 1725 PartitionStyle = PARTITION_STYLE_MBR; in InstallBootManagerAndBootEntries()
|
H A D | fsutil.c | 898 if (DiskEntry->DiskStyle == PARTITION_STYLE_MBR) in FormatPartition()
|
/reactos/sdk/include/psdk/ |
H A D | ntdddisk.h | 433 PARTITION_STYLE_MBR, enumerator
|
H A D | winioctl.h | 392 PARTITION_STYLE_MBR, enumerator
|
/reactos/drivers/storage/mountmgr/ |
H A D | mountmgr.c | 374 else if ((PartitionInfo.PartitionStyle == PARTITION_STYLE_MBR) && in QueryDeviceInformation()
|
/reactos/drivers/storage/class/classpnp/ |
H A D | utils.c | 912 layoutEx->PartitionStyle != PARTITION_STYLE_MBR) { in ClasspDuidGetDriveLayout() 946 if (layoutEx->PartitionStyle == PARTITION_STYLE_MBR) { in ClasspDuidGetDriveLayout()
|
/reactos/drivers/storage/class/cdrom/ |
H A D | ioctl.c | 5237 layoutEx->PartitionStyle = PARTITION_STYLE_MBR; in _IRQL_requires_max_() 5264 partitionInfo->PartitionStyle = PARTITION_STYLE_MBR; in _IRQL_requires_max_()
|
/reactos/drivers/filesystems/fastfat/ |
H A D | fsctrl.c | 1282 (PartitionInformation.PartitionStyle == PARTITION_STYLE_MBR && in _Requires_lock_held_()
|