Searched refs:efi_root (Results 1 – 9 of 9) sorted by relevance
| /lib/efi_loader/ |
| A D | efi_root_node.c | 16 efi_handle_t efi_root = NULL; variable 54 (&efi_root, in efi_root_node_register() 88 efi_root->type = EFI_OBJECT_TYPE_U_BOOT_FIRMWARE; in efi_root_node_register()
|
| A D | efi_riscv.c | 55 ret = efi_add_protocol(efi_root, &efi_guid_riscv_boot_protocol, in efi_riscv_register()
|
| A D | efi_bootmgr.c | 145 ret = EFI_CALL(efi_load_image(true, efi_root, dp, NULL, 0, in try_load_from_file_path() 256 (void **)&device_path, efi_root, NULL, in search_default_file() 262 (void **)&file_system, efi_root, NULL, in search_default_file() 559 ret = EFI_CALL(efi_load_image(false, efi_root, loaded_dp, source_buffer, in try_load_from_uri_path() 619 ret = EFI_CALL(efi_load_image(true, efi_root, final_dp, NULL, 0, handle_img)); in try_load_from_media() 848 efi_root, NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL); in efi_bootmgr_enumerate_boot_options()
|
| A D | efi_rng.c | 172 ret = efi_add_protocol(efi_root, &efi_guid_rng_protocol, in efi_rng_register()
|
| A D | efi_dt_fixup.c | 65 ret = efi_search_protocol(efi_root, &efi_guid_rng_protocol, &handler); in efi_try_purge_rng_seed()
|
| A D | efi_bootbin.c | 183 ret = EFI_CALL(efi_load_image(false, efi_root, file_path, source_buffer, in efi_run_image()
|
| A D | efi_tcg2.c | 89 ret = efi_search_protocol(efi_root, &efi_guid_tcg2_protocol, &handler); in is_tcg2_protocol_installed() 807 ret = efi_uninstall_multiple_protocol_interfaces(efi_root, &efi_guid_tcg2_protocol, in tcg2_uninit() 1607 ret = efi_install_multiple_protocol_interfaces(&efi_root, &efi_guid_tcg2_protocol, in efi_tcg2_register()
|
| A D | efi_boottime.c | 2057 efi_close_protocol(device, guid, efi_root, NULL); in efi_load_image_from_path() 3546 return efi_open_protocol(handle, protocol, protocol_interface, efi_root, in efi_handle_protocol() 4031 systab.con_in_handle = efi_root; in efi_initialize_system_table() 4033 systab.con_out_handle = efi_root; in efi_initialize_system_table() 4035 systab.stderr_handle = efi_root; in efi_initialize_system_table()
|
| A D | efi_console.c | 1321 r = efi_install_multiple_protocol_interfaces(&efi_root, in efi_console_register()
|
Completed in 41 milliseconds