Home
last modified time | relevance | path

Searched refs:BPB_RsvdSecCnt (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
Dramdisk.c110 CopyMem(&(pStart[index]), &(bsc->BPB_RsvdSecCnt), sizeof(bsc->BPB_RsvdSecCnt)); in CopyBOOTSEC()
111 index+=sizeof(bsc->BPB_RsvdSecCnt); in CopyBOOTSEC()
377 g_bs.BPB_RsvdSecCnt = 1; in FormatRamdisk()
420 tmp1 = TotalSectors - (g_bs.BPB_RsvdSecCnt + RootDirSectors); in FormatRamdisk()
442 Fat1 = (UINT8*)pStart + g_bs.BPB_RsvdSecCnt * 512; in FormatRamdisk()
443 Fat2 = (UINT8*)pStart + (UINTN)(g_bs.BPB_RsvdSecCnt + FatSz) * 512; in FormatRamdisk()
Dramdisk.h61 UINT16 BPB_RsvdSecCnt; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DFatFormat.h31 UINT16 BPB_RsvdSecCnt; member
71 UINT16 BPB_RsvdSecCnt; member
DGetDrvNumOffset.c60 FatBpb->Fat12_16.BPB_RsvdSecCnt + in GetDrvNumOffset()
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dfat.h31 UINT16 BPB_RsvdSecCnt; member
71 UINT16 BPB_RsvdSecCnt; member
Dbootsectimage.c273 if (FatBpb->Fat12_16.BPB_RsvdSecCnt == 0) { in GetFatType()
275 FatBpb->Fat12_16.BPB_RsvdSecCnt); in GetFatType()
324 FatBpb->Fat12_16.BPB_RsvdSecCnt + in GetFatType()
342 (FatBpb->Fat12_16.BPB_RsvdSecCnt != 1)) { in GetFatType()
344 FatBpb->Fat12_16.BPB_RsvdSecCnt, 1); in GetFatType()
347 (FatBpb->Fat12_16.BPB_RsvdSecCnt != 32)) { in GetFatType()
349 FatBpb->Fat12_16.BPB_RsvdSecCnt, 32); in GetFatType()
521 printf (" E Reserved sectors %04x\n", FatBpb.Fat12_16.BPB_RsvdSecCnt); in ParseBootSector()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DFatFormat.h31 UINT16 BPB_RsvdSecCnt; member
71 UINT16 BPB_RsvdSecCnt; member