Searched refs:nr_tables (Results 1 – 9 of 9) sorted by relevance
129 if (table_count != sys_table->nr_tables) { in execute()131 (unsigned int)sys_table->nr_tables, in execute()149 if (++table_count != sys_table->nr_tables) { in execute()151 (unsigned int)sys_table->nr_tables, in execute()156 for (i = 0; i < sys_table->nr_tables; ++i) { in execute()187 if (table_count != sys_table->nr_tables) { in execute()189 (unsigned int)sys_table->nr_tables, in execute()195 for (i = 0; i < sys_table->nr_tables; ++i) { in execute()231 if (--table_count != sys_table->nr_tables) { in execute()233 (unsigned int)sys_table->nr_tables, in execute()[all …]
35 for (i = 0; i < systable->nr_tables; ++i) { in setup()
155 for (i = 0; i < systab.nr_tables; i++) { in efi_st_get_config_table()
187 for (i = 0; i < systable->nr_tables; ++i) { in get_dtb()
64 for (i = 0; i < systable->nr_tables; ++i) { in print_config_tables()
1617 struct efi_configuration_table *end = &systab.tables[systab.nr_tables]; in efi_remove_configuration_table()1620 systab.nr_tables--; in efi_remove_configuration_table()1644 for (i = 0; i < systab.nr_tables; i++) { in efi_install_configuration_table()1664 systab.nr_tables = i + 1; in efi_install_configuration_table()3765 .nr_tables = 0,
226 for (i = 0; i < systab.nr_tables; i++) { in get_config_table()
791 for (i = 0; i < systab.nr_tables; ++i) { in do_efi_show_tables()
443 efi_uintn_t nr_tables; member
Completed in 25 milliseconds