HomeSort by relevance Sort by last modified time
    Searched refs:Sectors (Results 1 - 2 of 2) sorted by null

  /external/fsck_msdos/
dosfs.h 50 u_int SecPerClust; /* sectors per cluster */
51 u_int ResSectors; /* number of reserved sectors */
55 u_int FATsmall; /* number of sectors per FAT */
56 u_int SecPerTrack; /* sectors per track */
58 u_int32_t Sectors; /* total number of sectors */
59 u_int32_t HiddenSecs; /* # of hidden sectors */
60 u_int32_t HugeSectors; /* # of sectors if bpbSectors == 0 */
77 u_int32_t NumSectors; /* how many sectors are there */
78 u_int32_t FATsecs; /* how many sectors are in FAT *
    [all...]
boot.c 79 boot->Sectors = block[19] + (block[20] << 8);
231 if (boot->Sectors) {
233 boot->NumSectors = boot->Sectors;
270 pfatal("FAT size too small, %u entries won't fit into %u sectors\n",

Completed in 82 milliseconds