Home | History | Annotate | Download | only in FatPei

Lines Matching defs:SectorCount

118   UINT32                  SectorCount;

247 SectorCount = Catalog->Boot.SectorCount;
253 SectorCount = Catalog->Boot.SectorCount;
260 SectorCount = 0x50 * 0x02 * 0x0F;
264 SectorCount = 0x50 * 0x02 * 0x12;
268 SectorCount = 0x50 * 0x02 * 0x24;
272 SectorCount = 0;
277 if (SectorCount < 2) {
278 SectorCount = (VolSpaceSize > ParentBlockDev->LastBlock + 1) ? (UINT32) (ParentBlockDev->LastBlock - Catalog->Boot.Lba + 1) : (UINT32) (VolSpaceSize - Catalog->Boot.Lba);
290 BlockDev->LastBlock = SectorCount - 1;