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

/fuchsia/zircon/system/dev/block/gpt/
H A Dgpt.c345 uint64_t dev_block_count = block_info.block_count; local
358 if ((entry->last - entry->first + 1) > dev_block_count) {
361 partitions, entry->last, entry->first, dev_block_count);

Completed in 74 milliseconds