Home
last modified time | relevance | path

Searched refs:FATsecs (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dboot.c161 boot->FATsecs = block[36] + (block[37] << 8) in readboot()
248 boot->FATsecs = boot->bpbFATsmall; in readboot()
251 if (boot->FATsecs < 1 || boot->FATsecs > UINT32_MAX / boot->bpbFATs) { in readboot()
252 pfatal("Invalid FATs(%u) with FATsecs(%zu)", in readboot()
253 boot->bpbFATs, (size_t)boot->FATsecs); in readboot()
259 boot->bpbResSectors + boot->bpbFATs * boot->FATsecs; in readboot()
305 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 4; in readboot()
308 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 2; in readboot()
311 boot->NumFatEntries = (boot->FATsecs * boo in readboot()
[all...]
H A Ddosfs.h74 u_int32_t FATsecs; /* how many sectors are in FAT */ member
H A Dfat.c704 fat->fatsize = boot->FATsecs * boot->bpbBytesPerSec; in _readfat()
1159 dst_off = boot->bpbResSectors + n * boot->FATsecs; in copyfat()
1227 dst_base = boot->bpbResSectors + i * boot->FATsecs; in writefat()
H A Ddir.c481 boot->FATsecs; in check_subdirectory()
589 boot->FATsecs; in readDosDirSection()

Completed in 5 milliseconds