Home
last modified time | relevance | path

Searched refs:EndBlock (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dgpt.h105 uint64 EndBlock() const in EndBlock() function
116 { return EndBlock() - StartBlock() + 1; } in BlockCount()
H A DHeader.cpp419 dprintf(" end block: %" B_PRIu64 "\n", entry.EndBlock()); in _DumpPartitions()
420 dprintf(" size: %g MB\n", (entry.EndBlock() - entry.StartBlock()) in _DumpPartitions()
H A Dgpt.cpp123 if (entry.EndBlock() * partition->block_size in efi_gpt_scan_partition()
126 "block %" B_PRIu64 ")\n", entry.EndBlock())); in efi_gpt_scan_partition()