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

/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.h32 uint64 LastUsableBlock() const function in class:EFI::Header
33 { return fHeader.LastUsableBlock(); }
H A Dgpt.h61 uint64 LastUsableBlock() const function in struct:gpt_table_header
H A DHeader.cpp397 dprintf("last usable block: %" B_PRIu64 "\n", header.LastUsableBlock());
H A Dgpt.cpp398 off_t lastUsable = header->LastUsableBlock() * partition->block_size;

Completed in 89 milliseconds