HomeSort by: relevance | last modified time | path
    Searched refs:ResSectors (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/fsck_msdos/
dosfs.h 44 u_int ResSectors; /* number of reserved sectors */
boot.c 89 boot->ResSectors = block[14] + (block[15] << 8);
225 + boot->ResSectors
fat.c 94 off = boot->ResSectors + no * boot->FATsecs;
571 off = boot->ResSectors + i * boot->FATsecs;
dir.c 491 off = boot->ResSectors + boot->FATs * boot->FATsecs;

Completed in 13 milliseconds