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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
fat.h 27 UINT8 BS_jmpBoot[3];
67 UINT8 BS_jmpBoot[3];
bootsectimage.c 237 if ((FatBpb->Fat12_16.BS_jmpBoot[0] != FAT_BS_JMP1) &&
238 (FatBpb->Fat12_16.BS_jmpBoot[0] != FAT_BS_JMP2)) {
239 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BS_jmpBoot - %02x, expected: %02x or %02x",
240 FatBpb->Fat12_16.BS_jmpBoot[0], FAT_BS_JMP1, FAT_BS_JMP2);
505 FatBpb.Fat12_16.BS_jmpBoot[0],
506 FatBpb.Fat12_16.BS_jmpBoot[1],
507 FatBpb.Fat12_16.BS_jmpBoot[2]);
668 // Copy BPB/boot data (excluding BS_jmpBoot, BS_OEMName, BootCode and Signature) from SourceFatBpb to DestFatBpb
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
FatFormat.h 27 UINT8 BS_jmpBoot[3];
67 UINT8 BS_jmpBoot[3];
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
FatFormat.h 27 UINT8 BS_jmpBoot[3];
67 UINT8 BS_jmpBoot[3];
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
ramdisk.c 98 CopyMem(&(pStart[index]), &(bsc->BS_jmpBoot[0]), sizeof(bsc->BS_jmpBoot));
99 index+=sizeof(bsc->BS_jmpBoot);
364 g_bs.BS_jmpBoot[0] = 0xeb;
365 g_bs.BS_jmpBoot[1] = 0x0;
366 g_bs.BS_jmpBoot[2] = 0x90;
ramdisk.h 57 UINT8 BS_jmpBoot[3];

Completed in 56 milliseconds