Lines Matching refs:entry_count
142 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()
441 for (i = 0; i < list.entry_count; i++) { in get_partition_entry_by_uuid()