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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
bootsectimage.c 407 ((*(UINT32 *)FatBpb->Fat32.BPB_Reserved != 0) ||
408 (*((UINT32 *)FatBpb->Fat32.BPB_Reserved + 1) != 0) ||
409 (*((UINT32 *)FatBpb->Fat32.BPB_Reserved + 2) != 0))) {
410 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT32 - BPB_Reserved - %02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x, expected: 0",
411 FatBpb->Fat32.BPB_Reserved[0],
412 FatBpb->Fat32.BPB_Reserved[1],
413 FatBpb->Fat32.BPB_Reserved[2],
414 FatBpb->Fat32.BPB_Reserved[3],
415 FatBpb->Fat32.BPB_Reserved[4],
416 FatBpb->Fat32.BPB_Reserved[5],
    [all...]
fat.h 91 UINT8 BPB_Reserved[12];
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
FatFormat.h 91 UINT8 BPB_Reserved[12];
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
FatFormat.h 91 UINT8 BPB_Reserved[12];

Completed in 54 milliseconds