Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/partition/
Dpartition.c142 list.entry_count = header.list_num; in load_gpt_header()
143 if (list.entry_count > PLAT_PARTITION_MAX_ENTRIES) { in load_gpt_header()
144 list.entry_count = PLAT_PARTITION_MAX_ENTRIES; in load_gpt_header()
197 list.entry_count = MBR_PRIMARY_ENTRY_NUMBER; in load_mbr_entries()
199 for (i = 0; i < list.entry_count; i++) { in load_mbr_entries()
248 for (i = 0; i < list.entry_count; i++) { in load_partition_gpt()
269 list.entry_count = i; in load_partition_gpt()
270 dump_entries(list.entry_count); in load_partition_gpt()
410 for (i = 0; i < list.entry_count; i++) { in get_partition_entry()
425 for (i = 0; i < list.entry_count; i++) { in get_partition_entry_by_type()
[all …]
/trusted-firmware-a-latest/include/drivers/partition/
Dpartition.h44 int entry_count; member