HomeSort by: relevance | last modified time | path
    Searched defs:Sectors (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/fsck_msdos/
dosfs.h 43 u_int SecPerClust; /* sectors per cluster */
44 u_int ResSectors; /* number of reserved sectors */
48 u_int FATsmall; /* number of sectors per FAT */
49 u_int SecPerTrack; /* sectors per track */
51 u_int32_t Sectors; /* total number of sectors */
52 u_int32_t HiddenSecs; /* # of hidden sectors */
53 u_int32_t HugeSectors; /* # of sectors if bpbSectors == 0 */
70 u_int32_t NumSectors; /* how many sectors are there */
71 u_int32_t FATsecs; /* how many sectors are in FAT *
    [all...]

Completed in 34 milliseconds