Searched refs:HugeSectors (Results 1 – 2 of 2) sorted by relevance
85 boot->HugeSectors = block[32] + (block[33] << 8) + (block[34] << 16) + (block[35] << 24);213 boot->HugeSectors = 0;216 boot->NumSectors = boot->HugeSectors;
60 u_int32_t HugeSectors; /* # of sectors if bpbSectors == 0 */ member