Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c686 struct efi_configuration_table *end = &efi_conf_table[systab.nr_tables]; in efi_remove_configuration_table()
689 systab.nr_tables--; in efi_remove_configuration_table()
697 for (i = 0; i < systab.nr_tables; i++) { in efi_install_configuration_table()
717 systab.nr_tables = i + 1; in efi_install_configuration_table()
1304 .nr_tables = 0,
/rk3399_rockchip-uboot/include/
H A Defi_api.h246 unsigned long nr_tables; member