Lines Matching refs:entry_count
136 list.entry_count = header->list_num; in load_gpt_header()
137 if (list.entry_count > PLAT_PARTITION_MAX_ENTRIES) { in load_gpt_header()
138 list.entry_count = PLAT_PARTITION_MAX_ENTRIES; in load_gpt_header()
190 list.entry_count = MBR_PRIMARY_ENTRY_NUMBER; in load_mbr_entries()
192 for (i = 0U; i < list.entry_count; i++) { in load_mbr_entries()
242 for (i = 0U; i < list.entry_count; i++) { in load_partition_gpt()
276 list.entry_count = i; in load_partition_gpt()
277 dump_entries(list.entry_count); in load_partition_gpt()
461 for (i = 0U; i < list.entry_count; i++) { in get_partition_entry()
477 for (i = 0U; i < list.entry_count; i++) { in get_partition_entry_by_type()
494 for (i = 0U; i < list.entry_count; i++) { in get_partition_entry_by_guid()