Home
last modified time | relevance | path

Searched refs:GPT_ENTRY_NUMBERS (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dpart_efi.h30 #define GPT_ENTRY_NUMBERS CONFIG_EFI_PARTITION_ENTRIES_NUMBERS macro
/external/u-boot/disk/
Dpart_efi.c617 gpt_h->num_partition_entries = cpu_to_le32(GPT_ENTRY_NUMBERS); in gpt_fill_header()
643 size = PAD_TO_BLOCKSIZE(GPT_ENTRY_NUMBERS * sizeof(gpt_entry), in gpt_restore()
1077 .max_entries = GPT_ENTRY_NUMBERS,