Home
last modified time | relevance | path

Searched refs:nr_tables (Results 1 – 9 of 9) sorted by relevance

/u-boot/lib/efi_selftest/
A Defi_selftest_config_table.c129 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 …]
A Defi_selftest_memory.c35 for (i = 0; i < systable->nr_tables; ++i) { in setup()
A Defi_selftest_fdt.c155 for (i = 0; i < systab.nr_tables; i++) { in efi_st_get_config_table()
A Ddtbdump.c187 for (i = 0; i < systable->nr_tables; ++i) { in get_dtb()
/u-boot/lib/efi_loader/
A Dhelloworld.c64 for (i = 0; i < systable->nr_tables; ++i) { in print_config_tables()
A Defi_boottime.c1617 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,
/u-boot/cmd/
A Dbootefi.c226 for (i = 0; i < systab.nr_tables; i++) { in get_config_table()
A Defidebug.c791 for (i = 0; i < systab.nr_tables; ++i) { in do_efi_show_tables()
/u-boot/include/
A Defi_api.h443 efi_uintn_t nr_tables; member

Completed in 25 milliseconds