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

/haiku-fatelf/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.h31 uint64 LastUsableBlock() const function in class:EFI::Header
32 { return fHeader.LastUsableBlock(); }
H A Defi_gpt.h61 uint64 LastUsableBlock() const function in struct:efi_table_header
H A DHeader.cpp358 dprintf("last usable block: %Ld\n", header.LastUsableBlock());
H A Defi_gpt.cpp379 off_t lastUsable = header->LastUsableBlock() * partition->block_size;

Completed in 42 milliseconds