Home
last modified time | relevance | path

Searched refs:ResSectors (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sbin/fsck_msdos/
Dboot.c73 boot->ResSectors = block[14] + (block[15] << 8); in readboot()
194 + boot->ResSectors in readboot()
Ddosfs.h52 u_int ResSectors; /* number of reserved sectors */ member
Dfat.c106 off = boot->ResSectors + no * boot->FATsecs; in readfat()
487 off = boot->ResSectors + i * boot->FATsecs; in writefat()
Ddir.c461 off = boot->ResSectors + boot->FATs * boot->FATsecs; in readDosDirSection()