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

/haiku-fatelf/src/add-ons/kernel/partitioning_systems/gpt/
H A Defi_gpt.h105 uint64 EndBlock() const function in struct:efi_partition_entry
116 { return EndBlock() - StartBlock() + 1; }
H A DHeader.cpp380 dprintf(" end block: %Ld\n", entry.EndBlock());
381 dprintf(" size: %g MB\n", (entry.EndBlock() - entry.StartBlock())
H A Defi_gpt.cpp111 if (entry.EndBlock() * partition->block_size
114 "block %" B_PRIu64 ")\n", entry.EndBlock()));

Completed in 40 milliseconds