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

/gem5/src/dev/storage/
H A Ddisk_image.cc274 uint64_t sector_count; local
275 SafeReadSwap(stream, sector_count);
276 table = new SectorTable(sector_count);
279 for (uint64_t i = 0; i < sector_count; i++) {

Completed in 5 milliseconds