Searched refs:Sectors (Results 1 - 2 of 2) sorted by relevance

/external/fsck_msdos/
H A Ddosfs.h58 u_int32_t Sectors; /* total number of sectors */ member in struct:bootblock
H A Dboot.c79 boot->Sectors = block[19] + (block[20] << 8);
231 if (boot->Sectors) {
233 boot->NumSectors = boot->Sectors;

Completed in 3537 milliseconds