Searched refs:entry_count (Results 1 – 3 of 3) sorted by relevance
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()[all …]
44 unsigned int entry_count; member
253 uint16_t entry_count) in esb_block_status() argument265 v |= ((uint32_t)entry_count << ACPI_ESB_ENTRYCOUNT_SHIFT) & in esb_block_status()