Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/partition/
Dpartition.c127 list.entry_count = header.list_num; in load_gpt_header()
128 if (list.entry_count > PLAT_PARTITION_MAX_ENTRIES) { in load_gpt_header()
129 list.entry_count = PLAT_PARTITION_MAX_ENTRIES; in load_gpt_header()
170 list.entry_count = MBR_PRIMARY_ENTRY_NUMBER; in load_mbr_entries()
172 for (i = 0; i < list.entry_count; i++) { in load_mbr_entries()
197 for (i = 0; i < list.entry_count; i++) { in verify_partition_gpt()
215 list.entry_count = i; in verify_partition_gpt()
216 dump_entries(list.entry_count); in verify_partition_gpt()
276 for (i = 0; i < list.entry_count; i++) { in get_partition_entry()
287 for (i = 0; i < list.entry_count; i++) { in get_partition_entry_by_type()
[all …]
Dpartition.h37 int entry_count; member