HomeSort by relevance Sort by last modified time
    Searched defs:Mbr (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
storduid.h 24 BOOLEAN Mbr;
ntdddisk.h 342 } Mbr;
378 PARTITION_INFORMATION_MBR Mbr;
404 DRIVE_LAYOUT_INFORMATION_MBR Mbr;
449 SET_PARTITION_INFORMATION_MBR Mbr;
vds.h     [all...]
winioctl.h 608 SET_PARTITION_INFORMATION_MBR Mbr;
625 CREATE_DISK_MBR Mbr;
641 PARTITION_INFORMATION_MBR Mbr;
661 DRIVE_LAYOUT_INFORMATION_MBR Mbr;
708 } Mbr;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Mbr.c 2 Decode a hard disk partitioned with the legacy MBR found on most PC's
4 MBR - Master Boot Record is in the first sector of a partitioned hard disk.
5 The MBR supports four partitions per disk. The MBR also contains legacy
29 Test to see if the Mbr buffer is a valid MBR.
31 @param Mbr Parent Handle.
34 @retval TRUE Mbr is a Valid MBR.
35 @retval FALSE Mbr is not a Valid MBR.
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
bootsectimage.c 5 Patch the MBR code in MBR image file.
21 #include "mbr.h"
62 printf (" file for BIOS Parameter Block (BPB) or Master Boot Record (MBR).\n");
88 [-m, --mbr process MBR instead of boot sector]\n\
733 MASTER_BOOT_RECORD Mbr;
735 if (ReadFromFile ((void *)&Mbr, FileName) == 0) {
744 printf (" 1B8 Windows disk signature %08x\n", (unsigned) Mbr.UniqueMbrSignature);
747 printf (" 1BE 80 = active partition %02x\n", Mbr.PartitionRecord[0].BootIndicator);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h 274 } Mbr;
    [all...]

Completed in 685 milliseconds