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

/external/fsck_msdos/
H A Ddosfs.h60 u_int32_t HugeSectors; /* # of sectors if bpbSectors == 0 */ member in struct:bootblock
H A Dboot.c85 boot->HugeSectors = block[32] + (block[33] << 8) + (block[34] << 16) + (block[35] << 24);
232 boot->HugeSectors = 0;
235 boot->NumSectors = boot->HugeSectors;

Completed in 578 milliseconds