Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_bootmgr.c194 load_option = efi_get_var(varname, &efi_global_variable_guid, &size); in try_load_entry()
327 bootorder = efi_get_var(u"BootOrder", &efi_global_variable_guid, &size); in efi_bootmgr_load()
A Defi_helper.c81 var_value = efi_get_var(var_name, &efi_global_variable_guid, &size); in efi_get_dp_from_boot()
A Defi_var_common.c398 void *efi_get_var(const u16 *name, const efi_guid_t *vendor, efi_uintn_t *size) in efi_get_var() function
A Defi_signature.c816 db = efi_get_var(name, vendor, &db_size); in efi_sigstore_parse_sigdb()
A Defi_tcg2.c1926 boot_order = efi_get_var(var_name, &efi_global_variable_guid, in tcg2_measure_boot_variable()
1945 bootvar = efi_get_var(boot_name, &efi_global_variable_guid, in tcg2_measure_boot_variable()
2430 data = efi_get_var(secure_variables[i].name, guid, &data_size); in tcg2_measure_secure_boot_variable()
/u-boot/cmd/
A Dbootmenu.c254 bootorder = efi_get_var(u"BootOrder", &efi_global_variable_guid, &size); in prepare_uefi_bootorder_entry()
266 load_option = efi_get_var(varname, &efi_global_variable_guid, &size); in prepare_uefi_bootorder_entry()
A Deficonfig.c1225 bootorder = efi_get_var(u"BootOrder", &efi_global_variable_guid, &size); in eficonfig_append_bootorder()
1705 load_option = efi_get_var(varname, &efi_global_variable_guid, &size); in eficonfig_add_boot_selection_entry()
1775 bootorder = efi_get_var(u"BootOrder", &efi_global_variable_guid, &size); in eficonfig_show_boot_selection()
1870 load_option = efi_get_var(varname, &efi_global_variable_guid, &size); in eficonfig_process_edit_boot_option()
2115 load_option = efi_get_var(varname, &efi_global_variable_guid, &size); in eficonfig_add_change_boot_order_entry()
2265 bootorder = efi_get_var(u"BootOrder", &efi_global_variable_guid, &size); in eficonfig_process_change_boot_order()
2331 bootorder = efi_get_var(u"BootOrder", &efi_global_variable_guid, &size); in delete_boot_option()
2488 load_option = efi_get_var(varname, &efi_global_variable_guid, &size); in eficonfig_delete_invalid_boot_option()
A Deficonfig_sbkey.c395 db = efi_get_var(varname, efi_auth_var_get_guid(varname), &db_size); in enumerate_and_show_signature_database()
/u-boot/include/
A Defi_loader.h886 void *efi_get_var(const u16 *name, const efi_guid_t *vendor, efi_uintn_t *size);

Completed in 29 milliseconds