Searched refs:FATsecs (Results 1 – 4 of 4) sorted by relevance
73 boot->FATsecs = boot->bpbFATsmall; in readboot()78 boot->FATsecs = block[36] + (block[37] << 8) in readboot()173 boot->bpbResSectors + boot->bpbFATs * boot->FATsecs - in readboot()206 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 4; in readboot()209 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 2; in readboot()212 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec * 2) / 3; in readboot()218 boot->NumClusters, boot->FATsecs); in readboot()
161 *buffer = malloc(len = boot->FATsecs * boot->bpbBytesPerSec); in _readfat()167 off = boot->bpbResSectors + no * boot->FATsecs; in _readfat()175 if ((size_t)read(fs, *buffer, boot->FATsecs * boot->bpbBytesPerSec) in _readfat()176 != boot->FATsecs * boot->bpbBytesPerSec) { in _readfat()559 buffer = malloc(fatsz = boot->FATsecs * boot->bpbBytesPerSec); in writefat()644 off = boot->bpbResSectors + i * boot->FATsecs; in writefat()
73 u_int32_t FATsecs; /* how many sectors are in FAT */ member
463 boot->FATsecs; in readDosDirSection()
Completed in 8 milliseconds