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

/haiku-fatelf/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.h29 uint64 FirstUsableBlock() const function in class:EFI::Header
30 { return fHeader.FirstUsableBlock(); }
H A Defi_gpt.h57 uint64 FirstUsableBlock() const function in struct:efi_table_header
H A DHeader.cpp357 dprintf("first usable block: %Ld\n", header.FirstUsableBlock());
H A Defi_gpt.cpp375 off_t firstUsable = header->FirstUsableBlock() * partition->block_size;

Completed in 60 milliseconds