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

  /external/fsck_msdos/
dosfs.h 51 u_int ResSectors; /* number of reserved sectors */
boot.c 76 boot->ResSectors = block[14] + (block[15] << 8);
239 + boot->ResSectors
fat.c 83 off = boot->ResSectors;
182 off = boot->ResSectors + no * boot->FATsecs;
645 off = boot->ResSectors + i * boot->FATsecs;
dir.c 462 off = boot->ResSectors + boot->FATs * boot->FATsecs;
556 off = boot->ResSectors + boot->FATs * boot->FATsecs;

Completed in 69 milliseconds