Home
last modified time | relevance | path

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

/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