Searched refs:NumFatEntries (Results 1 – 2 of 2) sorted by relevance
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()216 if (boot->NumFatEntries < boot->NumClusters - CLUST_FIRST) { in readboot()
74 u_int32_t NumFatEntries; /* how many entries really are there */ member
Completed in 5 milliseconds