HomeSort by relevance Sort by last modified time
    Searched refs:BS_BootSig (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
fat.h 47 UINT8 BS_BootSig;
94 UINT8 BS_BootSig;
bootsectimage.c 438 (FatBpb->Fat12_16.BS_BootSig != FAT_BS_BOOTSIG)) {
439 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT12_16 - BS_BootSig - %02x, expected: %02x\n",
440 FatBpb->Fat12_16.BS_BootSig, FAT_BS_BOOTSIG);
444 (FatBpb->Fat32.BS_BootSig != FAT_BS_BOOTSIG)) {
445 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT32 - BS_BootSig - %02x, expected: %02x\n",
446 FatBpb->Fat32.BS_BootSig, FAT_BS_BOOTSIG);
535 printf (" 26 Ext. boot signature %02x\n", FatBpb.Fat12_16.BS_BootSig);
583 printf (" 42 Ext. boot signature %02x\n", FatBpb.Fat32.BS_BootSig);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
FatFormat.h 47 UINT8 BS_BootSig;
94 UINT8 BS_BootSig;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
FatFormat.h 47 UINT8 BS_BootSig;
94 UINT8 BS_BootSig;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
ramdisk.h 73 UINT8 BS_BootSig;
ramdisk.c 149 CopyMem(&(pStart[index]), &(bsc->BS_BootSig), sizeof(bsc->BS_BootSig));
150 index+=sizeof(bsc->BS_BootSig);
389 g_bs.BS_BootSig = 0x29;

Completed in 93 milliseconds